Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Karlsson authored Apr 23, 2018
1 parent f9864a3 commit 3884751
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# CrackMes
A set of "CrackMe"s intended for beginners who want to learn more about x86 assembly and reverse engineering.

## CrackMeOne
![Example Highlight](https://i.imgur.com/tJtUF5N.png)

*Stupid simple* crackme intended for **absolute** beginners. Your task is to find the secret key and enter it in the **password** field. The file is available under [releases](https://github.com/philip-karlsson/crackmes/releases).
The files are available under [releases](https://github.com/philip-karlsson/crackmes/releases).

## CrackMeOne
*Stupid simple* crackme intended for **absolute** beginners. Your task is to find the secret key and enter it in the **password** field.

## CrackMeTwo
*"A little bit harder"..* Just like in *CrackMeOne.exe* you shall find the secret **password** that unlocks the application.

## CrackMeThree
*"Beginners challenge"..* You are supposed to find a valid **username/password** combination. Example: given that you enter **Philip** as user, you need to figure out a password that match user.

0 comments on commit 3884751

Please sign in to comment.