mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-21 21:59:20 +00:00
Minor update
This commit is contained in:
@@ -138,6 +138,9 @@ skipUrlEncode = False
|
||||
# Example: import hashlib;id2=hashlib.md5(id).hexdigest()
|
||||
evalCode =
|
||||
|
||||
# Force usage of SSL/HTTPS
|
||||
# Valid: True or False
|
||||
forceSSL = False
|
||||
|
||||
# These options can be used to optimize the performance of sqlmap.
|
||||
[Optimization]
|
||||
@@ -614,10 +617,6 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user