Skip to content

Releases: cyclone-github/crackmon

v0.2.0

24 Jan 15:26
24a5e37
Compare
Choose a tag to compare

Readme Card

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 5m -crack 100
./crackmon -t 5 -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

Supported hashcat attacks:
	-a 0       straight
	-a 1       combination
	-a 9       associated

Partially supported hashcat attacks:
	-a 3       mask
	-a 6       hybrid
	-a 7       hybrid

Unsupported hashcat flags:
	-i         incremental
	--status-json

For troubleshooting, run with -debug flag

./crackmon -debug ./hashcat...

Notes:

  • Compiled and tested on debian 12 and Windows 11 Terminal
  • Designed for running hashcat attacks -a 0, 1, 9.
  • Supports -a 3, 6, 7, but does not currently support hashcat mask files or -incremental due to how hashcat handles sessions when running -i or mask files.

Changelog:

https://github.com/cyclone-github/crackmon/blob/main/CHANGELOG.md

Checksum:

bbc289ad777a3036bb4d704f72c4b2abd4d48cd7766ad499eaef69e4a1f8d11e  crackmon_amd64.bin
fd256c72acbdb008e80a124a5942a2a39a167e429851feba26c73cc8c5e2a1de  crackmon_amd64.exe

Jotti Antivirus Scan Results:

https://virusscan.jotti.org/en-US/filescanjob/n8659fl0dv,nbmzsvy7ua

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