How To Install SQLMAP In Termux-How To Use SQLMAP In Termux-2022 | hacker xphantom |
How to Install SQLmap in Termux?
To install SQLmap in termux you can copy-paste the below commands In Ur Termux And It Will Installed:
Step 1:
Before installing SQLmap in your termux you must update and upgrade to make sure all packages are upgraded if you skip this command it can cause errors some time so copy below command and paste in ur Terminal.
The Above Command Will update Ur Package.
Step 2:
Now we need to install git in termux to download the SQLmap in termux from the GitHub repository and we also need to install python2 in termux because the SQLmap tool is written in python language copy the command and paste in ur Terminal.
The Above Command Will help U to install Git and Python.
Step 3:
Now we have to clone the SQLmap tool from the Github repository using the git command. The total size of this tool is 60MB and can take some time to install depending upon your downloading speed.
Step 4:
Change directory to the sqlmap folder.
Step 5:
All Set!!! You only need to type the below command to check if everything is perfectly working or not Type below command.
Step 6:
Now if you see this Screen that means the tool is correctly installed and you can start using it.