downloadbrowsecamed's Reverse Me!

Download Reverse_Me!.zip, 87 kb (password: crackmes.de)
Browse contents of Reverse_Me!.zip

7-part series of my own very first crack me - designed for beginners.

Difficulty: 2 - Needs a little brain (or luck)
Platform: Windows
Language: .NET

Published: 09. Feb, 2016
Downloads: 1359

Rating

Votes: 3
Crackme is quite nice.

Rate this crackme:

Send a message to camed »

View profile of camed »

Solutions

Solution by ph34zcr4ck, published 12. jul, 2016; download (6 kb), password: crackmes.de or browse.

ph34zcr4ck has not rated this crackme yet.

Solution by SoN, published 12. jul, 2016; download (6 kb), password: crackmes.de or browse.

SoN has rated this crackme as quite nice.

Solution by aldeid, published 29. feb, 2016; download (480 kb), password: crackmes.de or browse.

aldeid has rated this crackme as quite nice.

Submit your solution »

Discussion and comments

SoN
29. Jan, 18:57
#4 is returning a 404 so I am thinking it is broken. Just wanted to know for sure.
camed
Author
30. Jan, 13:35
@Son thanks for info, so hosting expired. Will be fixed :)
SoN
30. Jan, 13:47
Glad to hear it. I didn't want to submit an incomplete solution.
SoN
10. Feb, 19:09
I see you changed it to SSL. That made it harder.
camed
Author
14. Feb, 11:59
a bit, but not much
aldeid
14. Feb, 13:12
Solution submitted. Nice challenges! @Camed: Thank you!
camed
Author
14. Feb, 13:54
Thank you, I hope you enjoyed them @aldeid :)
camed
Author
02. Mar, 16:46
@aldeid,
You are awesome! All's good, as it should be.
givses
30. Apr, 17:10
At crackme no 3.

If (Me.getMD5(Me.textBox1.Text) = "22DB96BB26EEAF15E68B828A1361C132") Then
MessageBox.Show("Correct password!", "Great job!")
Else
MessageBox.Show("Incorrect password.", "Sorry")
End If

What should we do?
Bruteforce the MD5 or guess?
rentf
08. May, 12:43
Crackme no 1.

#include <windows.h>
#include <stdio.h>

int main(int argc, char* argv[]){
if(argc!=2){
printf("Usage: [program] [password]");
return 0;
}
if (!strcmp(argv[1], "f4h9b")) MessageBoxA(NULL, "Correct! You passed first challenge!", "Congratulations!", MB_OK);
else MessageBoxA(NULL, "Incorrect password | Enter Correct Password!", "Wrong Password", MB_OK);
}
camed
Author
08. May, 18:37
@givses you ought to bruteforce this (it will take up to 10-20seconds)

@rentf what's wrong with that?
akhilchalla14@gmail.com
03. Jun, 19:55
It says all the programs are not a valid win32 application

i am having errors
i am opening these programs in windows xp
is it working for everyone?
[...............]
23. Jun, 17:46
Hello I am a total begginer to this stuff. I downloaded the files but they are asking for a password and I don't know what password they want...
Flashini
11. Jul, 10:17
Oh it wasn't meant to be decompiled, modified and compiled again xD?
_spartax_
14. Oct, 06:48
CrackMe #3 :

if md5(textBox1.Text).hashdigest() == '22DB96BB26EEAF15E68B828A1361C132':
print 'Correct'
else:
print 'Incorrect'

You may leave your comment, thoughts and discuss this crackme with other reversers here.
Acting childish will not be tolerated.
HTML and such will be left as-is, so don't try.