mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
some bug fixes
This commit is contained in:
@@ -8,6 +8,7 @@ from lib.core.exception import sqlmapUnsupportedFeatureException
|
||||
value -> urlencode of nonencoded chars in value
|
||||
"""
|
||||
def tamper(place, value):
|
||||
raise sqlmapUnsupportedFeatureException, "can't use tampering module 'charencode.py' with 'URI' type injections"
|
||||
retVal = value
|
||||
if value:
|
||||
if place != "URI":
|
||||
|
||||
Reference in New Issue
Block a user