The most complete and easy to understand tutorial on installing SQLMap in Termux

It's been a long time since we updated the article about Termux, but this time I will share a tutorial on how to install SQLMap on Termux and how to use it for friends who like to use SQL and learn to deepen sql, this time I will also provide understanding of SQL for those of you who don't know if you already know it's okay just skip this article.

What is SQL?

Sql stands for (Structured Query Language). Sql is a hacking technique where one can insert sql commands via a URL where they are executed by the data base. With a BUG or this gap in a feeding site, that site will also be threatened, usually these bugs and gaps are found on large sites that are not feltered. But don't worry, the sql injection bug itself can also be closed easily so that it can't be injected again.

Introduction to MySQL Databases?

What is mysql data base? is an open source database server that is usually used by website developers to store and process data. Have you ever thought where Facebook, YouTube and Twitter store their data? So they use MySQL to store data. Usually the language used in MySQL uses the SQL language, sql can be used in any programming language such as Java, Python, PHP, Sas, Pascal, Ruby, Vb and others.

The command in sql is called Query as an example of a query that is often used for data processing including:

Select is used to retrieve data from the database
insert is used to add data to the database
update is used to change existing data in the database and
delete to delete data from the database

It's easy to understand, isn't it, then we will discuss how to install sqlmap on termux, without the need to linger, let's look at the following explanation.

How to install SQLMap on Termux is easy to understand

The first step is to open the Termux application, then run the update and upgrade command so that errors do not occur during the sqlmap installation. Please use the command as below:

pkg update && upgrade
Next, don't forget to install python first by using the command:

 
 pkg install python2
The second step is to install git so that we can clone the script on github.com in a way
 pkg install git

If it has been installed, the next step is to clone the script by entering this link into termux.
 git clone https://github.com/sqlmapproject/sqlmap

The third step, if all the commands have been completed, we will immediately open the following command:
 ls command to view folders and folder contents

cd command to open a folder

If you don't use the ls command to see the folder, just enter the command
 cd sqlmap

If you have entered the sqlmap folder the next step we will start running the sqlmap by way
 python2 sqlmap.py

Then the image will appear as below if your installation process is successful, for how to use it you must first find the website that you want to inject

Please remember don't use these tools for evil, use them only for good and to try to find weaknesses on your own website, don't use them on other people's websites. I will not be held responsible if anything happens

So, those are some steps to install SQLMap on Termux, hopefully it will be useful for all of us and can be used for learning materials.
SHARE
  • Image
  • Image
  • Image
  • Image
  • Image
    Blogger Comment
    Facebook Comment