nightxyz on 2023-08-17 22:43:
[Click to reveal]USER-ID: user0x1
Name: Any strings...
jakef on 2023-08-19 17:26:
[Click to reveal]user id = user0x1
name = LW8tby1vLW8tby1vLW8tby1vLW8tby1vLQ==
Delirium on 2023-08-22 07:33:
[Click to reveal]Getting User ID and Name
- bool flag2 = this.textBox1.Text != "user0x1" && this.textBox2.Text != Form1.pword;
User ID: user0x1
Name: pword = Form1.Base64Encode("-o-o-o-o-o-o-o-o-o-o-o-o-");
- System.Convert.ToBase64String returned "LW8tby1vLW8tby1vLW8tby1vLW8tby1vLQ=="
Result from either valid inputs: MessageBox.Show("{G00DW07K_CR4CK3R}", "FindMe", MessageBoxButtons.OK);
b1 on 2023-08-26 09:07:
[Click to reveal]solved! User-ID: user0x1 FindMe: {G00DW07K_CR4CK3R}
cl0ud on 2023-08-28 08:59:
[Click to reveal]
Username: user0x1
Flag: {G00DW07K_CR4CK3R}
MessageBox.Show("{G00DW07K_CR4CK3R}", "FindMe", MessageBoxButtons.OK);
bang1338 on 2023-08-30 07:45:
my solution have a typo mistake on the title... sorry :p
std1209 on 2023-10-01 22:24:
[Click to reveal]Name or Password, idk wrong shit:
public static string pword = Form1.Base64Encode("-o-o-o-o-o-o-o-o-o-o-o-o-");
WinBase64 Decode: LW8tby1vLW8tby1vLW8tby1vLW8tby1vLQ==
Username and Token visiblen in:
// Token: 0x0600000A RID: 10 RVA: 0x00002100 File Offset: 0x00000300
bool flag2 = this.textBox1.Text != "user0x1" && this.textBox2.Text != Form1.pword;
MessageBox.Show("{G00DW07K_CR4CK3R}", "FindMe", MessageBoxButtons.OK);
Nutshell:
userId : user0x1
Name is : LW8tby1vLW8tby1vLW8tby1vLW8tby1vLQ==
Flagg Is: {G00DW07K_CR4CK3R}
infern on 2023-10-17 13:10:
[Click to reveal]---------------------------
FindMe
---------------------------
{G00DW07K_CR4CK3R}
---------------------------
OK
---------------------------
pswd: user0x1 user LW8tbw8tbw8tbw8tbw8tbw8tbw8tbw8tbw8t
anonyninez on 2024-08-29 14:59:
[Click to reveal]User-ID: user0x1
Name: any
Solution by bang1338 on 2023-08-16 14:31: A writeup of my process and solution.
In 7z file contain:
- Bunch of image instead hosted on Discord
- a markdown, which is my writeup and solution. Require a GitHub-like markdown reader like Markdown Monster
- Python script for solution, require Python 3.x