mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-03-12 21:23:05 -07:00
Add OMEN (Ordered Markov ENumerator) as a probability-ordered password candidate generator. Trains n-gram models on leaked passwords via createNG, then pipes candidates from enumNG into hashcat. Also fix a pre-existing bug where ensure_binary() used quit(1) instead of sys.exit(1) - quit() closes stdin before raising SystemExit, which caused "ValueError: I/O operation on closed file" when any optional binary check failed and the program continued to use input(). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
10 lines
285 B
Plaintext
10 lines
285 B
Plaintext
[submodule "hashcat-utils"]
|
|
path = hashcat-utils
|
|
url = https://github.com/hashcat/hashcat-utils.git
|
|
[submodule "HashcatRosetta"]
|
|
path = HashcatRosetta
|
|
url = https://github.com/bandrel/HashcatRosetta.git
|
|
[submodule "omen"]
|
|
path = omen
|
|
url = https://github.com/RUB-SysSec/OMEN.git
|