sqlmap: fix user token typo
This commit is contained in:

committed by
Agniva De Sarker

parent
e00d7f0016
commit
da1330ea04
@@ -9,7 +9,7 @@
|
||||
|
||||
- Send data in a POST request (`--data` implies POST request):
|
||||
|
||||
`python sqlmap.py -u {{"http://www.target.com/vuln.php" --data={{"id=1"}}`
|
||||
`python sqlmap.py -u {{"http://www.target.com/vuln.php"}} --data={{"id=1"}}`
|
||||
|
||||
- Change the parameter delimiter (& is the default):
|
||||
|
||||
|
Reference in New Issue
Block a user