aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PowerSploit.psd11
-rw-r--r--Recon/Recon.psd11
2 files changed, 2 insertions, 0 deletions
diff --git a/PowerSploit.psd1 b/PowerSploit.psd1
index bc482e1..492b846 100644
--- a/PowerSploit.psd1
+++ b/PowerSploit.psd1
@@ -38,6 +38,7 @@ FunctionsToExport = @(
'Find-GPOLocation',
'Find-InterestingFile',
'Find-LocalAdminAccess',
+ 'Find-ManagedSecurityGroups',
'Find-PathHijack',
'Find-UserField',
'Get-ADObject',
diff --git a/Recon/Recon.psd1 b/Recon/Recon.psd1
index 55f19f7..205cae8 100644
--- a/Recon/Recon.psd1
+++ b/Recon/Recon.psd1
@@ -74,6 +74,7 @@ FunctionsToExport = @(
'Get-CachedRDPConnection',
'Get-NetProcess',
'Find-InterestingFile',
+ 'Find-ManagedSecurityGroups',
'Invoke-UserHunter',
'Invoke-ProcessHunter',
'Invoke-EventHunter',