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 : 18.117.172.41
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 /** * Bootstrapping File for phpseclib * * @license http://www.opensource.org/licenses/mit-license.html MIT License */ if (extension_loaded('mbstring')) { // 2 - MB_OVERLOAD_STRING // mbstring.func_overload is deprecated in php 7.2 and removed in php 8.0. if (version_compare(PHP_VERSION, '8.0.0') < 0 && ini_get('mbstring.func_overload') & 2) { throw new \UnexpectedValueException( 'Overloading of string functions using mbstring.func_overload ' . 'is not supported by phpseclib.' ); } }