Termux tutorials. How to install sqlmap in your termux

Subscribers:
483
Published on ● Video Link: https://www.youtube.com/watch?v=6ugotE9cQy0



Category:
Tutorial
Duration: 4:13
257 views
4


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 *

Run :

$ python2 sqlmap.py -h

It shows all options to use this tool sqlmap

$ python2 sqlmap.py







Tags:
sql injection
sqlmap
termux
sql injection login bypass
sql injection attack on login page
sql injection vulnerability allowing login bypass