Skip to content

A basic Bug Bounty target monitoring tool based on Discord Bot

Notifications You must be signed in to change notification settings

JackJuly/bugbounty-monitor-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bug Bounty Monitor

English | 中文

🎬Youtube Demo

Introduction

A basic Bug Bounty programs monitoring tool using Discord Bot.

You can check the development process and installation steps of this script on my blog.

Demo

Main Features

  • Set up a monitoring list with support for adding and removing targets.
  • Daily monitoring of targets to get Subdomain count and changes.
  • Query specific targets to get Subdomain count, Bug Bounty project platform, and project URL, with support to download all subdomains.

Data Sources

  • This monitoring script uses data from the ProjectDiscovery Chaos project page.
  • The target query range is based on the data collected from ProjectDiscovery Public BugBounty Programs.

Installation

Usage

  • /help: Show this help message.
    • Displays a list of available commands and their descriptions.
  • /query <target>: Query information about a specific target.
    • Provides details of the target, including subdomains, platform, and last updated time.
  • /list: Show the current monitoring targets.
    • Displays the list of all targets currently being monitored.
  • /add <target>: Add a target to the monitoring list.
    • Adds a target to the monitoring list based on the target name.
  • /del <target>: Remove a target from the monitoring list.
    • Removes a target from the monitoring list by the target name.

TODO

  • Query newly added projects
  • List specific newly added Subdomains
  • Independent subdomain query feature
  • JavaScript files Monitoring

This script only implements very BASIC monitoring and query functions. You can customize and add more useful features, and feel free to share them here.

Screenshot

Screenshot

Screenshot

About

A basic Bug Bounty target monitoring tool based on Discord Bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages