mirror of
https://github.com/PowerShellMafia/PowerSploit
synced 2026-06-08 12:13:33 +00:00
Fixing garbage put in by merge
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
<<<<<<< HEAD
|
||||
function Get-ComputerDetails
|
||||
=======
|
||||
function Get-ComputerDetails
|
||||
>>>>>>> 946328cf9e6d6c60eca2bb9d71a38e210c1c3b6c
|
||||
{
|
||||
<#
|
||||
.SYNOPSIS
|
||||
@@ -223,11 +219,8 @@ Github repo: https://github.com/clymb3r/PowerShell
|
||||
}
|
||||
|
||||
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
function Find-4624Logons
|
||||
{
|
||||
>>>>>>> 946328cf9e6d6c60eca2bb9d71a38e210c1c3b6c
|
||||
<#
|
||||
.SYNOPSIS
|
||||
|
||||
@@ -257,12 +250,8 @@ Find unique 4624 logon events.
|
||||
Blog: http://clymb3r.wordpress.com/
|
||||
Github repo: https://github.com/clymb3r/PowerShell
|
||||
#>
|
||||
<<<<<<< HEAD
|
||||
function Find-4624Logons
|
||||
{
|
||||
=======
|
||||
|
||||
>>>>>>> 946328cf9e6d6c60eca2bb9d71a38e210c1c3b6c
|
||||
Param (
|
||||
$SecurityLog
|
||||
)
|
||||
|
||||
@@ -74,12 +74,6 @@ 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',
|
||||
<<<<<<< HEAD
|
||||
'Invoke-Portscan.ps1', 'Get-ComputerDetails', 'Usage.md'
|
||||
=======
|
||||
'Invoke-Portscan.ps1', 'Get-ComputerDetails.ps1', 'Usage.md'
|
||||
>>>>>>> 946328cf9e6d6c60eca2bb9d71a38e210c1c3b6c
|
||||
|
||||
# Private data to pass to the module specified in RootModule/ModuleToProcess
|
||||
# PrivateData = ''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user