mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 01:26:42 +03:00
Trivial fix
parent
34841d3682
commit
02aa5b400a
1
Usage.md
1
Usage.md
|
@ -503,6 +503,7 @@ Option: `--eval`
|
|||
In case that user wants to change (or add new) parameter values, most probably because of some known dependency, he can provide to sqlmap a custom python code with option `--eval` that will be evaluated just before each request.
|
||||
|
||||
For example:
|
||||
|
||||
python sqlmap.py -u "http://www.target.com/vuln.php?id=1&hash=c4ca4238a0b923820dcc509a6f75849b" --eval="import hashlib;hash=hashlib.md5(id).hexdigest()"
|
||||
|
||||
Each request of such run will re-evaluate value of GET parameter `hash` to contain a fresh MD5 hash digest for current value of parameter `id`.
|
||||
|
|
Loading…
Reference in New Issue
Block a user