Update mapdomaintrusts.py
parent
508c39c3fe
commit
0f3607ad9a
|
@ -56,7 +56,7 @@ class Module:
|
|||
def generate(self):
|
||||
|
||||
# read in the common module source code
|
||||
moduleSource = self.mainMenu.installPath + "/data/module_source/situational_awareness/Network/Invoke-MapDomainTrusts.ps1"
|
||||
moduleSource = self.mainMenu.installPath + "/data/module_source/situational_awareness/network/Invoke-MapDomainTrusts.ps1"
|
||||
|
||||
try:
|
||||
f = open(moduleSource, 'r')
|
||||
|
@ -76,4 +76,4 @@ class Module:
|
|||
script += "Invoke-MapDomainTrusts | ConvertTo-Csv -NoTypeInformation"
|
||||
script += '| Out-String | %{$_ + \"`n\"};"`nInvoke-MapDomainTrusts completed"'
|
||||
|
||||
return script
|
||||
return script
|
||||
|
|
Loading…
Reference in New Issue