mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-20 05:19:02 +00:00
adding --force-ssl switch (most useful in combination with -r)
This commit is contained in:
@@ -69,6 +69,10 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user