Mystery encrypted php code that looks nasty
-
I was having problems with my site. Noticed errors in the http requests. Then noticed in my wp-content directory a mu-plugins directory. It had a php file that was well encrypted. using a variety of strrev, base64_decode, gzinflate and preg_replace.
I eventually got in decrypted and this was the result.
//<?php if (!function_exists('load')) { function load($what, $post = '') { $ua = "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0"; $timeout = 30; $url = parse_url($what); $c = ''; // URL [reacted: Plese do not post malware/evil/dangerous code here] } }It looks really nasty. But I have a feeling that it didn’t work as my .httpaccess file was the old format and not setup for WordPress MU
Any ideas php experts.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Mystery encrypted php code that looks nasty’ is closed to new replies.