mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
typo fix
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user