Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0037d52

Browse files
committed
typo fix
1 parent c9b8b51 commit 0037d52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/takeover/web.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def webInit(self):
263263
logger.info(infoMsg)
264264

265265
handle, filename = mkstemp()
266-
os.fdopen(handle).close() # close low level handle (causing problems latter)
266+
os.fdopen(handle).close() # close low level handle (causing problems later)
267267

268268
with open(filename, "w+") as f:
269269
_ = decloak(os.path.join(paths.SQLMAP_SHELL_PATH, "stager.%s_" % self.webApi))

0 commit comments

Comments
 (0)