image.png

If you are a huge fan of Craig Alanson’s ‘Columbus Day (Expeditionary Force)’ as I am, you’ll appreciate this challenge!

As the URL suggests, this is a simple SQL injection challenge.

We have a message decoder here that has been dumbed down to the level that even a filthy monkey can understand. Enter a name, and you’ll get the message back.

image.png

In this case we need to insert the classic 'or 1=1 -- - injection string to dump the entire database.

image.png

image.png