Pentest Tool - ParamSpider | Shahul Hameed
ParamSpider Tool ParamSpider is a Python language-based tool, an open-source tool used to dig parameters from web archives without interacting with the victim host. For digging parameters, the ParamSpider tool uses various techniques and wordlists . However, these parameters are most useful for security researchers or bug bounty hunters because they can easily test several bugs such as XSS, SQL injection, SSRF, or open redirect . Key Features of ParamSpider Tool 1. ParamSpider Diggs hidden parameters from web archives of the entered target host. 2. ParamSpider also finds parameters from target subdomains. 3. ParamSpider gives support to URLs with specific extensions . 4. ParamSpider mines the parameters from web archives without interacting with the victim host. 5. ParamSpider saves the output of the scan in a nice and clean manner in text files. Installation: Note: Use python 3.7+ $ git c