mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-07-15 10:42:27 +03:00
typo fix
This commit is contained in:
parent
c9b8b51c9c
commit
0037d52098
|
@ -263,7 +263,7 @@ class Web:
|
||||||
logger.info(infoMsg)
|
logger.info(infoMsg)
|
||||||
|
|
||||||
handle, filename = mkstemp()
|
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:
|
with open(filename, "w+") as f:
|
||||||
_ = decloak(os.path.join(paths.SQLMAP_SHELL_PATH, "stager.%s_" % self.webApi))
|
_ = decloak(os.path.join(paths.SQLMAP_SHELL_PATH, "stager.%s_" % self.webApi))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user