mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
added IDS payload testing
This commit is contained in:
parent
bdb9c37a7e
commit
378653a1ec
4 changed files with 52 additions and 31 deletions
|
|
@ -488,6 +488,10 @@ def cmdLineParser():
|
|||
action="store_true", default=False,
|
||||
help="Replicate dumped data into a sqlite3 database")
|
||||
|
||||
miscellaneous.add_option("--check-payload", dest="checkPayload",
|
||||
action="store_true", default=False,
|
||||
help="IDS detection testing of injection payload")
|
||||
|
||||
miscellaneous.add_option("--beep", dest="beep",
|
||||
action="store_true", default=False,
|
||||
help="Alert with audio beep when sql injection found")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue