-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Philip Karlsson
authored
Apr 23, 2018
1 parent
f9864a3
commit 3884751
Showing
1 changed file
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |