mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Update of --beep (including XSS/FI)
This commit is contained in:
parent
33a8db9596
commit
be0f7a9e07
3 changed files with 9 additions and 2 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue