mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Implementation for an Issue #293
This commit is contained in:
parent
cb13735788
commit
5c2451d83c
4 changed files with 20 additions and 3 deletions
|
|
@ -603,6 +603,9 @@ def cmdLineParser():
|
|||
miscellaneous.add_option("-z", dest="mnemonics",
|
||||
help="Use short mnemonics (e.g. \"flu,bat,ban,tec=EU\")")
|
||||
|
||||
miscellaneous.add_option("--alert", dest="alert",
|
||||
help="Run shell command(s) when SQL injection is found")
|
||||
|
||||
miscellaneous.add_option("--answers", dest="answers",
|
||||
help="Set question answers (e.g. \"quit=N,follow=N\")")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue