mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
adding support for scanning Host header values (-p host)
This commit is contained in:
parent
bdc724cb46
commit
95cd9e2af3
11 changed files with 58 additions and 18 deletions
|
|
@ -31,6 +31,7 @@ optDict = {
|
|||
"agent": "string",
|
||||
"randomAgent": "boolean",
|
||||
"rParam": "string",
|
||||
"host": "string",
|
||||
"referer": "string",
|
||||
"headers": "string",
|
||||
"aType": "string",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue