mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
adding switch --eval
This commit is contained in:
parent
0ce885e6e6
commit
65b2b0ad87
7 changed files with 47 additions and 3 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue