mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Minor cosmetic update
This commit is contained in:
@@ -635,7 +635,7 @@ def cmdLineParser():
|
|||||||
help="Use short mnemonics (e.g. \"flu,bat,ban,tec=EU\")")
|
help="Use short mnemonics (e.g. \"flu,bat,ban,tec=EU\")")
|
||||||
|
|
||||||
miscellaneous.add_option("--alert", dest="alert",
|
miscellaneous.add_option("--alert", dest="alert",
|
||||||
help="Run shell command(s) when SQL injection is found")
|
help="Run host OS command(s) when SQL injection is found")
|
||||||
|
|
||||||
miscellaneous.add_option("--answers", dest="answers",
|
miscellaneous.add_option("--answers", dest="answers",
|
||||||
help="Set question answers (e.g. \"quit=N,follow=N\")")
|
help="Set question answers (e.g. \"quit=N,follow=N\")")
|
||||||
|
|||||||
@@ -681,7 +681,7 @@ updateAll = False
|
|||||||
# Use short mnemonics (e.g. "flu,bat,ban,tec=EU").
|
# Use short mnemonics (e.g. "flu,bat,ban,tec=EU").
|
||||||
mnemonics =
|
mnemonics =
|
||||||
|
|
||||||
# Run shell command(s) when SQL injection is found.
|
# Run host OS command(s) when SQL injection is found.
|
||||||
alert =
|
alert =
|
||||||
|
|
||||||
# Set question answers (e.g. "quit=N,follow=N").
|
# Set question answers (e.g. "quit=N,follow=N").
|
||||||
|
|||||||
Reference in New Issue
Block a user