Update of --beep (including XSS/FI)

This commit is contained in:
Miroslav Stampar
2020-12-01 23:10:53 +01:00
parent 33a8db9596
commit be0f7a9e07
3 changed files with 9 additions and 2 deletions

View File

@@ -728,7 +728,7 @@ def cmdLineParser(argv=None):
help="Run host OS command(s) when SQL injection is found")
miscellaneous.add_argument("--beep", dest="beep", action="store_true",
help="Beep on question and/or when SQL injection is found")
help="Beep on question and/or when SQLi/XSS/FI is found")
miscellaneous.add_argument("--dependencies", dest="dependencies", action="store_true",
help="Check for missing (optional) sqlmap dependencies")