Skip to content

Simple Python Script for Tracking Bug Bounty Programs.

License

Notifications You must be signed in to change notification settings

omidxrz/Watch-Tower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Watch Tower

Simple Python Script for Tracking Bug Bounty Programs.

This script collects data from this Repository This script collects data from this repository and sends us a notification if it changes.

Types Of Notification Supported:

  • New Program.
  • Change Program From RDP To VDP.
  • Change Program From VDP To RDP.
  • New Targets.
  • Add Target Into The Scope.
  • Delete Target From Scope.

Install

  1. Download or clone this GitHub repo
git clone https://github.com/omidxrz/Watch-Tower
  1. Install requirements with:
pip3 install -r requirements.txt
  1. Run Postgres With Docker
docker-compose up -d 
  1. Change Webhook
Discord:
  - 'Weboohk1'
  - 'Webhook2'
  • You Can Add Multi Tokens
  1. Run First time With InActive Mode.(It does not send notifications)
# inActive Mode
python3 main.py inactive 
# Run Active Mode
python3 main.py  
  • if you see this error pg_config executable not found. then try this :
apt install libpq-dev

Crontab

  1. Give permission to Script
chmod +x main.py
  1. Set Crontab For Run Script Every 15M
*/15 * * * * /usr/bin/python3 /PATH_SCRIPT/main.py

About

Simple Python Script for Tracking Bug Bounty Programs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages