mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Patch for an Issue #1434
This commit is contained in:
parent
38541b021a
commit
5ed106ecea
6 changed files with 15 additions and 13 deletions
|
|
@ -144,8 +144,8 @@ def cmdLineParser(argv=None):
|
|||
help="HTTP authentication credentials "
|
||||
"(name:password)")
|
||||
|
||||
request.add_option("--auth-private", dest="authPrivate",
|
||||
help="HTTP authentication PEM private key file")
|
||||
request.add_option("--auth-file", dest="authFile",
|
||||
help="HTTP authentication PEM cert/private key file")
|
||||
|
||||
request.add_option("--ignore-401", dest="ignore401", action="store_true",
|
||||
help="Ignore HTTP Error 401 (Unauthorized)")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue