Added reference to function to powersploit.psd1 and recon.psd1
This commit is contained in:
parent
841150e1c6
commit
2343f43e7c
|
|
@ -38,6 +38,7 @@ FunctionsToExport = @(
|
|||
'Find-GPOLocation',
|
||||
'Find-InterestingFile',
|
||||
'Find-LocalAdminAccess',
|
||||
'Find-ManagedSecurityGroups',
|
||||
'Find-PathHijack',
|
||||
'Find-UserField',
|
||||
'Get-ADObject',
|
||||
|
|
|
|||
|
|
@ -74,6 +74,7 @@ FunctionsToExport = @(
|
|||
'Get-CachedRDPConnection',
|
||||
'Get-NetProcess',
|
||||
'Find-InterestingFile',
|
||||
'Find-ManagedSecurityGroups',
|
||||
'Invoke-UserHunter',
|
||||
'Invoke-ProcessHunter',
|
||||
'Invoke-EventHunter',
|
||||
|
|
|
|||
Loading…
Reference in New Issue