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
|
|
@ -101,8 +101,12 @@ authCred =
|
|||
# Syntax: key_file
|
||||
authFile =
|
||||
|
||||
# Abort on (problematic) HTTP error code (e.g. 401).
|
||||
# Valid: string
|
||||
abortCode =
|
||||
|
||||
# Ignore (problematic) HTTP error code (e.g. 401).
|
||||
# Valid: integer
|
||||
# Valid: string
|
||||
ignoreCode =
|
||||
|
||||
# Ignore system default proxy settings.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue