Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

CrackEverything6

Crack Everything for CrackMapExec version 6

a.mov

To test against login capabilites

python ~/Tools/CrackEverything6.py -r <RHOST> -u <USERNAME> -p <PASSWORD> -d <DOMAIN NAME> -Z <PROMPT> -J

To run against a single host

python ~/Tools/CrackEverything6.py -r <RHOST> -u <USERNAME> -p <PASSWORD> -d <DOMAIN NAME>

To run against a hosts file

python ~/Tools/CrackEverything6.py -F <FILE NAME> -u <USERNAME> -p <PASSWORD> -d <DOMAIN NAME>

To run when your cme.conf file has a different prompt than Pwn3d!

python ~/Tools/CrackEverything6.py -r <RHOST> -u <USERNAME> -p <PASSWORD> -d <DOMAIN NAME> -Z <PROMPT>

To run with impacket

python ~/Tools/CrackEverything6.py -r <RHOST> -u <USERNAME> -p <PASSWORD> -d <DOMAIN NAME> -I 

To run with hashes

python ~/Tools/CrackEverything6.py -r <RHOST> -u <USERNAME> -H <HASH> -d <DOMAIN NAME>

To run against multiple usernames or passwords or both

python ~/Tools/CrackEverything6.py -r <RHOST> -u <USERNAME FILE> -p <PASSWORD FILE> -d <DOMAIN NAME>

To run everything at once

python ~/Tools/CrackEverything6.py -r <RHOST> -u <USERNAME> -p <PASSWORD> -d <DOMAIN NAME> -I -Z <PROMPT>

About

Crack Everything for CrackMapExec version 6

Resources

Stars

21 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages