mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Adding switch --ignore-redirects (Issue #2286)
This commit is contained in:
parent
4e1bdb0c70
commit
2a754eef1c
6 changed files with 14 additions and 6 deletions
|
|
@ -106,6 +106,10 @@ ignore401 = False
|
|||
# Valid: True or False
|
||||
ignoreProxy = False
|
||||
|
||||
# Ignore redirection attempts.
|
||||
# Valid: True or False
|
||||
ignoreRedirects = False
|
||||
|
||||
# Ignore connection timeouts.
|
||||
# Valid: True or False
|
||||
ignoreTimeouts = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue