poshkatz: PowerShell module for Mimikatz
poshkatz
poshkatz is a PowerShell module for Mimikatz that has a number of cool features!
Features
Mimiktaz tab expansion “autocomplete”
Autocompletes mimikatz commands, parameters and paramter values.
Cmdlet wrappers for Mimikatz features
- Export-MKKerberosTicket
- Get-MKCredentialVault
- Get-MKCredentialVaultCredential
- Get-MKKerberosTicket
- Get-MKLogonPassword
- Get-MKLsaCache
- Get-MKLsaSam
- Get-MKLsaSecret
- Get-MKTicket
- Grant-MKKerberosGoldenTicket
- Invoke-MKDcSync
- Invoke-MKPassTheHash
Convert Mimikatz output into PowerShell Objects
Use
- Install git
- Install posh-git
install-module posh-git
- Build or Download a fresh copy of mimikatz
- Import the poshkatz module
git clone https://github.com/STEALTHbits/poshkatz.git Import-Module poshkatz.psd1
- Ensure mimikatz.exe is in your path
- Have some fun
Get-MKLogonPassword
Copyright (c) 2018 Adam Driscoll
Source: https://github.com/STEALTHbits/