Skip to content

Releases: cyclone-github/crackmon

v2023-10-13.1445

13 Oct 19:11
61c3bcb
Compare
Choose a tag to compare

crackmon

Hashcat wrapper tool to bypass current attack if crack rate drops below threshold.

Usage:

Default: -time 1m -crack 1

./crackmon ./hashcat {hashcat args}

Custom: -time 2m -crack 100

./crackmon -t 2 -c 100 ./hashcat {hashcat args}

For more info:

./crackmon -help
Examples:

(Defaults to -time 1m -crack 1)
./crackmon ./hashcat {hashcat args}

Custom: -time 2m -crack 100
./crackmon -t 2 -c 100 ./hashcat {hashcat args}

All flags:
	-t      	minimum runtime in minutes
	-c      	cumulative average cracks threshold
	-debug  	enable debug output
	-help   	show this help menu
	-version	show version info

For troubleshooting, run with -debug flag

./crackmon -debug ./hashcat...

Version:

  • v2023-10-13.1445; fixed #4; refactored sendX commands

Notes:

  • Compiled and tested on debian 12 and Windows 11 Terminal

Checksum

8ead77dd2844d9d6b5fb27f7d0dd864e1168175c5a1a427710fd39bd16a4cfd2  crackmon.bin
d745f90645741b5ddd3a572e0459f1f761be4201a351d58c4d4c8c10976535ba  crackmon.exe