mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
Minor update
This commit is contained in:
@@ -42,7 +42,7 @@ def tamper(payload, **kwargs):
|
||||
>>> tamper('function()')
|
||||
'FuNcTiOn()'
|
||||
>>> tamper('SELECT id FROM `user`')
|
||||
'SeLeCt Id FrOm `user`'
|
||||
'SeLeCt id FrOm `user`'
|
||||
"""
|
||||
|
||||
retVal = payload
|
||||
|
||||
Reference in New Issue
Block a user