mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-09-01 00:40:02 +00:00
some bug fixes
This commit is contained in:
parent
1b3b916587
commit
43a3ac2c3a
5 changed files with 112 additions and 102 deletions
|
|
@ -6,7 +6,7 @@ from lib.core.common import randomRange
|
|||
from lib.core.exception import sqlmapUnsupportedFeatureException
|
||||
|
||||
"""
|
||||
value -> random case of chars in value
|
||||
value -> chars from value with random case
|
||||
"""
|
||||
def tamper(place, value):
|
||||
retVal = value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue