{"id":24975829,"url":"https://github.com/4m3rr0r/phoenix","last_synced_at":"2026-05-05T05:36:20.055Z","repository":{"id":169261202,"uuid":"630506124","full_name":"4m3rr0r/phoenix","owner":"4m3rr0r","description":"This is a bash script that generates hashes of passwords using various algorithms and cracks them using a wordlist.","archived":false,"fork":false,"pushed_at":"2023-04-23T02:23:24.000Z","size":23,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-03T21:58:06.919Z","etag":null,"topics":["bash","hash-cracking","hash-generator","hashcat","hashing","password-cracking-tool","phoenix","rainbow-table"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/4m3rr0r.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}},"created_at":"2023-04-20T14:24:57.000Z","updated_at":"2023-12-13T13:22:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"b6c8b647-ee04-4e01-911b-39c89a091363","html_url":"https://github.com/4m3rr0r/phoenix","commit_stats":null,"previous_names":["4m3rr0r/phoenix","5h31kh/phoenix"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4m3rr0r%2Fphoenix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4m3rr0r%2Fphoenix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4m3rr0r%2Fphoenix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4m3rr0r%2Fphoenix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/4m3rr0r","download_url":"https://codeload.github.com/4m3rr0r/phoenix/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246156417,"owners_count":20732397,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bash","hash-cracking","hash-generator","hashcat","hashing","password-cracking-tool","phoenix","rainbow-table"],"created_at":"2025-02-03T21:58:14.661Z","updated_at":"2026-05-05T05:36:15.020Z","avatar_url":"https://github.com/4m3rr0r.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# phoenix\n\nThis is a bash script that generates hashes for words in a given wordlist file. The supported hash types include MD4, MD5, SHA1, SHA2-224, SHA2-256, SHA2-384, SHA2-512, SHA3-224, SHA3-256, SHA3-384, SHA3-512, RIPEMD-160, BLAKE2b-512, NTML, and Whirlpool. The script can also crack a specified hash like ranibow table.\n\n\n\n## Usage\nUsage: phoenix.sh [OPTIONS]\n\n\nOptions:\n\n- `-h`, `--help`: Display the help menu.\n- `-v`, `--version`: Show the script version.\n- `--hash HASH_TYPE`: Hash type (see supported types below).\n- `-w`, `--wordlist WORDLIST`: Path to the wordlist file.\n- `--crk hash`: Crack the specified hash.\n\nSupported hash types:\n\n- 00: MD4\n- 0: MD5\n- 1: SHA1\n- 2: SHA2-224\n- 3: SHA2-256\n- 4: SHA2-384\n- 5: SHA2-512\n- 6: SHA3-224\n- 7: SHA3-256\n- 8: SHA3-384\n- 9: SHA3-512\n- 10: RIPEMD-160\n- 11: BLAKE2b-512\n- 12: NTML\n- 13: Whirlpool\n\nExamples:\n\n```bash\n# Generate MD5 hashes from a wordlist\n$ ./phoenix.sh --hash 0 -w /path/to/wordlist.txt\n\n# Crack the hash\n$ ./phoenix.sh --crk hash -w wordlisthash.txt\n\n# Show script version\n$ ./phoenix.sh -v\n\n# Show help menu\n$ ./phoenix.sh --help\n\n  phoenix.sh -v                                   # Show script version\n  phoenix.sh --help                               # Show help menu\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4m3rr0r%2Fphoenix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F4m3rr0r%2Fphoenix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4m3rr0r%2Fphoenix/lists"}