Tags: python3 brute-force
Rating:
Uncompyile the `.pyc` binary, read the code and realize it is brute-forceable.
Remove the length check in the `validate` function and guess the flag one character at a time.
I don't remember