paramspider - Mining parameters from the dark corners of Web Archives
Contents
Copyright
Expat
1.0.1 2024-03-27 PARAMSPIDER(1)
Description
paramspider allows you to fetch URLs related to any domain or a list of domains from Wayback Archives. It
filters out "boring" URLs, allowing you to focus on the ones that matter the most.
Examples
Common usage:
Discover URLs for a single domain:
$ paramspider -d example.com
Discover URLs for multiple domains from a file:
$ paramspider -l domains.txt
Stream URLs on the terminal for a domain:
$ paramspider -d example.com -s
Set up web request proxy:
$ paramspider -d example.com --proxy '127.0.0.1:7890'
Adding a placeholder for URL parameter values (default: "FUZZ"):
$ paramspider -d example.com -p '"><h1>reflection</h1>'
Name
paramspider - Mining parameters from the dark corners of Web Archives
Options
-h,--help:
Display command usage and options.
-dDOMAIN,--domainDOMAIN:
Domain name to fetch related URLs for.
-lLIST,--listLIST:
File containing a list of domain names.
-s,--stream:
Stream URLs on the terminal.
--proxyPROXY
Set the proxy address for web requests.
-pPLACEHOLDER,--placeholderPLACEHOLDER
Placeholder for parameter values.
Synopsis
paramspider [-h] [-d DOMAIN] [-l LIST] [-s] [--proxy PROXY] [-p PLACEHOLDER]
