How to install SQL MAP package in Termux
***PLEASE KINDLY USE THIS PACKAGE FOR EDUCATIONAL PURPOSES ONLY***
SQL Map

This is a package in Termux to perform SQL injection on various websites that are vulnerable to this specific attack.
sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers.
It comes with a powerful detection engine, many niche features for the ultimate penetration tester and a broad range of switches lasting from database fingerprinting, over data fetching from the database, to accessing the underlying file system and executing commands on the operating system via out-of-band connections.
Installation :
$ apt update && apt upgrade
$ apt install git
$ apt install python2
$ apt install python
$ git clone https://github.com/sqlmapproject/sqlmap
$ cd sqlmap
$ chmod +x *
Running the package:-
$ python2 sqlmap.py -h
It shows all options to use with this tool sqlmap, and there are commands available to control the exploitation of the hacked site map.
$ python2 sqlmap.py
For more tutorial you can check out our YouTube channel for more videos
Comments below for questions
Post a Comment