so, I'd like all the crackers around here to have a go at my nice little php crackme! (just testing the effectiveness of a nice little php obfuscator i've been coding)
You need to find the serial, and send it in a GET request like:
crackme.php?serialgoeshere
(POST should also work too!)
This will give you another string, go PM that to me with a screenshot, and i'll add your name to the list of those who have completed it!
..and here is the crackme!
Code:
http://pastie.org/private/z26lj6x3d9cswfau0n2qsg
(you may want to click the download or raw button!)
Users who completed it:
Code:
narciszu - http://bestblackhatforum.com/User-narciszu
Very cool. Above the few brain cells I have left in my ole head but sure like to see the end result if you plan on sharing obfuscator.
Looking for a way to encode some PHP scripts. Not that any encoding is completely safe, but, as my old man told me many years ago: locks are only made to keep honest people honest:)
Solved. Private message sent.
(10-27-2013 05:42 AM)narciszu Wrote: [ -> ]Solved. Private message sent.
Yup you solved it! Well done! :)
How did you find the crackme?
(10-27-2013 05:52 AM)NOP Wrote: [ -> ]How did you find the crackme?
I always look at the new message on this board (View New Posts)! Because I cracked many application in the past (not PHP), the word "Crackme" was that caught my attention !
(10-27-2013 07:32 AM)narciszu Wrote: [ -> ] (10-27-2013 05:52 AM)NOP Wrote: [ -> ]How did you find the crackme?
I always look at the new message on this board (View New Posts)! Because I cracked many application in the past (not PHP), the word "Crackme" was that caught my attention !
I meant.. how easy was it to solve for you?
I reformat code with PHPStorm, I "splitted" in several functional parts, find/replace, study and get decoded file. It took me 2-3 hours !
(10-27-2013 07:33 AM)NOP Wrote: [ -> ] (10-27-2013 07:32 AM)narciszu Wrote: [ -> ] (10-27-2013 05:52 AM)NOP Wrote: [ -> ]How did you find the crackme?
I always look at the new message on this board (View New Posts)! Because I cracked many application in the past (not PHP), the word "Crackme" was that caught my attention !
I meant.. how easy was it to solve for you?
it is easy to decoded php file encoded with base64 and hex
![Smile Smile](https://bestblackhatforum.com/images/newsmilies/smile.gif)
(10-27-2013 07:41 AM)mrqaidi Wrote: [ -> ] (10-27-2013 07:33 AM)NOP Wrote: [ -> ] (10-27-2013 07:32 AM)narciszu Wrote: [ -> ] (10-27-2013 05:52 AM)NOP Wrote: [ -> ]How did you find the crackme?
I always look at the new message on this board (View New Posts)! Because I cracked many application in the past (not PHP), the word "Crackme" was that caught my attention !
I meant.. how easy was it to solve for you?
it is easy to decoded php file encoded with base64 and hex ![Smile Smile](https://bestblackhatforum.com/images/newsmilies/smile.gif)
yeah um, that eval() isn't the only layer. in fact i only added the eval() to get the file size down.