mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 08:22:15 +01:00
minor fix
This commit is contained in:
parent
fff7fe83c1
commit
3570b4a705
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ from lib.core.convert import urlencode
|
|||
def tamper(place, value):
|
||||
"""
|
||||
Replaces ' ' with '/**/'
|
||||
Example: 'SELECT id FROM users' becomes 'SELECT+id+FROM users'
|
||||
Example: 'SELECT id FROM users' becomes 'SELECT+id+FROM+users'
|
||||
"""
|
||||
|
||||
retVal = value
|
||||
|
|
|
|||
Loading…
Reference in a new issue