mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-16 19:40:37 +03:00
typo fix
This commit is contained in:
parent
c9b8b51c9c
commit
0037d52098
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue
Block a user