Skip to content

Commit

Permalink
Added Invoke-Interceptor
Browse files Browse the repository at this point in the history
  • Loading branch information
samratashok committed Jan 28, 2016
1 parent c77e6dc commit 657b6df
Show file tree
Hide file tree
Showing 4 changed files with 792 additions and 60 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.6.3
- Added Invoke-Interceptor to the MITM directory.
0.6.2
- Added support for dumping cleartext credentials from RDP sessions for Invoke-MimikatzWfigestDowngrade.
0.6.1
Expand Down
60 changes: 0 additions & 60 deletions Gather/Get-Information 1.ps1

This file was deleted.

1 change: 1 addition & 0 deletions Gather/Invoke-MimikatzWDigestDowngrade.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2841,6 +2841,7 @@ Main
}
}

#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.
else
{
$actionblock = {& $mimikatz;Sleep 5; Remove-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Control\SecurityProviders\WDigest -Name UseLogonCredential }
Expand Down
Loading

0 comments on commit 657b6df

Please sign in to comment.