diff options
author | HarmJ0y <will@harmj0y.net> | 2016-12-14 19:23:28 -0500 |
---|---|---|
committer | HarmJ0y <will@harmj0y.net> | 2016-12-14 19:23:28 -0500 |
commit | ad32d6c75b4e70a6b2e1b56a683a6ba71f1c0683 (patch) | |
tree | 37d55ec7d13b26efbeeb183d2bb79f9b5972205b /Recon/Recon.psd1 | |
parent | 59e6f94e763d40614284d43823a391cafd384c4c (diff) | |
download | PowerSploit-ad32d6c75b4e70a6b2e1b56a683a6ba71f1c0683.tar.gz PowerSploit-ad32d6c75b4e70a6b2e1b56a683a6ba71f1c0683.zip |
For ./Recon/ :
-(More) PSScriptAnalyzering
-Tweaking of synopsis blocks in order to support platyPS
-Code standardization
-Generated docs
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 71667c0..d0a4148 100644 --- a/Recon/Recon.psd1 +++ b/Recon/Recon.psd1 @@ -98,7 +98,7 @@ FunctionsToExport = @( 'Get-DomainForeignUser',
'Get-DomainForeignGroupMember',
'Get-DomainTrustMapping',
- 'Get-ComputerDetails',
+ 'Get-ComputerDetail',
'Get-HttpStatus',
'Invoke-Portscan',
'Invoke-ReverseDnsLookup'
|