mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
No more need for 'place' parameter
This commit is contained in:
parent
eab331ebd7
commit
27cea68bb8
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user