pypykatz

# It needs the memory dump of windows 
# Pypykatz is an implementation of Mimikatz written entirely in Python
# Allows us to run it on Linux-based attack hosts.

source ~/.zshrc
pypykatz lsa minidump lsass.DMP

Last updated