Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/4m3rr0r/breachhunter
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
https://github.com/4m3rr0r/breachhunter
bash bash-script breachhunter dehashed dehashed-api osint osint-tool
Last synced: 3 days ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/4m3rr0r/breachhunter
- Owner: 4m3rr0r
- License: mit
- Created: 2024-05-05T17:19:17.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-09T05:52:45.000Z (9 months ago)
- Last Synced: 2024-05-09T06:36:35.563Z (9 months ago)
- Topics: bash, bash-script, breachhunter, dehashed, dehashed-api, osint, osint-tool
- Language: Shell
- Homepage:
- Size: 534 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BreachHunter
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.
## Features
- **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.
- **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.
- **Efficient Output Management**: BreachHunter outputs search results to separate files for easy organization and analysis, enhancing workflow efficiency.
- **Error Handling**: The script includes robust error handling mechanisms to validate API key and email credentials, ensuring smooth operation and preventing unauthorized access.## Prerequisites
Before using BreachHunter, ensure you have:
- **DeHashed API Key**: Sign up for a DeHashed account and obtain a valid API key.
- **Registered Email**: Use a registered email associated with your DeHashed account.## Installation
1. Clone the repository:
```bash
git clone https://github.com/4m3rr0r/BreachHunter.git
```2. Navigate to the project directory:
```bash
cd BreachHunter
```3. Make the script executable:
```bash
chmod +x BreachHunter.sh
```
4. Usage
```bash
./BreachHunter.sh -h
``````bash
Options
-h or --help: Display the help menu.
-v or --version: Show the program's version number and exit.
-e or --email: Specify the email.
-p or --password: Specify the password.
-n or --name: Specify the name.
-u or --username: Specify the username.
-ip or --ip_address: Specify the IP address.
-H or --hashed_password: Specify the hashed password.
-ha or -Ha or --hash_type: Specify the hash type.
-vi or -VI or --vin: Specify the VIN.
-a or -A or --address: Specify the address.
-ph or -PH or --phone: Specify the phone number.
```
Examples
Search for data associated with an email:
./BreachHunter.sh -e [email protected] -f output_directory
Search for data associated with a hashed password:
./BreachHunter.sh -H -f output_directory
![alt text](./BreachHunter.png)License
This project is licensed under the MIT License - see the LICENSE file for details.