Ctflearn Basic Injection

CTFLearn - Basic Injection

This challenge is an easy challenge on the CTFLearn’s platform and can be found here.

It has the following prompt:

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

So we already know that we need to use SQL Injection and looking at the challenge’s name, it’s going to be a pretty basic one.

So let’s go to this website:

Basic%20Injection/webpage.png

If we enter ' or 1=1; -- -, we are able to leak the whole database.

For those of you who don’t really know how SQL Injections work, this exploit works this way:

Contact

If you have any questions or remarks don’t hesitate to reach out on discord to therokdaba#9872.

Go back to the homepage of this website.