Sqlmap Termux Install | sqlmap termux github | sqlmap termux install 2022 | xphantom |

Hacker X Phantom
3 minute read

How To Install SQLMAP In Termux-How To Use SQLMAP In Termux-2022 | hacker xphantom |

Hacker_X_Phantom



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.
pkg update && upgrade -y
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.
pkg install git python python2 
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.
git clone https://github.com/sqlmapproject/sqlmap

Step 4:

Change directory to the sqlmap folder.
cd sqlmap/

Step 5:

All Set!!! You only need to type the below command to check if everything is perfectly working or not Type below command.
python2 sqlmap.py


Step 6:

Now if you see this Screen that means the tool is correctly installed and you can start using it.

Hacker-x-phantom

Contact us If u Got An any error!

Thanks Visit Again...........