diff options
author | Matt Graeber <mattgraeber@gmail.com> | 2013-07-03 05:46:44 -0400 |
---|---|---|
committer | Matt Graeber <mattgraeber@gmail.com> | 2013-07-03 05:46:44 -0400 |
commit | 371c65c9a7493f0a8e02a6f888d6b75a42a77566 (patch) | |
tree | fe49405a2993a94f295c266793d154b6f5b29205 /Recon/Recon.psd1 | |
parent | 717950d00c7cc352efe8b05c3db84d0e6250474c (diff) | |
download | PowerSploit-371c65c9a7493f0a8e02a6f888d6b75a42a77566.tar.gz PowerSploit-371c65c9a7493f0a8e02a6f888d6b75a42a77566.zip |
Updated Get-GPPPassword
Diffstat (limited to 'Recon/Recon.psd1')
-rw-r--r-- | Recon/Recon.psd1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Recon/Recon.psd1 b/Recon/Recon.psd1 index 59c6377..afcb7fb 100644 --- a/Recon/Recon.psd1 +++ b/Recon/Recon.psd1 @@ -73,8 +73,8 @@ AliasesToExport = '' ModuleList = @(@{ModuleName = 'Recon'; ModuleVersion = '1.0.0.0'; GUID = '7e775ad6-cd3d-4a93-b788-da067274c877'})
# List of all files packaged with this module
-FileList = 'Recon.psm1', 'Recon.psd1', 'Get-GPPPassword.ps1', 'Get-HttpStatus.ps1',
- 'Invoke-ReverseDnsLookup.ps1', 'Usage.md'
+FileList = 'Recon.psm1', 'Recon.psd1', 'Get-HttpStatus.ps1', 'Invoke-ReverseDnsLookup.ps1',
+ 'Usage.md'
# Private data to pass to the module specified in RootModule/ModuleToProcess
# PrivateData = ''
|