mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
update
This commit is contained in:
parent
43a3ac2c3a
commit
120d6a4a7c
2 changed files with 2 additions and 3 deletions
|
|
@ -11,5 +11,5 @@ def tamper(place, value):
|
|||
if place != "URI":
|
||||
value = urlencode(value)
|
||||
else:
|
||||
raise sqlmapUnsupportedFeatureException, "can't use tampering module 'doubleencode.py' with 'URI' type injections"
|
||||
raise sqlmapUnsupportedFeatureException, "can't use tampering module '%s' with 'URI' type injections" % __name__
|
||||
return value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue