$$ RED29 $$
docker run -d -p 9041:80 --restart always --name flag-red29 joshbeck2024/ctf-advanced-sql-injection-training-flag-red29
In the form field type:
' or 1=1-- -

' and including or 1=1-- - will return a complete list of usernames/passwords present in the database/table configured on the application.
SQLMap could automate and expedite the extraction process by dumping all databases and tables from the MySQL server, the objective of this challenge is to guide you through manually enumerating this information. (Good news! SQLMap has you covered 99 percent of the time. It’s good to look at what it is doing under the hood from time to time for sure, which is the point this time.)ORDER BY directive, the application will return a valid response if the number of columns we specify does not exceed the number of columns in the table being queried by the application.' ORDER BY 1-- -