mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Implements #5295
This commit is contained in:
@@ -628,6 +628,9 @@ def cmdLineParser(argv=None):
|
||||
general.add_argument("-t", dest="trafficFile",
|
||||
help="Log all HTTP traffic into a textual file")
|
||||
|
||||
general.add_argument("--abort-on-empty", dest="abortOnEmpty", action="store_true",
|
||||
help="Abort data retrieval on empty results")
|
||||
|
||||
general.add_argument("--answers", dest="answers",
|
||||
help="Set predefined answers (e.g. \"quit=N,follow=N\")")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user