A bug bounty program change monitoring tool that keeps an eye on platforms like HackerOne, Bugcrowd, YesWeHack, and Intigriti.
Built with ❤️ by electro0ne (Moein Erfanian).
Eye of Ra monitors public bug bounty platforms and alerts you via Discord when:
- ✅ A new program is added
- ❌ A program is removed
- 🟢 New in-scope assets are added
- 🔴 In-scope assets are removed
- ⚫️ New out-of-scope entries are added
- ⚪️ Out-of-scope entries are removed
- 🔄 Scopes are changed or updated
- 📌 Metadata like payout/response time changes
- 🔔 Real-time notifications via Discord embeds
- 📂 Secure PostgreSQL storage
- 🐳 Docker/Docker Compose integration
- ✨ Pretty diffs of metadata and scope changes
- 🚰 Designed for bug bounty hunters who care about scope and reward changes
- HackerOne
- Bugcrowd (WIP)
- Intigriti (WIP)
- YesWeHack (WIP)
git clone https://github.com/electro0nes/EyeOfRa.git
cd EyeOfRaMake sure Docker is installed, then:
docker compose up -dThis will set up:
- MongoDB database
- Python script environment
- Install dependencies:
pip3 install -r requirements.txt- Configure
config.yamland.envfile with your Discord Webhook and database settings.
MONGO_USER=myuser
MONGO_PASS=mypassword
MONGO_HOST=localhost
MONGO_PORT=27017
MONGO_DB=bugbounty
DISCORD_WEBHOOK=URL- Run the watcher:
python main.py nodiscord # for run first time config.yaml: Platform sources (JSON endpoints, fetch interval)
Each alert will look like this in Discord:
[HACKERONE] New Inscope
electro0ne
New Scope Added:
• `*.electro0ne.com` (WILDCARD) → critical
Made with ❤️ by electro0ne (Moein Erfanian)
🚾 Bug Bounty Hunter & Automation Enthusiast
MIT — feel free to use and contribute.