mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Implement experimental --http2 (#4402)
This commit is contained in:
parent
fa9dc20c6e
commit
327f98aaa3
7 changed files with 67 additions and 14 deletions
|
|
@ -30,6 +30,7 @@ optDict = {
|
|||
"liveCookies": "string",
|
||||
"loadCookies": "string",
|
||||
"dropSetCookie": "boolean",
|
||||
"http2": "boolean",
|
||||
"agent": "string",
|
||||
"mobile": "boolean",
|
||||
"randomAgent": "boolean",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue