minor update

This commit is contained in:
Miroslav Stampar
2010-10-14 06:40:56 +00:00
parent 058e1aecb4
commit cf73d9c799
3 changed files with 15 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ from lib.core.exception import sqlmapUnsupportedFeatureException
"""
value -> chars from value with random case (e.g., INSERT->InsERt)
"""
#TODO: only do it for deepness = 0 regarding '"
def tamper(place, value):
retVal = value
if value: