Gafna Blog

Back

Expletive#

oh no! it seems like only some of the characters on my keyboard are working…

Given this file

So, to get the flag, you need to provide an input that satisfies three conditions:

  1. It must not contain any alphanumeric characters (a-z, A-Z, 0-9).
  2. The number of underscore characters (_) must not exceed 50.
  3. The total length of the input string must be greater than 36 characters.
 python3 -c "print('_' * 37)" | nc challs.bcactf.com 38421                                                         ─╯
> bcactf{fudG3_5hOo7_d4rn100}
sh
Flag: bcactf{fudG3_5hOo7_d4rn100}
expletive
https://gafnaa.vercel.app/blog/bcactf-misc/misc/expletive
Author Gafna Al Faatiha Prabowo
Published at July 14, 2025