Skip to content
This repository was archived by the owner on Jan 21, 2021. It is now read-only.

Commit d085c5b

Browse files
committed
Fixing formatting
1 parent f03ab14 commit d085c5b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Recon/Get-ComputerDetails.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ Github repo: https://github.com/clymb3r/PowerShell
218218
return $ReturnInfo
219219
}
220220

221-
222221
function Find-4624Logons
223222
{
224223
<#

Recon/Recon.psd1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ ModuleList = @(@{ModuleName = 'Recon'; ModuleVersion = '1.0.0.0'; GUID = '7e775a
7474

7575
# List of all files packaged with this module
7676
FileList = 'Recon.psm1', 'Recon.psd1', 'Get-HttpStatus.ps1', 'Invoke-ReverseDnsLookup.ps1',
77+
'Invoke-Portscan.ps1', 'Get-ComputerDetails.ps1', 'Usage.md'
78+
7779
# Private data to pass to the module specified in RootModule/ModuleToProcess
7880
# PrivateData = ''
7981

0 commit comments

Comments
 (0)