An open API service indexing awesome lists of open source software.

https://github.com/fefe33/bountybots

repo for selenium bots and scrapers to hopefully help with bug bounties
https://github.com/fefe33/bountybots

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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