This commit is contained in:
Bernardo Damele 2012-12-19 01:11:18 +00:00
parent c9b8b51c9c
commit 0037d52098

View File

@ -263,7 +263,7 @@ class Web:
logger.info(infoMsg)
handle, filename = mkstemp()
os.fdopen(handle).close() # close low level handle (causing problems latter)
os.fdopen(handle).close() # close low level handle (causing problems later)
with open(filename, "w+") as f:
_ = decloak(os.path.join(paths.SQLMAP_SHELL_PATH, "stager.%s_" % self.webApi))