Posted November 1, 20159 yr This is a CTF style challenge. Objective : You need to find the flag which will print the good boy messageRules : Everything is allowed Have fun! Virustotal scanfindtheflag.rar Edited November 1, 20159 yr by Extreme Coders
November 2, 20159 yr Author @GIV: Good Work. A little hint if someone else is interested in finding the actual flag. It consists of exactly 30 printable ascii characters.
November 2, 20159 yr They can do a simple compare of my patched file with original file. Is just a byte patch.Is a xor and a compare operation and a simple jump to pass the bad boy message. I have searched in memory the bad boy string, put a hwbp on access on the first letter then when it was triggered i looked in the call stack to see from where it was accessed and forward using the stack i have reached the actual check routine.I have no patience to recompose the original string just i have put a compare to be equal (EAX=0) and so the program jumps always to good boy. Edited November 2, 20159 yr by GIV
November 2, 20159 yr The thing is, in an actual CTF you'd need the string. C'mon yer ol' lad, put a little extra effort in this, at least it is not the usual "überpacked" .NET file, too much of that sith has been posted here in the last year... Edited November 2, 20159 yr by SmilingWolf
November 2, 20159 yr Solution flag{Y0u_s0lved_that_r1ght!!!} EDIT: I enjoyed it so much that I think it deserves a small writeup. Coming up in few hours.. Edited November 2, 20159 yr by kao
November 2, 20159 yr Author That was quick. I am literally out of words. You actually deserve a prize for this.
November 2, 20159 yr Here's the writeup: http://lifeinhex.com/solving-find-the-flag-crackme-by-extreme-coders/
November 2, 20159 yr Where there is no hope there is KAO oh not to forget tonyweb Edited November 2, 20159 yr by Jasi2169
November 3, 20159 yr Thank you Extreme Coders, nice challenge.flag{Y0u_s0lved_that_r1ght!!!} Attachments include cleaned (NOPed) executable findtheflag1.p1.rar a Mathematica nb file plus its html output Untitled-2.rar pseudo-code maincode.txt
Create an account or sign in to comment