mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 08:55:33 +02:00
sqlmap: fix user token typo
This commit is contained in:
parent
e00d7f0016
commit
da1330ea04
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue