From 2343f43e7cb15efe18e0f66631f5ff43895c7435 Mon Sep 17 00:00:00 2001 From: Stuart Morgan Date: Tue, 29 Dec 2015 13:37:40 +0000 Subject: Added reference to function to powersploit.psd1 and recon.psd1 --- PowerSploit.psd1 | 1 + Recon/Recon.psd1 | 1 + 2 files changed, 2 insertions(+) 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', -- cgit v1.2.3