Skip to content

hackermondev/bugcrowd-tracker

Repository files navigation

Bugcrowd Tracker

GitHub stars License

Overview

Monitor disclosed Crowstream reports and Hall of Fame updates from Bugcrowd, and receive a Discord notification when new reports are disclosed or HoF updates are made.

demo leaderboard

demo crowdstream

Installation (requires Docker and Docker Compose)

Clone the repository:

git clone https://github.com/hackermondev/bugcrowd-tracker

Update configuration

Edit the .env.example file in the root of the repository and save it as .env:

# Bugcrowd engagement handle
BUGCROWD_ENGAGEMENT=
# Discord webhook URL (ex. https://discord.com/api/webhooks/<id>/<token>)
DISCORD_WEBHOOK_URL=
# Bugcrowd session token, required for private engagements
#SESSION_TOKEN=

Start the application

Run the following command in the root of the repository:

docker compose up -d

About

Track Hall of Fame and disclosed reports on Bugcrowd engagements

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published