{"id":50719271,"url":"https://github.com/shazeus/hashcrack","last_synced_at":"2026-06-09T22:01:53.437Z","repository":{"id":357766764,"uuid":"1238451782","full_name":"shazeus/hashcrack","owner":"shazeus","description":"Hash identification and lookup tool for CTF and security research","archived":false,"fork":false,"pushed_at":"2026-05-14T06:18:19.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-14T08:25:51.231Z","etag":null,"topics":["cli","cryptography","ctf","hash-cracking","hashing","md5","password-cracking","pentesting","python","reverse-hash","security","sha256"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shazeus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-14T06:14:11.000Z","updated_at":"2026-05-14T06:18:24.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/shazeus/hashcrack","commit_stats":null,"previous_names":["shazeus/hashcrack"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/shazeus/hashcrack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shazeus%2Fhashcrack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shazeus%2Fhashcrack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shazeus%2Fhashcrack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shazeus%2Fhashcrack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shazeus","download_url":"https://codeload.github.com/shazeus/hashcrack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shazeus%2Fhashcrack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34127345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","cryptography","ctf","hash-cracking","hashing","md5","password-cracking","pentesting","python","reverse-hash","security","sha256"],"created_at":"2026-06-09T22:01:53.252Z","updated_at":"2026-06-09T22:01:53.430Z","avatar_url":"https://github.com/shazeus.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ch1 align=\"center\"\u003ehashcrack\u003c/h1\u003e\n  \u003cp align=\"center\"\u003eHash identification and lookup tool for CTF and security research.\u003c/p\u003e\n  \u003cp align=\"center\"\u003e\n    \u003ca href=\"https://pypi.org/project/hashcrack-cli/\"\u003e\u003cimg src=\"https://img.shields.io/pypi/v/hashcrack-cli?color=blue\u0026style=flat-square\" alt=\"PyPI\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://pypi.org/project/hashcrack-cli/\"\u003e\u003cimg src=\"https://img.shields.io/pypi/pyversions/hashcrack-cli?style=flat-square\" alt=\"Python\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/shazeus/hashcrack/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT-green?style=flat-square\" alt=\"License\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/shazeus/hashcrack/stargazers\"\u003e\u003cimg src=\"https://img.shields.io/github/stars/shazeus/hashcrack?style=flat-square\" alt=\"Stars\"\u003e\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n---\n\n**hashcrack** is a fast, feature-rich CLI tool for hash analysis in CTF competitions and security research. It auto-detects hash types (MD5, SHA-1, SHA-256, bcrypt, NTLM, and 20+ more), queries public hash databases, performs wordlist attacks, generates hashes, and provides deep statistical analysis — all with beautiful terminal output powered by Rich.\n\n- **Auto-detection** — identifies 20+ hash types from MD5 to Argon2, bcrypt, NTLM, and scrypt\n- **Online lookup** — queries multiple public hash cracking APIs simultaneously\n- **Wordlist attack** — crack hashes locally using any wordlist (e.g. rockyou.txt)\n- **Hash generation** — compute MD5, SHA-1, SHA-256, SHA-512, BLAKE2 and more in one command\n- **Batch mode** — process hundreds of hashes from a file with optional auto-lookup\n- **Verification** — confirm plaintext/hash pairs across all supported algorithms\n- **Deep analysis** — entropy calculation, charset analysis, and type classification\n- **JSON output** — every command supports `--json` for scripting and piping\n\n## Installation\n\n```bash\npip install hashcrack-cli\n```\n\nOr install from source:\n\n```bash\ngit clone https://github.com/shazeus/hashcrack\ncd hashcrack\npip install -e .\n```\n\n## Usage\n\n```bash\n# Identify a hash type\nhashcrack identify 5d41402abc4b2a76b9719d911017c592\n\n# Look up plaintext via public APIs\nhashcrack lookup 5d41402abc4b2a76b9719d911017c592\n\n# Generate hashes\nhashcrack generate \"hello world\"\nhashcrack generate \"secret\" --algo md5 --algo sha256\n\n# Crack with a wordlist\nhashcrack wordlist rockyou.txt 5d41402abc4b2a76b9719d911017c592\n\n# Batch process hashes from a file\nhashcrack batch hashes.txt --lookup\n\n# Verify plaintext against hash\nhashcrack verify 5d41402abc4b2a76b9719d911017c592 \"hello\"\n\n# Deep analysis\nhashcrack analyze 5d41402abc4b2a76b9719d911017c592\n\n# List all supported hash types\nhashcrack info\n```\n\n## Commands\n\n| Command | Description |\n|---------|-------------|\n| `identify \u003chash\u003e` | Auto-detect the type(s) of a hash |\n| `lookup \u003chash\u003e` | Query public databases for the plaintext |\n| `generate \u003ctext\u003e` | Generate hashes for a string (all algorithms or specific ones) |\n| `wordlist \u003cfile\u003e \u003chash\u003e` | Crack a hash using a local wordlist |\n| `batch \u003cfile\u003e` | Process multiple hashes from a file |\n| `verify \u003chash\u003e \u003cplaintext\u003e` | Confirm a hash/plaintext pair |\n| `analyze \u003chash\u003e` | Full analysis: type + lookup + entropy + charset |\n| `info [type]` | Show details for a hash type, or list all supported types |\n\n## Configuration\n\nAll commands support these global options:\n\n| Flag | Description |\n|------|-------------|\n| `--json` | Output results as JSON for scripting |\n| `-q / --quiet` | Minimal output (useful in scripts) |\n| `-h / --help` | Show help for any command |\n| `-V / --version` | Show version |\n\n## Supported Hash Types\n\nMD5, SHA-1, SHA-224, SHA-256, SHA-384, SHA-512, SHA3-256, SHA3-512, NTLM, LM Hash, bcrypt, Argon2, scrypt, MD5 Crypt, SHA-512 Crypt, RIPEMD-160, BLAKE2b, BLAKE2s, CRC32, Adler32, Tiger-192, Haval-256, MySQL4/5, Whirlpool, Base64\n\n## License\n\nMIT — see [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshazeus%2Fhashcrack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshazeus%2Fhashcrack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshazeus%2Fhashcrack/lists"}