Home CTFs | 404CTF_2026 | Divers | Super enquete libre 1/4
Post
Cancel

CTFs | 404CTF_2026 | Divers | Super enquete libre 1/4

[Divers_Super_enquete_libre_1_4.png]

In this chall, we are given a connection to an SQL server. We need to find the active badge number of Laurent NOEL.

On the server we can list the available tables :

[Divers_super_enquete_libre_1_tables.png]

As we can see, there are the Person and Badge tables that should be interesting :

[Divers_super_enquete_libre_1_schema.png]

Now we can select the badges that are own by Laurent NOEL :

[Divers_super_enquete_libre_1_select.png]

As we can see, we have two badges but only one is active. So the flag is 404CTF{165}

This post is licensed under CC BY 4.0 by the author.