repo for selenium bots and scrapers to hopefully help with bug bounties
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