Skip to content

geeknik/bug-bounty-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WIP Bug Bounty Automation

To start the server:

Edit the last line of the script to change the port, IP to bind to, and if you want DEBUG enabled. Then run python3 server.py from the directory where you want the sqlite3 database to be stored. This directory will also be where the results/ are stored.

To initiate a scan:

curl -H "Content-Type: application/json" -X POST "http://127.0.0.1:5002" --data '{"domain": "example.com"}'

To view results:

curl "http://127.0.0.1:5002/results/example.com" | jq .

Disclaimer

There are bugs.

ko-fi

About

WIP Bug Bounty Automation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages