mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
General boolean inference improvements
This commit is contained in:
parent
6597415ab0
commit
50ff3debe5
13 changed files with 14506 additions and 1629 deletions
|
|
@ -318,9 +318,6 @@ def cmdLineParser(argv=None):
|
|||
optimization.add_argument("-o", dest="optimize", action="store_true",
|
||||
help="Turn on all optimization switches")
|
||||
|
||||
optimization.add_argument("--predict-output", dest="predictOutput", action="store_true",
|
||||
help="Predict common queries output")
|
||||
|
||||
# Note: persistent (Keep-Alive) connections are used by default; this opts out
|
||||
optimization.add_argument("--no-keep-alive", dest="noKeepAlive", action="store_true",
|
||||
help="Disable persistent HTTP(s) connections (Keep-Alive)")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue