mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
added IDS payload testing
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user