Guest Tundra Posted May 17, 2006 Posted May 17, 2006 Hi, this crackme is from the SnD site, and I'm wondering how I'm supposed to input the serial into the program. When you run the program from Windows, a message box immediately pops up saying "The password is incorrect." When you press the OK button, the program exits. So I assume this is supposed to take input from the command line, but that doesn't seem to work either. Could anyone help me out? Thanks
Guest Tundra Posted May 18, 2006 Posted May 18, 2006 Link: http://tuts4you.com/crackme/DrDealer%20CrackMe%201/BruteForceThis.zip
Loki Posted May 18, 2006 Posted May 18, 2006 Not sure where you're struggling with this.As you suggest, it takes a parameter from the command line - you can open it in Olly and enter a parameter to test.It then arses around with your input by first bunging it through a function and then running it through a loop in the main process. Following that, its compared with a hard coded string.Your objective is to find the parameter which matches the hard coded string following manipulation. Its a brute force as the algo appears to be non reversable.Hope that helps and doesn't just reiterate what you already know.Cheers
Guest Tundra Posted May 18, 2006 Posted May 18, 2006 ok thanks, I got it workingit turns out I needed quotation marks around the key when running it from the DOS command line
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now