How to hack a Wi-Fi router?
15-01-2023, 12:50
How to hack a website using Android?
Hello everyone, today I'm going to show you how to install SQLMAP on Android without root rights and hack a website using SQL injection.
SQLMAP on Android: Installation
First, install all applications using the links above and run them at least once. Download the sqlmap zip file, unzip it to the SD card and change its name.
After that, open Termux and run this command.
apt update & & apt upgrade
termux-setup-storage
It will prompt you to allow the use of your internal storage. To continue, just click the Allow button, click the button and follow the next step.
packages install python2
Everything is ready! You just need to find sqlmap.py the script is in your phone. To do this, navigate using cd. First you need to access the root folder, so first run:
You can use the ls command to list all the files in this location.
Go to the sqlmap-master folder where it is located sqlmap.py stored. Now to run sqlmap you will need the following command:
If you see this red sqlmap color, then relax! You are done with sqlmap installation. Now the next step is hacking the site using sqlmap. you need to find a site with an SQL vulnerability. To do this, use google dork sqlmap to search for websites.
15-01-2023, 12:50
15-01-2023, 13:24
23-01-2023, 13:16
There are no comments
Information
Users of Visitor are not allowed to comment this publication.