nightxyz on 10:43 PM 08/17/2023: USER-ID: user0x1
Name: Any strings...
jakef on 5:26 PM 08/19/2023: user id = user0x1
name = LW8tby1vLW8tby1vLW8tby1vLW8tby1vLQ==
Delirium on 7:33 AM 08/22/2023: 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 9:07 AM 08/26/2023: solved! User-ID: user0x1 FindMe: {G00DW07K_CR4CK3R}
cl0ud on 8:59 AM 08/28/2023:
Username: user0x1
Flag: {G00DW07K_CR4CK3R}
MessageBox.Show("{G00DW07K_CR4CK3R}", "FindMe", MessageBoxButtons.OK);
bang1338 on 7:45 AM 08/30/2023: my solution have a typo mistake on the title... sorry :p
std1209 on 10:24 PM 10/01/2023: 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 1:10 PM 10/17/2023: ---------------------------
FindMe
---------------------------
{G00DW07K_CR4CK3R}
---------------------------
OK
---------------------------
pswd: user0x1 user LW8tbw8tbw8tbw8tbw8tbw8tbw8tbw8tbw8t
anonyninez on 2:59 PM 08/29/2024: User-ID: user0x1
Name: any
You must me logged to submit a solution
Solution by bang1338: 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