Hello there, In this tutorial, we will be discussing how to install and use Sqlmap in termux
What is Sqlmap?
Sqlmap is an automatic SQL Injection scanner and exploitation tool written in
Python. We use this tool to detect SQL injection vulnerabilities in websites
and exploit
how to use sqlmap in termux
Follow the below steps to use sqlmap in Termux.
After Installing Termux, You have to install the following packages, so
type the commands in termux
apt update
then
apt upgrade
then
pkg install python
then
pkg install git
Now type the below command.
git clone https://github.com/sqlmapproject/sqlmap.git
After that, now type the below commands to use sqlmap
cd sqlmap
then
python sqlmap.py
to test your own website
python sqlmap.py -u "htttp://127.0.0.1/page.php?id=1" --batch
Disclaimer
This tutorial is only for educational purposes. We are not responsible for
any misuse