mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Adding switch --http1.0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user