Basic Injection
30 points Easy

See if you can leak the whole database using what you know about SQL Injections. link

Don't know where to begin? Check out CTFlearn's SQL Injection Lab

Flag
Rating 4.61
5
4
3
2
1

Discussion

I cannot load the lab

0

cannot load labs!!

0

why i cant launch the lab?

0

SQL Injection Lesson Lab is broken . Says to contact an admin

0

SELECT * FROM webfour.webfour WHERE name = '' OR 1=1 -- ......showing incorrect flag for this input....any suggestions?

0

don't write the SELECT * FROM webfour.webfour WHERE name = , as inputing anything does that. Only input the rest, meaning OR 1=1 --

0

' OR 1=1;--

0

' OR 1=1;--

0

I couldn't solve the flag because the lab wasn't launching

0

' OR '1'='1

0

Hi,

I am able to retrieve table names and column names. Is the flag in one of the table?

It will take forever to check every table.

0

Hi,

Got the solution.

One tip - don't go deep.

0