Update portscan.py
parent
d1d9ba6e36
commit
d8dbcc7eea
|
@ -112,7 +112,7 @@ class Module:
|
|||
def generate(self):
|
||||
|
||||
# read in the common module source code
|
||||
moduleSource = self.mainMenu.installPath + "/data/module_source/situational_awareness/Network/Invoke-Portscan.ps1"
|
||||
moduleSource = self.mainMenu.installPath + "/data/module_source/situational_awareness/network/Invoke-Portscan.ps1"
|
||||
|
||||
try:
|
||||
f = open(moduleSource, 'r')
|
||||
|
|
Loading…
Reference in New Issue