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

Commit 22f984c

Browse files
author
Matt Graeber
committed
Merge pull request #41 from clymb3r/master
Updating Invoke-Mimikatz to Mimikatz 2.0 alpha
2 parents 946328c + d085c5b commit 22f984c

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Exfiltration/Invoke-Mimikatz.ps1

Lines changed: 9 additions & 9 deletions
Large diffs are not rendered by default.

Recon/Get-ComputerDetails.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
function Get-ComputerDetails
1+
function Get-ComputerDetails
22
{
33
<#
44
.SYNOPSIS
@@ -218,7 +218,6 @@ Github repo: https://github.com/clymb3r/PowerShell
218218
return $ReturnInfo
219219
}
220220

221-
222221
function Find-4624Logons
223222
{
224223
<#
@@ -250,7 +249,8 @@ Find unique 4624 logon events.
250249
Blog: http://clymb3r.wordpress.com/
251250
Github repo: https://github.com/clymb3r/PowerShell
252251
#>
253-
252+
function Find-4624Logons
253+
{
254254
Param (
255255
$SecurityLog
256256
)

0 commit comments

Comments
 (0)