mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Implementing --skip-heuristics (#4414)
This commit is contained in:
parent
a35fc713a2
commit
c243c5fe0d
5 changed files with 16 additions and 1 deletions
|
|
@ -700,6 +700,9 @@ def cmdLineParser(argv=None):
|
|||
general.add_argument("--scope", dest="scope",
|
||||
help="Regexp for filtering targets")
|
||||
|
||||
general.add_argument("--skip-heuristics", dest="skipHeuristics", action="store_true",
|
||||
help="Skip heuristic detection of SQLi/XSS vulnerabilities")
|
||||
|
||||
general.add_argument("--skip-waf", dest="skipWaf", action="store_true",
|
||||
help="Skip heuristic detection of WAF/IPS protection")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue