📖 About •
🏗️ Installation •
⛏️ Usage •
🚀 Examples •
🤝 Contributing • To install To use Here are a few examples of how to use Discover URLs for a single domain: Discover URLs for multiple domains from a file: Stream URLs on the termial: Set up web request proxy: Adding a placeholder for URL parameter values (default: "FUZZ"): Contributions are welcome! If you'd like to contribute to paramspider
allows you to fetch URLs related to any domain or a list of domains from Wayback achives. It filters out "boring" URLs, allowing you to focus on the ones that matter the most.paramspider
, follow these steps:git clone https://github.com/devanshbatham/paramspider
cd paramspider
pip install .
paramspider
, follow these steps:paramspider -d example.com
paramspider
:paramspider -d example.com
paramspider -l domains.txt
paramspider -d example.com -s
paramspider -d example.com --proxy '127.0.0.1:7890'
paramspider -d example.com -p '"><h1>reflection</h1>'
paramspider
, please follow these steps: