ParamSpider – Automatically Find Parameters of website | ParamSpider in Termux

Introduction 

Hello friends, all of you are welcome to our blog, I Ankush will tell you how we can easily find the parameters of any website by using ParamSpider. Apart from this, today we are going to tell you how we can download ParamSpider in Termux.

What is Paramspider?

ParamSpider is a tool written in Python Programming that we use to find the parameters of any website. ParamSpider is free and open source. You can easily clone and use Paramspider from GitHub. You can use ParamSpider in both rooted and non rooted devices.

 

ParamSpider - Automatically Find Parameters of website | ParamSpider in Termux

ParamSpider Features

  • Finds the parameters of any domain.
  • Also find the parameters of the subdomains of the website.
  • You can save the output in txt file.
  • Finds the parameters without interacting with the host.
  • Very easy to use.

How to Download ParamSpider in Termux?

To download ParamSpider, you have to use the commands given below in Termux.
First of all, you have to update and upgrade Termux, for which you have to use ( $ apt update && apt upgrade ) command.
After the installation is complete, you have to install the packages used in Paramspider, for which you have to use the command ( $ apt install git python3 ).
Now you have to clone Paramspider Tool from GitHub, for which you have to use ( $ git clone https://github.com/devanshbatham/ParamSpider ) command.
After the download is complete, you have to use the ($ cd ParamSpider) command.
Now you will get a file named as requirments.txt. You have to download the required modules of python3 using the command ( $ pip3 install -r requirements.txt ).
Use the command ( $ python3 paramspider.py -h ) for the ParamSpider Tool’s Help Manual.
 

How to use ParamSpider?

Suppose you want to find the parameters of aktermux.in, then you can use Paramspider like this ( python3 paramspider.py -d aktermux.in ). Here d is used for domain.
 

Conclusion

In today’s article we discussed about ParamSpider Tool. If you want to download it in Kali Linux then you can use the same commands. If you like our article then share it with your friends also. thanks!

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top