mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-21 13:49:04 +00:00
adding switch --eval
This commit is contained in:
@@ -130,6 +130,10 @@ safUrl =
|
||||
# Default: 0
|
||||
saFreq = 0
|
||||
|
||||
# Evaluate provided Python code before the request
|
||||
# Example: import hashlib;id2=hashlib.md5(str(id)).hexdigest()
|
||||
evalCode =
|
||||
|
||||
|
||||
# These options can be used to optimize the performance of sqlmap.
|
||||
[Optimization]
|
||||
|
||||
Reference in New Issue
Block a user