diff options
author | Stuart Morgan <stuart.morgan@mwrinfosecurity.com> | 2015-12-29 13:37:40 +0000 |
---|---|---|
committer | Stuart Morgan <stuart.morgan@mwrinfosecurity.com> | 2015-12-29 13:37:40 +0000 |
commit | 2343f43e7cb15efe18e0f66631f5ff43895c7435 (patch) | |
tree | 8f3ba9cbf81ac0ed05a1411ba9d05c6bb7de52a1 /Recon/Recon.psd1 | |
parent | 841150e1c69109442ee87e260ef69746fc38b349 (diff) | |
download | PowerSploit-2343f43e7cb15efe18e0f66631f5ff43895c7435.tar.gz PowerSploit-2343f43e7cb15efe18e0f66631f5ff43895c7435.zip |
Added reference to function to powersploit.psd1 and recon.psd1
Diffstat (limited to 'Recon/Recon.psd1')
-rw-r--r-- | Recon/Recon.psd1 | 1 |
1 files changed, 1 insertions, 0 deletions
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',
|