8000 GitHub - amjaylo/dProgBb: Detect Program Bug Bounty
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

amjaylo/dProgBb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0