Reading Time : 1min
Difficulty: 1.0/6.0
Platform: Windows
Language: Java
Architecture: Java
Description by Author: An extremely simple crackme for beginners! If you've managed to crack the program, feel free to post a comment/solution :) Explanation: Ok, so there's simply just a 4-digit key that you must figure out in order to unlock the program. But, if you have some reverse engineering skills it should be pretty easy to unlock the program without a key ;)
File Password in crackmes.one After opening file we found file named CrackMe1_release.zip after extracting it we have two file
CrackMe1.jar
run.bat
run.bat only contain code to run CrackMe1.jar file
by running the run.bat we get this cmd windows asking for 8-digit code
to be sure lets open the CrackMe1.jar with tool called jd-gui.exe
Lets try it
The code is a little obfuscated.
Lets clean it a little so it make more sense.