mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-03-03 19:55:47 +03:00
minor grammar and cosmetics
This commit is contained in:
parent
bb5113980b
commit
c1ab02494c
|
@ -532,7 +532,7 @@ def cmdLineParser():
|
|||
|
||||
general.add_option("--save", dest="saveCmdline",
|
||||
action="store_true",
|
||||
help="Save options on a configuration INI file")
|
||||
help="Save options to a configuration INI file")
|
||||
|
||||
general.add_option("--tor", dest="tor",
|
||||
action="store_true",
|
||||
|
@ -556,7 +556,7 @@ def cmdLineParser():
|
|||
|
||||
miscellaneous.add_option("--beep", dest="beep",
|
||||
action="store_true",
|
||||
help="Alert when sql injection found")
|
||||
help="Sound alert when SQL injection found")
|
||||
|
||||
miscellaneous.add_option("--check-payload", dest="checkPayload",
|
||||
action="store_true",
|
||||
|
|
|
@ -595,7 +595,7 @@ updateAll = False
|
|||
|
||||
[Miscellaneous]
|
||||
|
||||
# Alert with audio beep when sql injection found.
|
||||
# Sound alert when SQL injection found.
|
||||
beep = False
|
||||
|
||||
# Offline WAF/IPS/IDS payload detection testing.
|
||||
|
|
Loading…
Reference in New Issue
Block a user