mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-03-03 11:45:46 +03:00
Update for an Issue #225
This commit is contained in:
parent
726de868e2
commit
b0f5b4f9bc
|
@ -38,7 +38,7 @@ def hexdecode(value):
|
|||
return (value[2:] if value.startswith("0x") else value).decode("hex")
|
||||
|
||||
def hexencode(value):
|
||||
return value.encode("hex")
|
||||
return utf8encode(value).encode("hex")
|
||||
|
||||
def md5hash(value):
|
||||
if sys.modules.has_key('hashlib'):
|
||||
|
|
Loading…
Reference in New Issue
Block a user