Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
ParamSpider — Mining URLs from dark corners of Web Archives for bug hunting/fuzzing/further probing | Kitploit
Tools/GitHubGitHub/devanshbatham/paramspider
OSINT (Open Source Intelligence)ReconnaissanceInformation GatheringWeb SecurityFuzzing
GitHubdevanshbatham/paramspider

ParamSpider

Mining URLs from dark corners of Web Archives for bug hunting/fuzzing/further probing

View Repository
3.1k48036 months agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

paramspider

Mining URLs from dark corners of Web Archives for bug hunting/fuzzing/further probing

📖 About • 🏗️ Installation • ⛏️ Usage • 🚀 Examples • 🤝 Contributing •

paramspider

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:

root@kitploit:~
git clone https://github.com/devanshbatham/paramspider
cd paramspider
pip install .

Usage

To use paramspider, follow these steps:

root@kitploit:~
paramspider -d example.com

Examples

Here are a few examples of how to use paramspider:

  • Discover URLs for a single domain:

    root@kitploit:~
    paramspider -d example.com
    
  • Discover URLs for multiple domains from a file:

    root@kitploit:~
    paramspider -l domains.txt
    
  • Stream URLs on the termial:

    root@kitploit:~
    paramspider -d example.com -s
    
  • Set up web request proxy:

    root@kitploit:~
    paramspider -d example.com --proxy '127.0.0.1:7890'
    
  • Adding a placeholder for URL parameter values (default: "FUZZ"):

    root@kitploit:~
     paramspider -d example.com -p '"><h1>reflection</h1>'
    

Star History

Star History Chart

Download Tool