logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

paramspider - Mining parameters from the dark corners of Web Archives

Author

       Aquila Macedo <aquilamacedo@riseup.net>

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]

See Also