Minor update

This commit is contained in:
stamparm
2013-04-30 13:56:38 +02:00
parent 214d9aaf4b
commit 03c4eb8338
3 changed files with 8 additions and 9 deletions

View File

@@ -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