This repo notifies you of Changes to Bug Bounty Programs from Bugcrowd, Hackerone, Federacy, Hackenproof, Intigriti, Yeswehack.
- python3.8 or higher
- pip3
pip3 install -r requirements.txt
Note: It is recommended that you run the following command to prevent unwanted notifications in the first run:
./update_targets.sh
- Change
DISCORD_WEBHOOK
and Replace your Discord Webhook inconfig.py
( Create Discord WebHook ) - Run command
crontab -e
and add the following code to the end of it:
*/5 * * * * python3 /PROJECT-PATH/app.py
- After each run, the logs are saved in the
app.log
file - Make sure the Data directory exists
- This script will take approximately 2~ seconds to run
- If you want help me, You can complete the part of Sending Notification in Telegram and push it :)