Minor update

This commit is contained in:
Miroslav Stampar
2021-02-25 11:39:08 +01:00
parent 5916bc2d39
commit 99d0031d65
3 changed files with 6 additions and 5 deletions

View File

@@ -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")