mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Moving --force-ssl from [Request] to [General] options
This commit is contained in:
parent
76a0d20799
commit
4b5335a323
3 changed files with 9 additions and 9 deletions
|
|
@ -68,10 +68,6 @@ referer =
|
|||
# Randomly change value for the given parameter
|
||||
rParam =
|
||||
|
||||
# Force usage of SSL/HTTPS requests
|
||||
# Valid: True or False
|
||||
forceSSL = False
|
||||
|
||||
# Extra HTTP headers
|
||||
headers = Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
|
||||
Accept-Language: en-us,en;q=0.5
|
||||
|
|
@ -618,6 +614,10 @@ eta = False
|
|||
# Valid: True or False
|
||||
flushSession = False
|
||||
|
||||
# Force usage of SSL/HTTPS requests
|
||||
# Valid: True or False
|
||||
forceSSL = False
|
||||
|
||||
# Parse and test forms on target URL.
|
||||
# Valid: True or False
|
||||
forms = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue