Skip to content

Check data breaches for Full Name, Passwords, Phone Number, Email Address, IP Address, Password Hashes - and create reports to include all the missing available data.

License

Notifications You must be signed in to change notification settings

RocketGod-git/hackcheck-data-breach-search-discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HackCheck - Data Breach Search - Discord Bot

HackCheck is a Discord bot that enables users to search for data breaches by various criteria such as email, password, username, and more. This bot utilizes the HackCheck.io API to fetch breach data and presents it interactively within Discord servers.

1 2

Features

  • Search for breaches by email, password, username, full name, IP address, phone number, and hash.
  • Interactive Discord buttons and modals for seamless user experience.
  • Detailed logging of bot activity.
  • Output results in both CSV and PDF report formats.

Download

You can download the latest version of the bot from the GitHub repository:

git clone https://github.com/RocketGod-git/hackcheck-data-breach-search-discord-bot.git

Installation

Before running the bot, install the necessary Python packages directly using pip:

cd hackcheck-data-breach-search-discord-bot
pip install discord aiohttp aiolimiter reportlab

Configuration

  1. Update the config.json file with your Discord bot token and HackCheck API key:
{
    "discord_bot_token": "YOUR-TOKEN",
    "hackcheck_api_key": "YOUR-KEY",
    "webhook_url": "DISCORD-WEBHOOK-FOR-LOGGING"
}

You'll have to figure out Discord Developer Portal. I'm not teaching these things here.

Usage

Run the bot:

python hackcheckbot.py

The bot will connect to Discord, and you can start using it by invoking the slash command /hackcheck in your server.

Contributing

Contributions are welcome! Please fork the repository and submit pull requests with your suggested changes.

License

See LICENSE for more information.

RocketGod

About

Check data breaches for Full Name, Passwords, Phone Number, Email Address, IP Address, Password Hashes - and create reports to include all the missing available data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages