ctf-writeup/2023/ByteBanditsCTF 2023/Improper Error Handling
daffainfo e6c48e50f1 feat: grouped the challs 2024-01-09 16:59:32 +07:00
..
images feat: grouped the challs 2024-01-09 16:59:32 +07:00
README.md feat: grouped the challs 2024-01-09 16:59:32 +07:00

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.

preview

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}