mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-23 15:54:24 +03:00
Minor cosmetic update
This commit is contained in:
parent
696fb6530e
commit
176f744ac6
|
@ -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").
|
||||||
|
|
Loading…
Reference in New Issue
Block a user