Author: SenorGPT
Date: 2025-11-30 22:50
Summary: Simple .NET console crackme. I used dnSpy to inspect Main, where the program compares Console.ReadLine() directly against a hard-coded string. The correct password is stored in plaintext, so no encoding or transformation was involved.
Loading writeup...