dalpan / dProgBb

Detect Program Bug Bounty

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dProg 🔍

About

dProg is tool for Bug bounty program detection by similar keyword on bug bounty program page

Picture

image

Instalation

Run

You can run like

  • Oneliner cat list | httpx | python3 dprog.py (--thread / -t) 20
  • Oneliner cat list | ./hakrawler | sort -u | python3 dprog.py (--thread / -t) 10 | grep "POSSBOUNTY" | notify
  • Oneliner with notify cat list | httpx | python3 dprog.py (--thread / -t) 20 | grep "POSSBOUNTY" | sort -u | notify -id dprog
  • By input list py dprog.py

Reference

Demo

You can see this video for demo :
https://youtu.be/z5IkjxTGHa8

Contribution

If you want to contribute, you can add a path or regex around the bug bounty

Support

Follow my organization
https://github.com/tegal1337

Thanks

About

Detect Program Bug Bounty


Languages

Language:Python 100.0%