mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Adding switch --skip-waf
This commit is contained in:
parent
e81e474646
commit
81caf14b6d
5 changed files with 17 additions and 4 deletions
|
|
@ -750,6 +750,10 @@ googlePage = 1
|
|||
# Valid: True or False
|
||||
identifyWaf = False
|
||||
|
||||
# Skip heuristic detection of WAF/IPS/IDS protection.
|
||||
# Valid: True or False
|
||||
skipWaf = False
|
||||
|
||||
# Imitate smartphone through HTTP User-Agent header.
|
||||
# Valid: True or False
|
||||
mobile = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue