mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor update
This commit is contained in:
parent
5916bc2d39
commit
99d0031d65
3 changed files with 6 additions and 5 deletions
|
|
@ -704,7 +704,7 @@ def cmdLineParser(argv=None):
|
|||
help="Regexp for filtering targets")
|
||||
|
||||
general.add_argument("--skip-heuristics", dest="skipHeuristics", action="store_true",
|
||||
help="Skip heuristic detection of SQLi/XSS vulnerabilities")
|
||||
help="Skip heuristic detection of SQLi/XSS/FI 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