mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Implement experimental --http2 (#4402)
This commit is contained in:
@@ -61,6 +61,10 @@ loadCookies =
|
||||
# Valid: True or False
|
||||
dropSetCookie = False
|
||||
|
||||
# Use HTTP version 2 (experimental).
|
||||
# Valid: True or False
|
||||
http2 = False
|
||||
|
||||
# HTTP User-Agent header value. Useful to fake the HTTP User-Agent header value
|
||||
# at each HTTP request.
|
||||
# sqlmap will also test for SQL injection on the HTTP User-Agent value.
|
||||
|
||||
Reference in New Issue
Block a user