mirror of
https://github.com/PowerShellMafia/PowerSploit
synced 2026-06-08 12:13:33 +00:00
Merge pull request #41 from clymb3r/master
Updating Invoke-Mimikatz to Mimikatz 2.0 alpha
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1,4 +1,4 @@
|
||||
function Get-ComputerDetails
|
||||
function Get-ComputerDetails
|
||||
{
|
||||
<#
|
||||
.SYNOPSIS
|
||||
@@ -218,7 +218,6 @@ Github repo: https://github.com/clymb3r/PowerShell
|
||||
return $ReturnInfo
|
||||
}
|
||||
|
||||
|
||||
function Find-4624Logons
|
||||
{
|
||||
<#
|
||||
@@ -250,7 +249,8 @@ Find unique 4624 logon events.
|
||||
Blog: http://clymb3r.wordpress.com/
|
||||
Github repo: https://github.com/clymb3r/PowerShell
|
||||
#>
|
||||
|
||||
function Find-4624Logons
|
||||
{
|
||||
Param (
|
||||
$SecurityLog
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user