
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.

In this case we need to insert the classic 'or 1=1 -- - injection string to dump the entire database.
- Note: Although your monkey brain may want to copy and paste the line above. The single quote may not be interpreted correctly.
- Type the injection manually and it will work.
- (Of course, you could also try whacking it with a stick!)

