No more need for 'place' parameter

This commit is contained in:
Bernardo Damele 2010-10-31 14:17:28 +00:00
parent eab331ebd7
commit 27cea68bb8

View File

@ -12,7 +12,7 @@ import re
from lib.core.common import randomRange from lib.core.common import randomRange
from lib.core.data import kb from lib.core.data import kb
def tamper(place, value): def tamper(value):
""" """
Replaces each character with random case value Replaces each character with random case value
Example: 'INSERT' might become 'InsERt' Example: 'INSERT' might become 'InsERt'