How to install SQLmap in Termux

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.



How to install SQLmap in Termux?

Step 1. Open termux and type the command 
              apt update 
          apt upgrade - y

Step 2. Type this command
              apt install git

Step 3. After installing git in termux now type the next command to install Python2.
              apt install python2

Step 4. After installing python2 now you have to install python by using this command.
              apt install Python

Step 5. After installing all ot these you have to type this command to clone the SQLmap.
git clone https://github.com/sqlmapproject/sqlmapproject

After typing this command you started cloning into SQLmap like this.
sqlmap github,   sqlmap tutorial,   sqlmap commands,   sqlmap termux,   sqlmap online,   sqlmap download,   sqlmap apk,   sqlmap android,   sqlmap attack,

Step 5. After cloning type this command.
                cd sqlmap

      chmod +x * 

       
                 python2 sqlmap.py
sqlmap github,   sqlmap tutorial,   sqlmap commands,   sqlmap termux,   sqlmap online,   sqlmap download,   sqlmap apk,   sqlmap android,   sqlmap attack,

Now you have successfully installed SQLmap in termux.



If you have any questions or concerns regarding this post you can ask from us by commenting below.

Thanks!☺️


Post a Comment

1Comments