mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
adding switch --eval
This commit is contained in:
parent
0ce885e6e6
commit
65b2b0ad87
7 changed files with 47 additions and 3 deletions
|
|
@ -140,6 +140,9 @@ def cmdLineParser():
|
|||
request.add_option("--safe-freq", dest="saFreq", type="int",
|
||||
help="Test requests between two visits to a given safe url")
|
||||
|
||||
request.add_option("--eval", dest="evalCode",
|
||||
help="Evaluate provided Python code before the request (e.g. \"import hashlib;id2=hashlib.md5(str(id)).hexdigest()\")")
|
||||
|
||||
# Optimization options
|
||||
optimization = OptionGroup(parser, "Optimization", "These "
|
||||
"options can be used to optimize the "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue