This project was created by a group of vampires at Voorivex Academy to improve bug hunting progress :)
- Move
config.py.exampletoconfig.pyusing this command.
mv config.py.example config.py-
Change
discord_webhook,databasevariables to your own values. (Note: If you want to use Telegram, change the values oftelegram_tokenandtelegram_chatidvariables) -
Run the program using this command.
docker compose up -dHelp:
python3 watch_dog.py -hMonitoring all platforms and sending changes to the Discord server:
python3 watch_dog.py -d --token "<discord_webhook>"Monitoring all platforms and sending changes to the Telegram channel:
python3 watch_dog.py -t --token "<telegram bot token>" -cid "<chatid>"Monitoring single or multiple platforms:
python3 watch_dog.py -p "hackerone" # Single platform
python3 watch_dog.py -p "hackerone,bugcrowd" # Multiple platformChange database name:
python3 watch_dog.py --database "<Your database name>"Change MongoDB connection:
python3 watch_dog.py --mongo "mongodb://localhost:27017" # Default: mongodb://mongo:27017/