ReymoRed / platforms-scopes

platforms-scopes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Platforms-scopes

This repo notifies you of Changes to Bug Bounty Programs from Bugcrowd, Hackerone, Federacy, Hackenproof, Intigriti, Yeswehack.

Requirements

  • python3.8 or higher
  • pip3

Installation

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

Usage

  1. Change DISCORD_WEBHOOK and Replace your Discord Webhook in config.py ( Create Discord WebHook )
  2. Run command crontab -e and add the following code to the end of it:
*/5 * * * * python3 /PROJECT-PATH/app.py 

Description

  • 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

Sample of Result

image.png

Will you help me?!

  • If you want help me, You can complete the part of Sending Notification in Telegram and push it :)

Get in touch

About

platforms-scopes


Languages

Language:Python 92.1%Language:Shell 7.9%