Skip to content
/ mimicom Public

Dump lsass with windows client and extract creds with pypykatz

Notifications You must be signed in to change notification settings

dvs17/mimicom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

mimicom

Credits to https://github.com/SecureAuthCorp/impacket and https://github.com/skelsec/pypykatz

Be sure to have the latest versions installed:

https://github.com/SecureAuthCorp/impacket/

https://github.com/skelsec/pypykatz

Edit path to impacket WMIEXEC and SMBCLIENT in script

wmiexec = "/PATH/TO/wmiexec.py"

smbclient = "/PATH/TO/smbclient.py"

Usage:

python mimicom.py -u USERNAME -p PASSWORD -d DOMAIN -t TARGET-IP

python mimicom.py -u USERNAME -p LM:NTLM -d DOMAIN -t TARGET-IP

About

Dump lsass with windows client and extract creds with pypykatz

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages