Skip to content

Files

Latest commit

fabd3b9 · Apr 10, 2022

History

History

win-bin-analysis

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 23, 2022
Apr 10, 2022
Jan 23, 2022

win-bin-analysis

Challenge Text

  • Find the key hidden in the Windows executable files.

Hint

Solution

Analyze the .dll (not the .exe) in Ghidra, search for strings, find a bunch of strings that get outputed when the file is executed, get one of the strings, and decrypt using one of the strings as a key and one string saying the encryption algorithm.

password: HKEY_CURRENT_USER
encryption: AES(CBC)
fakeFlag: njsctf{look-harder}
encrypt: flag-U2FsdGVkX1+/+Gg+TT1OswZb7zJBF954sV9CPYr9yjuECuBh60j/qG3Kw4Hk9/l6fu5ibkYarZWNBByLBuGrYQ==
  • Flag: jctf{00g@_B000G@@_B1LL_G8S_wAs-H3Re}

Credit