mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +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
|
|
@ -718,10 +718,6 @@ beep = False
|
|||
# Valid: True or False
|
||||
checkPayload = False
|
||||
|
||||
# Heuristically check for WAF/IPS/IDS protection.
|
||||
# Valid: True or False
|
||||
checkWaf = False
|
||||
|
||||
# Clean up the DBMS from sqlmap specific UDF and tables.
|
||||
# Valid: True or False
|
||||
cleanup = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue