Kiwi

The "Kiwi" module is essentially Mimikatz functionality integrated into Metasploit, allowing users to:


When we gain access to a Windows system through Metasploit, We can load the Kiwi module with commands like `load kiwi` and then use various Kiwi commands to extract credentials from the compromised system.

**Usage: **

To check for all Kiwi commands "load kiwi" then use help in meterpreter...

  1. Once we have initial access to our target inside msfconsole in a meterpreter session use kiwi: load kiwi
    ! 800

  2. use: lsa_dump_sam to dump hashes from SAM database:

Pasted image 20250413174312.png