mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 01:26:42 +03:00
Removing leftover
This commit is contained in:
parent
401564898d
commit
fb5a75c9ad
|
@ -37,7 +37,7 @@ def decloak(inputFile=None, data=None):
|
|||
data = f.read()
|
||||
try:
|
||||
data = zlib.decompress(hideAscii(data))
|
||||
except Exception:
|
||||
except:
|
||||
print 'ERROR: the provided input file \'%s\' does not contain valid cloaked content' % inputFile
|
||||
sys.exit(1)
|
||||
finally:
|
||||
|
|
Loading…
Reference in New Issue
Block a user