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

Commit f03ab14

Browse files
committed
Fixing garbage put in by merge
1 parent b783b45 commit f03ab14

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

Recon/Get-ComputerDetails.ps1

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
<<<<<<< HEAD
21
function Get-ComputerDetails
3-
=======
4-
function Get-ComputerDetails
5-
>>>>>>> 946328cf9e6d6c60eca2bb9d71a38e210c1c3b6c
62
{
73
<#
84
.SYNOPSIS
@@ -223,11 +219,8 @@ Github repo: https://github.com/clymb3r/PowerShell
223219
}
224220

225221

226-
<<<<<<< HEAD
227-
=======
228222
function Find-4624Logons
229223
{
230-
>>>>>>> 946328cf9e6d6c60eca2bb9d71a38e210c1c3b6c
231224
<#
232225
.SYNOPSIS
233226
@@ -257,12 +250,8 @@ Find unique 4624 logon events.
257250
Blog: http://clymb3r.wordpress.com/
258251
Github repo: https://github.com/clymb3r/PowerShell
259252
#>
260-
<<<<<<< HEAD
261253
function Find-4624Logons
262254
{
263-
=======
264-
265-
>>>>>>> 946328cf9e6d6c60eca2bb9d71a38e210c1c3b6c
266255
Param (
267256
$SecurityLog
268257
)

Recon/Recon.psd1

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,6 @@ 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-
<<<<<<< HEAD
78-
'Invoke-Portscan.ps1', 'Get-ComputerDetails', 'Usage.md'
79-
=======
80-
'Invoke-Portscan.ps1', 'Get-ComputerDetails.ps1', 'Usage.md'
81-
>>>>>>> 946328cf9e6d6c60eca2bb9d71a38e210c1c3b6c
82-
8377
# Private data to pass to the module specified in RootModule/ModuleToProcess
8478
# PrivateData = ''
8579

0 commit comments

Comments
 (0)