diff options
-rw-r--r-- | PowerSploit.psd1 | 1 | ||||
-rw-r--r-- | Recon/Recon.psd1 | 1 |
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',
|