Find The Password
Run the application and find the password.
$ file FindThePassword.exe FindThePassword.exe: PE32 executable (GUI) Intel 80386 Mono/.Net assembly, for MS Windows
.NETアプリケーションが与えられる。
実行するとパスワード入力欄がある。
適当にstringsしたらそれっぽい文字列があった。
$ strings FindThePassword.exe | grep ctf
123456UUTctf
入力したらフラグが得られた。sha1に直してdone
FLAG : UUTCTF{6dee35b953027debe077e05bbe7e488f8ab335c4}