Fix for install path bug

mdns
Matt Nelson 2016-10-30 07:44:00 -04:00 committed by GitHub
parent 2256c07716
commit 13678af3b3
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ class Module:
def generate(self):
# read in the common module source code
moduleSource = self.mainMenu.stagers.installPath + "/data/module_source/code_execution/Invoke-Shellcode.ps1"
moduleSource = self.mainMenu.installPath + "/data/module_source/code_execution/Invoke-Shellcode.ps1"
try:
f = open(moduleSource, 'r')