From 9a38cbcbc00a31e2ca0397db871b1baae4e8f44d Mon Sep 17 00:00:00 2001 From: mpgn Date: Thu, 14 Apr 2022 11:16:33 +0200 Subject: [PATCH] Update mimikatz.py --- examples/mimikatz.py | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/examples/mimikatz.py b/examples/mimikatz.py index b5d29905..6b0642ed 100755 --- a/examples/mimikatz.py +++ b/examples/mimikatz.py @@ -45,16 +45,7 @@ except ImportError: import readline -mimikatz_intro = r""" - .#####. mimikatz RPC interface - .## ^ ##. "A La Vie, A L' Amour " - ## / \ ## /* * * - ## \ / ## Benjamin DELPY `gentilkiwi` ( benjamin@gentilkiwi.com ) - '## v ##' http://blog.gentilkiwi.com/mimikatz (oe.eo) - '#####' Impacket client by Alberto Solino (@agsolino) * * */ - - -Type help for list of commands""" +mimikatz_intro = r"""Type help for list of commands""" class MimikatzShell(cmd.Cmd):