mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Another update for #5295
This commit is contained in:
parent
a7b59243e2
commit
6336389322
6 changed files with 31 additions and 4 deletions
|
|
@ -201,8 +201,11 @@ def cmdLineParser(argv=None):
|
|||
request.add_argument("--auth-file", dest="authFile",
|
||||
help="HTTP authentication PEM cert/private key file")
|
||||
|
||||
request.add_argument("--abort-code", dest="abortCode",
|
||||
help="Abort on (problematic) HTTP error code(s) (e.g. 401)")
|
||||
|
||||
request.add_argument("--ignore-code", dest="ignoreCode",
|
||||
help="Ignore (problematic) HTTP error code (e.g. 401)")
|
||||
help="Ignore (problematic) HTTP error code(s) (e.g. 401)")
|
||||
|
||||
request.add_argument("--ignore-proxy", dest="ignoreProxy", action="store_true",
|
||||
help="Ignore system default proxy settings")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue