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:
- Now paste this command into termux: apt update && apt upgrade -y
- apt install git -y
- git clone https://github.com/sqlmapproject/sqlmap
- cd sqlmap
- Now must install python apt install python -y
- chmod 777 sqlmap.py
- Now run this python sqlmap.py
- Enjoy : )
Comments
Post a Comment