{"id":24975837,"url":"https://github.com/4m3rr0r/breachhunter","last_synced_at":"2025-07-11T19:39:02.231Z","repository":{"id":238337778,"uuid":"796349104","full_name":"4m3rr0r/BreachHunter","owner":"4m3rr0r","description":"BreachHunter is a powerful OSINT (Open Source Intelligence) tool designed for cybersecurity professionals, investigators, and ethical hackers to efficiently search for leaked data using the DeHashed API","archived":false,"fork":false,"pushed_at":"2024-05-09T05:52:45.000Z","size":555,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T08:15:45.166Z","etag":null,"topics":["bash","bash-script","breachhunter","dehashed","dehashed-api","osint","osint-tool"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-05T17:19:17.000Z","updated_at":"2025-03-21T14:01:38.000Z","dependencies_parsed_at":"2024-05-05T18:44:13.637Z","dependency_job_id":null,"html_url":"https://github.com/4m3rr0r/BreachHunter","commit_stats":null,"previous_names":["4m3rr0r/breachhunter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/4m3rr0r/BreachHunter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4m3rr0r%2FBreachHunter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4m3rr0r%2FBreachHunter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4m3rr0r%2FBreachHunter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4m3rr0r%2FBreachHunter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/4m3rr0r","download_url":"https://codeload.github.com/4m3rr0r/BreachHunter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4m3rr0r%2FBreachHunter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264888627,"owners_count":23678795,"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","bash-script","breachhunter","dehashed","dehashed-api","osint","osint-tool"],"created_at":"2025-02-03T21:58:15.692Z","updated_at":"2025-07-11T19:39:02.189Z","avatar_url":"https://github.com/4m3rr0r.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BreachHunter\n\nBreachHunter is a powerful OSINT (Open Source Intelligence) tool designed for cybersecurity professionals, investigators, and ethical hackers to efficiently search for leaked data using the DeHashed API.\n\n## Features\n\n- **Comprehensive Search Capabilities**: BreachHunter allows users to search for leaked data using various criteria such as email addresses, passwords, names, usernames, IP addresses, hashed passwords, hash types, VINs, addresses, and phone numbers.\n- **Rich Data Retrieval**: Retrieve detailed information associated with the queried data, including IP addresses, usernames, names, email addresses, hashed passwords, hash types, passwords, phone numbers, VINs, and addresses.\n- **Efficient Output Management**: BreachHunter outputs search results to separate files for easy organization and analysis, enhancing workflow efficiency.\n- **Error Handling**: The script includes robust error handling mechanisms to validate API key and email credentials, ensuring smooth operation and preventing unauthorized access.\n\n## Prerequisites\n\nBefore using BreachHunter, ensure you have:\n\n- **DeHashed API Key**: Sign up for a DeHashed account and obtain a valid API key.\n- **Registered Email**: Use a registered email associated with your DeHashed account.\n\n## Installation\n\n1. Clone the repository:\n\n    ```bash\n    git clone https://github.com/4m3rr0r/BreachHunter.git\n    ```\n\n2. Navigate to the project directory:\n\n    ```bash\n    cd BreachHunter\n    ```\n\n3. Make the script executable:\n\n    ```bash\n    chmod +x BreachHunter.sh\n    ```\n4. Usage\n     ```bash\n    ./BreachHunter.sh -h\n    ```\n\n    ```bash\n    Options\n    -h or --help: Display the help menu.\n    -v or --version: Show the program's version number and exit.\n    -e or --email: Specify the email.\n    -p or --password: Specify the password.\n    -n or --name: Specify the name.\n    -u or --username: Specify the username.\n    -ip or --ip_address: Specify the IP address.\n    -H or --hashed_password: Specify the hashed password.\n    -ha or -Ha or --hash_type: Specify the hash type.\n    -vi or -VI or --vin: Specify the VIN.\n    -a or -A or --address: Specify the address.\n    -ph or -PH or --phone: Specify the phone number.\n    ```\nExamples\nSearch for data associated with an email:\n    \n    \n    ./BreachHunter.sh -e demo@example.com -f output_directory\n    \nSearch for data associated with a hashed password:\n   \n    \n    ./BreachHunter.sh -H \u003chashed_password\u003e -f output_directory\n    \n![alt text](./BreachHunter.png)\n\nLicense\nThis project is licensed under the MIT License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4m3rr0r%2Fbreachhunter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F4m3rr0r%2Fbreachhunter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4m3rr0r%2Fbreachhunter/lists"}