forked from karan/Projects
-
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.
[fix karan#107] remove _vscwprintf dependency with mimilove on Window…
…s 2000 [credits] with his work on AD, Vincent Le Toux (@vletoux) is starring as co-author :) [internal] DRSR RPC [fix] dcsync export as CSV without junk chars between username and NTLM hash
- Loading branch information
1 parent
773533b
commit ebcecc3
Showing
15 changed files
with
884 additions
and
979 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,11 +71,11 @@ void mimikatz_begin() | |
#endif | ||
kprintf(L"\n" | ||
L" .#####. " MIMIKATZ_FULL L"\n" | ||
L" .## ^ ##. " MIMIKATZ_SECOND L"\n" | ||
L" ## / \\ ## /* * *\n" | ||
L" ## \\ / ## Benjamin DELPY `gentilkiwi` ( benjamin@gentilkiwi.com )\n" | ||
L" '## v ##' http://blog.gentilkiwi.com/mimikatz (oe.eo)\n" | ||
L" '#####' " MIMIKATZ_SPECIAL L" with %2u modules * * */\n", ARRAYSIZE(mimikatz_modules)); | ||
L" .## ^ ##. " MIMIKATZ_SECOND L" - (oe.eo)\n" | ||
L" ## / \\ ## /*** Benjamin DELPY `gentilkiwi` ( [email protected] )\n" | ||
L" ## \\ / ## > http://blog.gentilkiwi.com/mimikatz\n" | ||
L" '## v ##' Vincent LE TOUX ( [email protected] )\n" | ||
L" '#####' > http://pingcastle.com / http://mysmartlogon.com ***/\n"); | ||
mimikatz_initOrClean(TRUE); | ||
} | ||
|
||
|
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.