diff options
author | HarmJ0y <will@harmj0y.net> | 2016-12-12 20:36:42 -0500 |
---|---|---|
committer | HarmJ0y <will@harmj0y.net> | 2016-12-12 20:36:42 -0500 |
commit | 6aca12a956452ca40168c71303032c8a80ebf0b4 (patch) | |
tree | e2a53f4053bd90bd5142d05ee4c637d612241af4 /Recon/Recon.psd1 | |
parent | 32bd21e3355705ea967b35ef2608c74679608e73 (diff) | |
download | PowerSploit-6aca12a956452ca40168c71303032c8a80ebf0b4.tar.gz PowerSploit-6aca12a956452ca40168c71303032c8a80ebf0b4.zip |
Typo correction and Recon README.md update
Diffstat (limited to 'Recon/Recon.psd1')
-rw-r--r-- | Recon/Recon.psd1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Recon/Recon.psd1 b/Recon/Recon.psd1 index 64953b0..6cdcfba 100644 --- a/Recon/Recon.psd1 +++ b/Recon/Recon.psd1 @@ -90,7 +90,7 @@ FunctionsToExport = @( 'Find-DomainShare',
'Find-InterestingDomainShareFile',
'Find-LocalAdminAccess',
- 'Get-DomainLocalGroupMember',
+ 'Find-DomainLocalGroupMember',
'Get-DomainTrust',
'Get-ForestTrust',
'Get-DomainForeignUser',
|