| Badgercracker |
found no anti-debugging features |
2025-02-09 11:35 |
| keygenme - need feedback! |
solved using breakpoints |
2024-10-24 10:28 |
| keygenme - need feedback! |
password is username + "-hqghumea"
Enter your username: iwn
Enter your serial key: iwn-hqghumea
Correct! Good job :D |
2024-10-24 10:24 |
| Baby Keygen 4 |
keygen
import string, random
chars, key = string.ascii_letters + string.digits, ""
for i in range(11): key += random.choice(chars)
key = 'A' + key[0:2] + 'X' + key[4:7] + "X" + key[8:]
print(key) |
2024-10-24 09:35 |
| Baby Keygen 4 |
This is the criteria for correct keys:
if ( (unsigned int)strlen(var2) == 11 )
{
if ( *var2 == 65 && var2[3] == 88 && var2[7] == 88 )
{
printf("The key entered is valid");
return 1i64;
}
as long as you have those, you have a correct key |
2024-10-24 09:20 |
| Baby Keygen 3 |
take a look at this compiled code to find out the valid format:
if ( (unsigned int)strlen(localkey) == 11 )
{
if ( *localkey == 65 && localkey[3] == 45 && localkey[7] == 45 )
{ |
2024-10-23 10:25 |
| Baby Keygen 2 |
keygen
import string, random
chars, key = string.ascii_letters + string.digits, ""
for i in range(random.randint(4, 9)): key += random.choice(chars)
key = 't' + key[1:4] + '-' + key[5:]
print(key) |
2024-10-23 10:04 |
| Baby Keygen 2 |
SPOILER
else if ( user_input[0] == 116 && user_input[4] == 45 )
figured they were ascii characters. found it and the first character had to be a 't' and the fifth a hyphen. |
2024-10-23 09:46 |
| Zira 8 Keygenme! |
user: iwn
serial: 5134153
cracked :) |
2024-10-18 05:31 |
| 02 CrackMe - Expl0it |
user: iwn
key: 89 |
2024-10-17 10:57 |
| Hyperion |
https://i.imgur.com/xLYizkj.png
cracked |
2024-10-10 09:53 |
| Very Easy Crackme |
fill with NOPs |
2024-10-09 09:17 |
| KeyGen Me |
just saying, this got detected by antiviruses and virustotal |
2024-10-07 22:50 |
| VaultCrack |
cracked, but what is it supposed to print if u returned a valid password? just "Welcome !" or is there anything else? |
2024-10-07 10:38 |
| Cookie Monster |
just search strings |
2024-10-07 10:30 |
| Insanely Simple CrackMe |
K4FlAXxF4LZ |
2024-10-06 00:57 |