Linux webserver 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.1.1 & Your IP : 3.136.159.203
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
php /
phpseclib /
Delete
Unzip
Name
Size
Permission
Date
Action
Crypt
[ DIR ]
drwxr-xr-x
2025-04-02 06:12
File
[ DIR ]
drwxr-xr-x
2025-04-02 06:12
Math
[ DIR ]
drwxr-xr-x
2025-04-02 06:12
Net
[ DIR ]
drwxr-xr-x
2025-04-02 06:12
System
[ DIR ]
drwxr-xr-x
2024-03-13 04:07
autoload.php
2.08
KB
-rw-r--r--
2025-03-30 12:12
bootstrap.php
556
B
-rw-r--r--
2022-01-30 08:48
Save
Rename
<?php // Require // Suggest // @codingStandardsIgnoreFile // @codeCoverageIgnoreStart // this is an autogenerated file - do not edit spl_autoload_register( function($class) { static $classes = null; if ($classes === null) { $classes = array( 'phpseclib\\crypt\\aes' => '/Crypt/AES.php', 'phpseclib\\crypt\\base' => '/Crypt/Base.php', 'phpseclib\\crypt\\blowfish' => '/Crypt/Blowfish.php', 'phpseclib\\crypt\\des' => '/Crypt/DES.php', 'phpseclib\\crypt\\hash' => '/Crypt/Hash.php', 'phpseclib\\crypt\\random' => '/Crypt/Random.php', 'phpseclib\\crypt\\rc2' => '/Crypt/RC2.php', 'phpseclib\\crypt\\rc4' => '/Crypt/RC4.php', 'phpseclib\\crypt\\rijndael' => '/Crypt/Rijndael.php', 'phpseclib\\crypt\\rsa' => '/Crypt/RSA.php', 'phpseclib\\crypt\\tripledes' => '/Crypt/TripleDES.php', 'phpseclib\\crypt\\twofish' => '/Crypt/Twofish.php', 'phpseclib\\file\\ansi' => '/File/ANSI.php', 'phpseclib\\file\\asn1' => '/File/ASN1.php', 'phpseclib\\file\\asn1\\element' => '/File/ASN1/Element.php', 'phpseclib\\file\\x509' => '/File/X509.php', 'phpseclib\\math\\biginteger' => '/Math/BigInteger.php', 'phpseclib\\net\\scp' => '/Net/SCP.php', 'phpseclib\\net\\sftp' => '/Net/SFTP.php', 'phpseclib\\net\\sftp\\stream' => '/Net/SFTP/Stream.php', 'phpseclib\\net\\ssh1' => '/Net/SSH1.php', 'phpseclib\\net\\ssh2' => '/Net/SSH2.php', 'phpseclib\\system\\ssh\\agent' => '/System/SSH/Agent.php', 'phpseclib\\system\\ssh\\agent\\identity' => '/System/SSH/Agent/Identity.php' ); } $cn = strtolower($class); if (isset($classes[$cn])) { require __DIR__ . $classes[$cn]; } }, true, false ); // @codeCoverageIgnoreEnd // Files require_once __DIR__.'/bootstrap.php';