mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +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
|
|
@ -92,6 +92,9 @@ def cmdLineParser():
|
|||
request.add_option("--randomize", dest="rParam",
|
||||
help="Randomly change value for given parameter(s)")
|
||||
|
||||
request.add_option("--host", dest="host",
|
||||
help="HTTP Host header")
|
||||
|
||||
request.add_option("--referer", dest="referer",
|
||||
help="HTTP Referer header")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue