mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Another update for #5295
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user