mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-13 10:18:51 +03:00
sqlmap: fix user token typo
This commit is contained in:
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):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user