sqlmap: fix user token typo

italian
Marco Bonelli 2019-06-08 16:05:54 +02:00 committed by Agniva De Sarker
parent e00d7f0016
commit da1330ea04
1 changed files with 1 additions and 1 deletions

View File

@ -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):