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
- Host: GitHub
- URL: https://github.com/fefe33/bountybots
- Owner: fefe33
- Created: 2024-11-11T21:40:55.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-15T22:08:12.000Z (6 months ago)
- Last Synced: 2025-02-06T22:42:10.867Z (4 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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