,

linux_crackme by cyrex

https://crackmes.one/crackme/5ab77f5633c5d40ad448c2d6


Determine the file type

Use the file command to determine the file type.


Test the program


Strings

Use strings to print the sequences of printable characters in files.

Password can be found with strings.

Analyze

Dissemble the program in GDB

The program will get an input and use strcmp to check and the jne instruction next.

The password is stored in [ebp-0x20] and moved to eax at +82. Which we can see the ASCII text in GDB peda.


Test the program

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

Comments (

0

)

%d bloggers like this: