Update get_computer.py

1.6
enigma0x3 2015-08-06 04:05:30 -04:00
parent 9c3b2192e4
commit 1915ee033a
1 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ class Module:
def generate(self):
# read in the common module source code
moduleSource = self.mainMenu.installPath + "/data/module_source/situational_awareness/Network/Get-NetComputer.ps1"
moduleSource = self.mainMenu.installPath + "/data/module_source/situational_awareness/network/Get-NetComputer.ps1"
try:
f = open(moduleSource, 'r')
@ -100,4 +100,4 @@ class Module:
else:
script += " -" + str(option) + " " + str(values['Value'])
return script
return script