Skip to main content

Hack Website with Sqlmap Using Termux In Android | Install Sqlmap In Termux

Install Sqlmap In Termux

Now First we need to Install Sqlmap Termux. Then Dump the vulnerable website database with sqlmap.
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.

Remember:

Please do not use this method for illegal or malicious activities because hacking is crime. If you do this then it’s can land you in jail.

Sqlmap Installation Command In Termux:

  1. Now paste this command into termux:  apt update && apt upgrade -y
  2.  apt install git -y
  3.  git clone https://github.com/sqlmapproject/sqlmap
  4.  cd sqlmap
  5. Now must install python apt install python -y
  6.  chmod 777 sqlmap.py
  7. Now run this  python sqlmap.py
  8. Enjoy : )

Comments

Popular posts from this blog

TOP 10 NOTEPAD TRICKS,COMMAND

1. Create Diary on Notepad This Notepad trick will allow you to create Notepad note in such a format that whenever you edit your note, it will get saved with date and timestamp automatically. To do this, follow these steps: 1.Open Notepad 2.Type  .LOG   in first line. 3.Save the file as  Log.txt Now, write something to the file and it will automatically get saved with edited date and time. 2. Force Shutdown Your Windows This trick will let you force shutdown your Windows in a single-click. So, if you don’t want to waste three clicks (Start >> Turn Off Computer >> Turn Off), this trick will help you in that. To do this: Open Notepad Paste  @echo off  in first line. Paste  msg * Shutdown computer  in second line. Paste  shutdown -c “Sleep Tight” -s  in third line Save the file with  .BAT  extension. For example, shutdown.bat Click on your file and it will automatically shutdown your Windows ...

Command Prompt Tricks, Hacks & Codes....

**Shutdown Your Computer or a Remote PC via Command Promp** by-Aashish kumar.. Most of us shutdown our computers using the power button given in the Start menu. Some of us use the physical power button on our machines. Very few people actually use other means of shutting down a computer and even less is the number of people who use the command prompt to shutdown a computer. A reason for this is that most of us don't know that the command prompt can be used to not only shutdown, restart or log off  our  computer instantly but also to shutdown a remote computer provided you have administrative access. It can also be used to hibernate a computer and give a comment containing the reason for shutdown. This post will show you how to do all this. Required A computer running Windows (XP, Vista, 7, 8 or 8.1) with the command prompt working perfectly, i.e. not disabled by a virus. Initial Steps 1) Press Windows Key + R. 2) Enter CMD and press Enter. T...