mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Implements #5295
This commit is contained in:
parent
1be7a5aea8
commit
c8eea24ac4
5 changed files with 17 additions and 5 deletions
|
|
@ -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\")")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue