mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Update for #3831
This commit is contained in:
parent
9d0f446c24
commit
453a6fbc6f
6 changed files with 14 additions and 5 deletions
|
|
@ -176,7 +176,7 @@ def cmdLineParser(argv=None):
|
|||
request.add_argument("--auth-file", dest="authFile",
|
||||
help="HTTP authentication PEM cert/private key file")
|
||||
|
||||
request.add_argument("--ignore-code", dest="ignoreCode", type=int,
|
||||
request.add_argument("--ignore-code", dest="ignoreCode",
|
||||
help="Ignore (problematic) HTTP error code (e.g. 401)")
|
||||
|
||||
request.add_argument("--ignore-proxy", dest="ignoreProxy", action="store_true",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue