Avishai's CTF Writeups

...

View on GitHub

There is a basic sql injection, here in variant of sqlite. Let’s examine the structure of the table:

Okay, we can see there is also column for password, let’s get all passwords and usernames:

Yay, the FLAG is found inside the passwords

Flag: WEBSEC{Simple_SQLite_Injection}