Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 359e734 commit d6e16e8Copy full SHA for d6e16e8
1 file changed
lib/takeover/web.py
@@ -280,7 +280,7 @@ def webInit(self):
280
infoMsg += "on '%s' - %s" % (localPath, self.webStagerUrl)
281
logger.info(infoMsg)
282
283
- if self.webApi == "asp":
+ if self.webApi == WEB_API.ASP:
284
runcmdName = "tmpe%s.exe" % randomStr(lowercase=True)
285
runcmdStream = decloakToNamedTemporaryFile(os.path.join(paths.SQLMAP_SHELL_PATH, 'runcmd.exe_'), runcmdName)
286
match = re.search(r'input type=hidden name=scriptsdir value="([^"]+)"', uplPage)
0 commit comments