few updates/fixes here and there

This commit is contained in:
Miroslav Stampar
2010-11-04 08:03:59 +00:00
parent 5fc480a4c0
commit d5fcc9d8b5
5 changed files with 5 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ from lib.core.exception import sqlmapUnsupportedFeatureException
def tamper(value):
"""
Replaces value with urlencode(value)
Example: 'SELECT%20FIELD%20FROM%20TABLE' becomes 'SELECT%25%20FIELD%25%20FROM%25%20TABLE'
Example: 'SELECT FIELD FROM TABLE' becomes 'SELECT%20FIELD%20FROM%20TABLE'
"""
if value: