Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.1
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
php /
Psr /
Log /
[ HOME SHELL ]
Name
Size
Permission
Action
Test
[ DIR ]
drwxr-xr-x
AbstractLogger.php
3.02
KB
-rw-r--r--
InvalidArgumentException.php
96
B
-rw-r--r--
LogLevel.php
336
B
-rw-r--r--
LoggerAwareInterface.php
297
B
-rw-r--r--
LoggerAwareTrait.php
397
B
-rw-r--r--
LoggerInterface.php
2.97
KB
-rw-r--r--
LoggerTrait.php
3.28
KB
-rw-r--r--
NullLogger.php
651
B
-rw-r--r--
autoload.php
1.16
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : autoload.php
<?php // @codingStandardsIgnoreFile // @codeCoverageIgnoreStart // this is an autogenerated file - do not edit spl_autoload_register( function($class) { static $classes = null; if ($classes === null) { $classes = array( 'psr\\log\\abstractlogger' => '/AbstractLogger.php', 'psr\\log\\invalidargumentexception' => '/InvalidArgumentException.php', 'psr\\log\\loggerawareinterface' => '/LoggerAwareInterface.php', 'psr\\log\\loggerawaretrait' => '/LoggerAwareTrait.php', 'psr\\log\\loggerinterface' => '/LoggerInterface.php', 'psr\\log\\loggertrait' => '/LoggerTrait.php', 'psr\\log\\loglevel' => '/LogLevel.php', 'psr\\log\\nulllogger' => '/NullLogger.php', 'psr\\log\\test\\dummytest' => '/Test/LoggerInterfaceTest.php', 'psr\\log\\test\\loggerinterfacetest' => '/Test/LoggerInterfaceTest.php' ); } $cn = strtolower($class); if (isset($classes[$cn])) { require __DIR__ . $classes[$cn]; } }, true, false ); // @codeCoverageIgnoreEnd
Close