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

13
tamper/randomblanks.py Normal file
View File

@@ -0,0 +1,13 @@
import re
import string
from lib.core.common import randomRange
from lib.core.exception import sqlmapUnsupportedFeatureException
"""
value -> value with inserted random blanks (e.g., INSERT->IN/**/S/**/ERT)
"""
#TODO: all
#TODO: only do it for deepness = 0 regarding '"
def tamper(place, value):
return value