Using Mimikatz
Mimikatz is a post-exploitation tool written by Benjamin Delpy which bundles together several of the most useful tasks that attackers perform. Mimikatz is one of the best tools to gather credential data from Windows systems.
Getting ready
Metasploit has two versions of Mimikatz available as Meterpreter extensions: version 1.o
by loading the mimikatz
extension, and the newer version 2.x
by loading the kiwi
extension. In this recipe, we will address the newer version and some of its most useful tasks.
How to do it...
- In a Meterpreter session running with system privileges, we will start by using the
load
command to load thekiwi
extension:
meterpreter > load kiwi Loading extension kiwi... .#####. mimikatz 2.1.1 20170608 (x64/windows) .## ^ ##. "A La Vie, A L'Amour" ## / \ ## /* * * ## \ / ## Benjamin DELPY `gentilkiwi` ( benjamin@gentilkiwi.com ) '## v ##' http://blog.gentilkiwi.com/mimikatz (oe.eo) '#####' Ported to Metasploit by OJ Reeves `TheColonial` * * */ Success...