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.
Installation (requires Docker and Docker Compose)
Clone the repository:
git clone https://github.com/hackermondev/bugcrowd-tracker
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=
Run the following command in the root of the repository:
docker compose up -d