mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Adding switch --skip-waf
This commit is contained in:
parent
e81e474646
commit
81caf14b6d
5 changed files with 17 additions and 4 deletions
|
|
@ -713,6 +713,10 @@ def cmdLineParser(argv=None):
|
|||
action="store_true",
|
||||
help="Make a thorough testing for a WAF/IPS/IDS protection")
|
||||
|
||||
miscellaneous.add_option("--skip-waf", dest="skipWaf",
|
||||
action="store_true",
|
||||
help="Skip heuristic detection of WAF/IPS/IDS protection")
|
||||
|
||||
miscellaneous.add_option("--mobile", dest="mobile",
|
||||
action="store_true",
|
||||
help="Imitate smartphone through HTTP User-Agent header")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue