RegReflector
Author: 0xIDA
Solvers
Platform: FlagYard · Category: forensics · Difficulty: Hard
Flag
FlagY{968798755218d7f42db548b0245e6263}
Challenge
Employee ran a fake Chrome installer; artifacts include Windows registry hives and user profile data. Hint: comeflywithme / XOR with 0x1f.
Exploitation chain
- Download
RegReflector.zipfrom the challenge file host. - Inspect registry values in
NTUSER.DAT: large hex blobs named likehDF82oB/orhmkbye. - Hex-decode → XOR deobfuscation → JS eval stage → PowerShell base64 → in-memory shellcode.
- Both registry payloads yield parts of an encoded flag string.
- Final XOR with key
0x1frecovers the flag.
Attack chain
Registry → Hex → XOR → JavaScript → PowerShell → Shellcode → XOR(0x1f) flag