Trying to exploit SQL injection

169 views Asked by At

I am trying to exploit a SQLI and I don't understand why my "group_concat" doesn't work.

I managed to extract the name of the database ("games") :

enter image description here

But when I try to extract the tables from this database, I have a syntax error : enter image description here

Why do I have this syntax error?

PS: This is being done on an hacking learning plateform so no nasty illegal stuff going on.

0

There are 0 answers