Hashcatizer — Single-binary Rust tool that extracts hashes from 89 encrypted file formats (SSH keys, KeePass, PDF, Office, crypto wallets, disk images, and more) and outputs them ready to crack with hashcat.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
16
commits
chore: set version to 1.0.0, clean up README, fix CI
6e5db22View on GitHubfix: update asset path for hashcatizer binary in Cargo.toml
be8bfa7View on GitHubci: add environment variable to force JavaScript actions to Node 24
b1b35dbView on GitHubci: update macOS configuration to support aarch64 architecture
b04e052View on GitHubrefactor: clean up unused imports and suppress dead code warnings
8940437View on GitHubfeat: add .deb package support for Debian/Ubuntu and update installation instructions in README
d59767eView on GitHubfix: update installation instructions and clean up converter list in README
24ddbc9View on GitHubci: update macOS configuration and add musl compiler support
0ad67a8View on GitHubAdd converters for various file formats and implement auto-detection
da46ef4View on GitHubdocs: add proper hashcat credits — Jens Steube and hashcat team
fe3866fView on GitHubfeat: show hashcat crack command after auto-detection and conversion
10ca072View on GitHubfeat: smart auto-detection — hashcatizer auto-identifies files and hash strings
3e633bdView on GitHubfeat: complete 100% JtR coverage — add 17 individual converter modules
295098dView on GitHub