Klown.cfm 🎪
challenge URL: https://spooky.bugcrowd.zw.ink/klown.cfm
Introduction
In this CTF challenge, you were presented with a mysterious web page at the given URL. The initial page seemed to have an inaccessible submit button, but with a little investigation, you were able to uncover a secret password. By following a series of steps, you successfully bypassed the security mechanism and retrieved the CODE
. Let’s walk through the solution:
Solution:
-
Initial Exploration:
- Upon visiting the URL https://spooky.bugcrowd.zw.ink/klown.cfm, I encountered a peculiar webpage.
-
Hidden Button Element:
- I noticed a button element with the following attributes:
<input name="smile" type="submit" value="submit" disabled="true" style="color:#DF6322; font-weight:bold; cursor: not-allowed" title="Access Denied" id="smile">
- The button was initially disabled and appeared inaccessible.
-
Button Activation:
- I realized that the button could be activated by removing the disabled=”true” attribute.
-
Form Submission:
- After removing the disabled=”true” attribute, I submitted the form with the default input “Kreepy Klown denies you access!”.
-
Alert Popup:
- My action triggered a pop-up message that revealed the password:
Secret Password: KR33PIE-KL0WN
- My action triggered a pop-up message that revealed the password:
-
Input Password:
- You then input the secret password,
KR33PIE-KL0WN
, into the appropriate field, following the instructions provided in the pop-up.
- You then input the secret password,
-
Final Flag:
- After submitting the password, you received the final response:
Here’s a link to the next fun Bugcrowd eLFI Challenge.