Challenge
We receive a Windows PE binary. Running file on it shows it is a compiled AutoHotkey (AHK) script.
Approach
- Use
ExeInfo PE/Detect-It-Easyto confirm the binary is an AutoHotkey compiled executable. - Use AutoHotkey Decompiler or extract the embedded script with
Resource Hacker. - The embedded AHK source contains a simple password comparison:
| |
- The flag is the password itself wrapped in the boroCTF format.
Flag
boroCTF{AHK_1s_lIs+eni4g}