From ebe7f0981a0a8c4cd485ae5b3455e0b27af070aa Mon Sep 17 00:00:00 2001 From: Rich Lundeen Date: Sun, 9 Jun 2013 21:08:44 -0700 Subject: added invoke-portscan module --- Recon/Recon.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Recon/Recon.psd1') diff --git a/Recon/Recon.psd1 b/Recon/Recon.psd1 index 59c6377..89c9d4f 100644 --- a/Recon/Recon.psd1 +++ b/Recon/Recon.psd1 @@ -74,7 +74,7 @@ ModuleList = @(@{ModuleName = 'Recon'; ModuleVersion = '1.0.0.0'; GUID = '7e775a # List of all files packaged with this module FileList = 'Recon.psm1', 'Recon.psd1', 'Get-GPPPassword.ps1', 'Get-HttpStatus.ps1', - 'Invoke-ReverseDnsLookup.ps1', 'Usage.md' + 'Invoke-ReverseDnsLookup.ps1', 'Invoke-Portscan.ps1', 'Usage.md' # Private data to pass to the module specified in RootModule/ModuleToProcess # PrivateData = '' -- cgit v1.2.3