Ver código fonte

sqlmap: fix user token typo

Marco Bonelli 5 anos atrás
pai
commit
da1330ea04
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      pages/common/sqlmap.md

+ 1 - 1
pages/common/sqlmap.md

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