Commit Graph

5 Commits

Author SHA1 Message Date
Justin Bollinger
0991701024 feat: add OMEN attack as menu option 16
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>
2026-02-17 14:01:58 -05:00
Justin Bollinger
a89c7c3fce Add HashcatRosetta as a submodule for rule analysis functionality 2026-02-09 19:58:04 -05:00
Justin Bollinger
a78e291328 hashcat-util overhaul to automatically compile using make 2026-01-25 19:48:25 -05:00
bandrel
f8859e8ad3 replaced submodules 2018-01-27 13:38:56 -05:00
Justin Bollinger
65ed6604e4 Initial Commit 2018-01-26 13:14:00 -05:00