In this article, I am going to show you how to install SQLMAP in Termux. At first you have to be know that,
If you don't know what is Termux and How it's use. Read this article - Termux beginner ultimate guide
What is Sqlmap?
Sqlmap is a free penetration testing tool. Sqlmap is one of the most powerful penetration testing tools available on the internet. It is one of my favorite tools. This tool is coded in python. You can use sqlmap to exploit and extract database information from SQL vulnerable websites.
Requirements
1. Termux - Download from play store
2. SQLMAP GitHub - https://github.com/sqlmapproject/sqlmap.git
Installation Process
1. First open Termux and type command;
pkg update
2. After update the package, Install Python by typing this command:
pkg install python2
3. Then, install git:
pkg install git
4. Then, type command;
git clone https://github.com/sqlmapproject/sqlmap.git
5. Now, type:
cd sqlmap
6. Then, give them execute permission by typing this command:
chmod 777 sqlmap.py
7. Now to run SQLMAP type this command:
python2 sqlmap.py
Now SQLMAP is successfully installed on your Termux.
In the Next tutorial you could learn how use Termux and hack a website.
0 Comments
Don't enter any spam link