how to hack a website using termux
This will be the simple tutorial because using termux to hack websites is requires some patience plus we have to spend lot of time with our mobile, that’s not possible for everyone but if you wish then you can try
In this tutorial am going to teach you how to install Lazy Sqlmap in termux and hack a website
So just follow below steps get started
Step 1: Download and Install Termux From Playstore
Step 2: Now Open Termux and type below command
apt update && apt upgrade
Step 3: Now Install Python2 in termux by typing below command
pkg install python2
Step4: Now We have to install Lazy sqlmal (We can install sqlmap but Lazysqlmap makes our task more easy rather than typing bounch of commands frequently)
Type below commands
pkg install git
Now type this command to install Lazysalmap
git clone https://github.com/verluchie/termux-lazysqlmap
After that open the directory by typing this command
cd termux-lazysqlmap
After that type below command
chmod 777 install.sh
Step 5:
Now you can set up Lazysqlmap by typing this common on termux
./install.sh
Step 6:
Now we need some google dorks, if you don’t know about dorks then you can learn here, I have found a website using a dork and let’s test how to hack this site
Now type lazysqlmap in termux
Hack a website with termux
Now I will type the website taken from Google Dorking
Then, if the site vulnerable to SQLi then you can hack, this site vulnerable so I got databases
site_db
information_schema
Getting Databases
Now I will type sitedb
So that it will return the tables in the database
Getting Tables
Now you have to choose the desired table, we usually choose admin table
So I will type userlogin
Now it will return some columns in the table
Getting columns
Now we have to choose the desired columns to dump
So I selected all of them
Dumping column
You will Get the Admin Login Details..
Just Decrypt the hash and find the Admin Login Panel of the website then login with the details, that’s all now you have hacked the site,





You must be logged in to post a comment.