mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Adding switch --http1.0
This commit is contained in:
parent
99546c77c7
commit
59844b1929
5 changed files with 18 additions and 9 deletions
|
|
@ -61,6 +61,10 @@ loadCookies =
|
|||
# Valid: True or False
|
||||
dropSetCookie = False
|
||||
|
||||
# Use HTTP version 1.0 (old).
|
||||
# Valid: True or False
|
||||
http10 = False
|
||||
|
||||
# Use HTTP version 2 (experimental).
|
||||
# Valid: True or False
|
||||
http2 = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue