mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
minor update
This commit is contained in:
parent
7e1f784eaa
commit
058e1aecb4
6 changed files with 5 additions and 13 deletions
|
|
@ -4,7 +4,7 @@ from lib.core.convert import urldecode
|
|||
from lib.core.convert import urlencode
|
||||
|
||||
"""
|
||||
' ' -> /**/
|
||||
' ' -> /**/ (e.g., SELECT id FROM users->SELECT/**/id/**/FROM users)
|
||||
"""
|
||||
def tamper(place, value):
|
||||
if value:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue