mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Patch for an Issue #2252
This commit is contained in:
@@ -98,7 +98,7 @@ class HashDB(object):
|
||||
|
||||
time.sleep(1)
|
||||
|
||||
if unserialize:
|
||||
if retVal and unserialize:
|
||||
try:
|
||||
retVal = unserializeObject(retVal)
|
||||
except:
|
||||
|
||||
Reference in New Issue
Block a user