📖 About • 🏗️ Installation • ⛏️ Usage • 🚀 Examples • 🤝 Contributing •
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.
To install paramspider, follow these steps:
git clone https://github.com/devanshbatham/paramspider
cd paramspider
pip install .To use paramspider, follow these steps:
paramspider -d example.comHere are a few examples of how to use paramspider:
-
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 termial:
paramspider -d example.com -s
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.
