From d085c5b1d72178fc347b6572992ff1b45d0205f1 Mon Sep 17 00:00:00 2001 From: clymb3r Date: Wed, 16 Apr 2014 21:16:02 -0700 Subject: Fixing formatting --- Recon/Get-ComputerDetails.ps1 | 1 - Recon/Recon.psd1 | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Recon/Get-ComputerDetails.ps1 b/Recon/Get-ComputerDetails.ps1 index 349f4a3..edc6f0c 100644 --- a/Recon/Get-ComputerDetails.ps1 +++ b/Recon/Get-ComputerDetails.ps1 @@ -218,7 +218,6 @@ Github repo: https://github.com/clymb3r/PowerShell return $ReturnInfo } - function Find-4624Logons { <# diff --git a/Recon/Recon.psd1 b/Recon/Recon.psd1 index d22c8d5..f30ff2e 100644 --- a/Recon/Recon.psd1 +++ b/Recon/Recon.psd1 @@ -74,6 +74,8 @@ ModuleList = @(@{ModuleName = 'Recon'; ModuleVersion = '1.0.0.0'; GUID = '7e775a # List of all files packaged with this module FileList = 'Recon.psm1', 'Recon.psd1', 'Get-HttpStatus.ps1', 'Invoke-ReverseDnsLookup.ps1', + 'Invoke-Portscan.ps1', 'Get-ComputerDetails.ps1', 'Usage.md' + # Private data to pass to the module specified in RootModule/ModuleToProcess # PrivateData = '' -- cgit v1.2.3