diff options
-rw-r--r-- | Recon/Get-ComputerDetails.ps1 | 1 | ||||
-rw-r--r-- | Recon/Recon.psd1 | 2 |
2 files changed, 2 insertions, 1 deletions
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 = ''
|