Skip to content

repo for selenium bots and scrapers to hopefully help with bug bounties

Notifications You must be signed in to change notification settings

fefe33/bountybots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

bountybots

repo for selenium bots and scrapers to hopefully help with bug bounties

Crawlbot.py

this script does the following: scrapes a given site (or set of sites) for form methods, parameters, and actions, returning them as JSON.

usage: crawlbot.py [-h] -b {chrome firefox} -u URL -is [INSCOPE ...] [-o OUT]
a selenium bot that crawls websites for forms
options:
-h, --help show this help message and exit
-b, --browser {chrome, firefox} the browser the bot should use
-u, --url the initial URL for the bot to start crawling
-is, --inscope [INSCOPE ...] keywords to test against the url before adding to the crawl list
-o, --out OUT the name of the option output JSON file for the scan results


About

repo for selenium bots and scrapers to hopefully help with bug bounties

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages