Find a password |
This is a solution to the crackme 6640f06b6b8bd8ddfe33c826.
When the crackme is executed it asks the user to provide a password.
The solution goes through all the steps required in order to find the correct password. |
FPC - Lazarus x86 program |
This is a Python script to solve the crackme 66621cc7e7b35c09bb26692e.
When the crackme is executed it asks the user to provide a password.The solution goes through all the steps required in order to provide a valid password. |
neweb by promix17 |
This is a Python script to solve the crackme 5ab77f5433c5d40ad448c174.
When the crackme is executed it asks the user to provide a username and a serial key.
The solution goes through all the steps required in order to generate a valid serial key.
As an example, a keygen for this crackme is also provided at the end of this file. |
dailycracking_by_flipflop by flipflop |
This is a Python script to solve the crackme 5ab77f5333c5d40ad448c0e0.
When the crackme is executed it asks for a password. If a valid password is entered, the program shows a greeting message and terminates.
Due to the fast execution time, the message might not be visible when running the program without a debugger attached to it.
The solution goes through all the steps required in order to generate a valid password. |
keygenme_2_by_nicohogtag by nicohogtag |
This is a Python script to solve the crackme 5ab77f5333c5d40ad448c0d5. When the crackme is executed, it asks the user to provide a username and a serial key. The solution goes through all the steps required in order to generate a valid serial key from a given username, analyzing each individual code block. |