ParamSpider
Mining URLs from dark corners of Web Archives for bug hunting/fuzzing/further probing
Table of Contents
Loading contents...
README.md
paramspider
Mining URLs from dark corners of Web Archives for bug hunting/fuzzing/further probing
📖 About • 🏗️ Installation • ⛏️ Usage • 🚀 Examples • 🤝 Contributing •
About
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.
Installation
To install paramspider
, follow these steps:
git clone https://github.com/devanshbatham/paramspider
cd paramspider
pip install .
Usage
To use paramspider
, follow these steps:
paramspider -d example.com
Examples
Here are a few examples of how to use paramspider
:
- Discover URLs for a single domain:
sh
paramspider -d example.com
- Discover URLs for multiple domains from a file:
sh
paramspider -l domains.txt
-
Stream URLs on the termial:
sh paramspider -d example.com -s
-
Set up web request proxy:
sh paramspider -d example.com --proxy '127.0.0.1:7890'
- Adding a placeholder for URL parameter values (default: “FUZZ”):
sh
paramspider -d example.com -p '"><h1>reflection</h1>'
Contributing
Contributions are welcome! If you’d like to contribute to paramspider
, please follow these steps:
- Fork the repository.
- Create a new branch.
- Make your changes and commit them.
- Submit a pull request.
Star History
Tool Information
Author
devanshbatham
Project Added On
June 01, 2025
License
Open Source