mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
minor fix
This commit is contained in:
parent
fff7fe83c1
commit
3570b4a705
|
@ -13,7 +13,7 @@ from lib.core.convert import urlencode
|
||||||
def tamper(place, value):
|
def tamper(place, value):
|
||||||
"""
|
"""
|
||||||
Replaces ' ' with '/**/'
|
Replaces ' ' with '/**/'
|
||||||
Example: 'SELECT id FROM users' becomes 'SELECT+id+FROM users'
|
Example: 'SELECT id FROM users' becomes 'SELECT+id+FROM+users'
|
||||||
"""
|
"""
|
||||||
|
|
||||||
retVal = value
|
retVal = value
|
||||||
|
|
Loading…
Reference in New Issue
Block a user