e6c48e50f1 | ||
---|---|---|
.. | ||
images | ||
README.md |
README.md
Improper Error Handling
This website is giving errors. Can you figure it out ?
About the Challenge
We are given a web where we can enter a password
in the form. If the string is too short, an error will occur. However, if the string is long enough, the website will produce an encoded string.
How to Solve?
We just need to find the character limit so that the website doesn't produce an error. A string with 32 characters will reveal the flag. (For example AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA)
BBCTF{tHis_i5_1t_Y0u_CraCk3D_iT}