| Challenge #5 |
CTF{ASCII-mOre-like_BINASCII!!!} |
2026-04-23 13:52 |
| My First CrackMe |
Serial = password
Console.Write("Enter Serial: ");
string text = Console.ReadLine();
if (text == "password")
{
Console.WriteLine("Correct!");
Console.ReadLine();
} |
2026-04-23 13:46 |
| My First Crackme |
Serial = password
Console.Write("Enter Serial: ");
string text = Console.ReadLine();
if (text == "password")
{
Console.WriteLine("Correct!");
Console.ReadLine();
} |
2026-04-23 12:01 |
| CrackIt;) |
CTF{My_S3cr3t_Fl4g}W0WY0uF0undM3{0rN0t} |
2026-04-16 06:17 |
| SimpleCrackMe |
successgoodtrybutyouarefoundatrypass01
FUN_00401d70((basic_ostream<> *)cout_exref,"Enter password: ");
FUN_00401f90((basic_istream<> *)cin_exref,&user_input);
FUN_004023d0(local_164,"succ");
local_8._0_1_ = 1;
FUN_004023d0(local_14c,"ess");
local_8._0_1_ = 2;
FUN_004023d0(local_134,"good");
local_8._0_1_ = 3;
FUN_004023d0(local_11c,"try");
local_8._0_1_ = 4;
FUN_004023d0(local_104,"but");
local_8._0_1_ = 5;
FUN_004023d0(local_ec,"you");
local_8._0_1_ = 6;
FUN_004023d0(local_d4,"are");
local_8._0_1_ = 7;
FUN_004023d0(local_bc,"found");
local_8._0_1_ = 8;
FUN_004023d0(local_a4,"at");
local_8._0_1_ = 9;
FUN_004023d0(local_8c,"ry");
local_8._0_1_ = 10;
FUN_004023d0(local_74,"pass");
local_8._0_1_ = 0xb;
FUN_004023d0(local_5c,"01"); |
2026-04-16 06:11 |
| crackit |
CTF{My_S3cr3t_Fl4g}WoWYouFoundMe |
2026-04-15 15:43 |