Skip to content

Commit 657b6df

Browse files
committed
Added Invoke-Interceptor
1 parent c77e6dc commit 657b6df

File tree

4 files changed

+792
-60
lines changed

4 files changed

+792
-60
lines changed

CHANGELOG.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
0.6.3
2+
- Added Invoke-Interceptor to the MITM directory.
13
0.6.2
24
- Added support for dumping cleartext credentials from RDP sessions for Invoke-MimikatzWfigestDowngrade.
35
0.6.1

Gather/Get-Information 1.ps1

-60
This file was deleted.

Gather/Invoke-MimikatzWDigestDowngrade.ps1

+1
Original file line numberDiff line numberDiff line change
@@ -2841,6 +2841,7 @@ Main
28412841
}
28422842
}
28432843

2844+
#Above should work for console login as well but the below code is better and more relaible as it uses WMI events to detect login.
28442845
else
28452846
{
28462847
$actionblock = {& $mimikatz;Sleep 5; Remove-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Control\SecurityProviders\WDigest -Name UseLogonCredential }

0 commit comments

Comments
 (0)