mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
adding --force-ssl switch (most useful in combination with -r)
This commit is contained in:
parent
11887f331d
commit
6bedb80ffa
4 changed files with 10 additions and 1 deletions
|
|
@ -92,6 +92,10 @@ def cmdLineParser():
|
|||
request.add_option("--randomize", dest="rParam",
|
||||
help="Randomly change value for given parameter(s)")
|
||||
|
||||
request.add_option("--force-ssl", dest="forceSSL",
|
||||
action="store_true",
|
||||
help="Force usage of SSL/HTTPS requests")
|
||||
|
||||
request.add_option("--host", dest="host",
|
||||
help="HTTP Host header")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue