mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Heuristically checking for WAF/IDS/IPS by default
This commit is contained in:
parent
cd7d9edcbe
commit
6fc41ca940
6 changed files with 14 additions and 43 deletions
|
|
@ -372,8 +372,7 @@ def start():
|
|||
if not checkConnection(suppressOutput=conf.forms) or not checkString() or not checkRegexp():
|
||||
continue
|
||||
|
||||
if conf.checkWaf:
|
||||
checkWaf()
|
||||
checkWaf()
|
||||
|
||||
if conf.identifyWaf:
|
||||
identifyWaf()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue