How To Install SQLMAP in Termux
How To Install SQLMAP in Termux
As you know salmap is a most useful website vulnerability scanning Tool
Which is greatly used by Pentesters, Hackers, Security researchers
Sqlmap is written in Python so we need python environment for that we have to install python in Termux
Follow below steps Carefully
Firstly type
Pkg install python2
After installation
Type this command in Termux
git clone https://github.com/sqlmapproject/sqlmap.git
It will take a few minutes to be Downloaded and installed
After Download just type this command
cd
Then type
ls
Then again type
cd sqlmap-dev
Then final step is type
Python2 sqlmap.py
That's all you will be able to use sqlmap on your Mobile.
Nice information with daily update
ReplyDelete