+ 2
Which websites accept sql injection?
2 Antworten
+ 5
SQL injection is a code injection technique, used to attack data-driven applications. The SQL Injection attack allows external users to read details from the database, so attackers can dump whole website database and find admin username/password details.
Note: Unfortunately we CANNOT SQLi attack on all websites. The websites need a SQLi vulnerability in order to do this technique.
@Sololearn
+ 1
Which has variable directly in sql query. 😂👏