We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e35f25b commit 98f9f3eCopy full SHA for 98f9f3e
1 file changed
lib/takeover/metasploit.py
@@ -539,7 +539,7 @@ def uploadShellcodeexec(self, web=False):
539
self.shellcodeexecLocal = paths.SQLMAP_SEXEC_PATH
540
541
if Backend.isOs(OS.WINDOWS):
542
- self.shellcodeexecLocal += "/windows/shellcodeexec/shellcodeexec.x%s.exe" % Backend.getArch()
+ self.shellcodeexecLocal += "/windows/shellcodeexec.x%s.exe" % Backend.getArch()
543
else:
544
self.shellcodeexecLocal += "/linux/shellcodeexec.x%s" % Backend.getArch()
545
0 commit comments