forked from gentilkiwi/mimikatz
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minesweeper, Kerberos ccache, Windows 10 update, newsoft contre-rump,…
… ...
- Loading branch information
1 parent
5d19161
commit d5676aa
Showing
44 changed files
with
1,522 additions
and
337 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ const KUHL_M * mimikatz_modules[] = { | |
&kuhl_m_misc, | ||
&kuhl_m_token, | ||
&kuhl_m_vault, | ||
&kuhl_m_minesweeper, | ||
#ifdef NET_MODULE | ||
&kuhl_m_net, | ||
#endif | ||
|
@@ -41,7 +42,7 @@ int wmain(int argc, wchar_t * argv[]) | |
L" ## / \\ ## /* * *\n" | ||
L" ## \\ / ## Benjamin DELPY `gentilkiwi` ( [email protected] )\n" | ||
L" '## v ##' http://blog.gentilkiwi.com/mimikatz (oe.eo)\n" | ||
L" '#####' Microsoft BlueHat edition! with %2u modules * * */\n\n", ARRAYSIZE(mimikatz_modules)); | ||
L" '#####' " MIMIKATZ_SPECIAL L" with %2u modules * * */\n\n", ARRAYSIZE(mimikatz_modules)); | ||
|
||
mimikatz_initOrClean(TRUE); | ||
for(i = MIMIKATZ_AUTO_COMMAND_START ; (i < argc) && (status != STATUS_FATAL_APP_EXIT) ; i++) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.