SQLMAP tool install in termux android
NOTE: This article is only for an Educational purpose. Any actions or activities related to the material contained on this Website is solely your responsibility. Misuse of the information in this website can result in criminal charges brought against the persons in question. The Authors and www.androidUNKNOWN.blogspot.com will not be held responsible in the event any criminal charges be brought against any individuals misusing the information in this website to break the law.
Requirements:
- Termux from play store.
- Mobile data / wifi connection.
As we all know, SQLMAP is a very useful website vulnerability scanning tool, widely used by penetration testers, hackers and security researchers.
Follow the steps below to operate carefully
First enter Pkg install python2
After installation
Enter this command in Termux git clone https://github.com/sqlmapproject/sqlmap.git
It takes a few minutes to download and install, just need to download after Type this command cd
and then type ls
and then type cd sqlmapdev
again and then the last step is to type Python2 sqlmap.py
This is all SQLMAP can use on your phone.
Hope you like it!
Comments
Post a Comment