|
|
|||||||||||
Mega'and(select 1)>0waitfor/**/delay'0:0:2 Pagesql server - What is this hacker trying to do? - Stack Overflow If the website takes exactly 2 seconds (or more) to load, the attacker knows the database is vulnerable to SQL commands. MEGA'and(select 1)>0waitfor/**/delay'0:0:2 Once confirmed, they can use more complex versions of this command to ask the database "yes/no" questions to slowly extract usernames, passwords, or other sensitive data. Security Context sql server - What is this hacker trying to do : This is a logical condition that is always true. In a blind injection attack, hackers use such conditions to determine if their injected code is being executed. Security Context : This is a logical condition This technique is called "blind" because the database doesn't return actual data or error messages to the attacker's screen. Instead, the attacker observes the of the website: The attacker sends the request. sql server - What is this hacker trying to do? - Stack Overflow If the website takes exactly 2 seconds (or more) to load, the attacker knows the database is vulnerable to SQL commands. Once confirmed, they can use more complex versions of this command to ask the database "yes/no" questions to slowly extract usernames, passwords, or other sensitive data. Security Context : This is a logical condition that is always true. In a blind injection attack, hackers use such conditions to determine if their injected code is being executed. This technique is called "blind" because the database doesn't return actual data or error messages to the attacker's screen. Instead, the attacker observes the of the website: The attacker sends the request. |