Jump to content
Tuts 4 You

Easy CrackMe #1


Recommended Posts

Posted

Easy CrackMe #1


Only simple algorithms - for one name one key.

Provide a valid pair of name and serial, or write a keygen.

Good luck.

 

 

Posted (edited)

Name:leet

Serial:77fe1a9ac6d0e41b35c---

simple string hash + xor some stuff

need constants to meet constraint of word count.

keygen:

  Reveal hidden contents

 

 

 

 

 

 

Edited by Salin
hide keygen code
Posted (edited)
  On 12/11/2020 at 4:49 AM, Salin said:

Name:leet

Serial:77fe1a9ac6d0e41b35c---

simple string hash + xor some stuff

Expand  

Right.

simple string hash + xor + rol + xor + rol + xor + rol + xor 

Good job.

This krackme for beginners.

I'll make it harder - later :)

good.png

Edited by BunnyLab
  • 2 months later...
Posted

Name : Ruble

Serial : 77ae1a8ec6d5e41b21c/*-

I don't know how to compilation,so used IDA

  Reveal hidden contents

 

  • 11 months later...
Posted
  On 2/19/2021 at 4:34 AM, Ruble said:

Keygen by GioTiN do not work on Name цукен

цукен

7761-1abd0-6d914-1b120

 

  Reveal hidden contents

 

Expand  

 

Posted

My code is:

0xsubd
74021-a65c6-ef241-bcac

For beginners (like me) I explain how I figured out how to reach the generator routine. maybe it helps someone.

First of all, I opened the exe with Resource Hacker. I found two interesting dialog boxes, a success one with ID 109 and a fail one with ID 110. They are decimal numbers.

I run x64dbg with the keygen and searched for the code: push 0x6D (again, it's 109 in dec.), because you have to use hexadecimal values for that. When opening a dialog box you have to pass the ID of the dialog as a parameter (and more but here we don't bother with other params).

Next when I found the Goodboy dialog, I scrolled up until I found a GetDlgItemTextW call, here we get the name from the dialog to a buffer.

Finally went up some lines until found a ret statement, after that line I put a breakpoint, restarted the program in x64dbg, and started to watch (F8, F7) how the serial is generated from the name.

Thank you for the keygen, I learnt a lot!

 

  • 1 year later...
ismackedthatass
Posted (edited)

I tried to download this but 7zip error-ed out, there was nothing inside the folder?

 

EDIT: Never-mind. That one flew over my head, my browser removed/kept it from downloading

Edited by ismackedthatass
  • 10 months later...
Posted

mimmounz

7528-1a2f46-fd84-1b804

 

python keygen

  Reveal hidden contents

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...