Clear it in 3 steps
-
Start the environment
-
Investigate the target
-
Submit the flag
This page checks a URL GET parameter's value using client-side JavaScript and reveals a flag when the condition is met. Try adding parameters to the URL to satisfy it.
GET parameters are appended to the URL as ?key=value
Check the page source / JavaScript for the required parameter name
Add the correct value to the URL once found