Added reference to function to powersploit.psd1 and recon.psd1

This commit is contained in:
Stuart Morgan 2015-12-29 13:37:40 +00:00
parent 841150e1c6
commit 2343f43e7c
2 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,7 @@ FunctionsToExport = @(
'Find-GPOLocation', 'Find-GPOLocation',
'Find-InterestingFile', 'Find-InterestingFile',
'Find-LocalAdminAccess', 'Find-LocalAdminAccess',
'Find-ManagedSecurityGroups',
'Find-PathHijack', 'Find-PathHijack',
'Find-UserField', 'Find-UserField',
'Get-ADObject', 'Get-ADObject',

View File

@ -74,6 +74,7 @@ FunctionsToExport = @(
'Get-CachedRDPConnection', 'Get-CachedRDPConnection',
'Get-NetProcess', 'Get-NetProcess',
'Find-InterestingFile', 'Find-InterestingFile',
'Find-ManagedSecurityGroups',
'Invoke-UserHunter', 'Invoke-UserHunter',
'Invoke-ProcessHunter', 'Invoke-ProcessHunter',
'Invoke-EventHunter', 'Invoke-EventHunter',