From 371c65c9a7493f0a8e02a6f888d6b75a42a77566 Mon Sep 17 00:00:00 2001 From: Matt Graeber Date: Wed, 3 Jul 2013 05:46:44 -0400 Subject: Updated Get-GPPPassword --- Recon/Recon.psd1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Recon/Recon.psd1') 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 = '' -- cgit v1.2.3