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 /
ab /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
ab4ebdf893dcd202d0d585b2f256e1db.php
2.07
KB
-rw-r--r--
aba4d6943c5a4057d8b314d9a46abec1.php
3.02
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : aba4d6943c5a4057d8b314d9a46abec1.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/user_overview.twig */ class __TwigTemplate_b5f366cdeda48b04d9d4cb0781ac21de 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\"> <div class=\"col-12\"> <h2> "; // line 4 echo PhpMyAdmin\Html\Generator::getIcon("b_usrlist"); echo " "; echo _gettext("User accounts overview"); // line 6 echo " </h2> </div> </div> "; // line 10 echo ($context["error_messages"] ?? null); echo " "; // line 12 echo ($context["empty_user_notice"] ?? null); echo " "; // line 14 echo ($context["initials"] ?? null); echo " "; // line 16 if ( !twig_test_empty(($context["users_overview"] ?? null))) { // line 17 echo " "; echo ($context["users_overview"] ?? null); echo " "; } elseif ( // line 18 ($context["is_createuser"] ?? null)) { // line 19 echo " <div class=\"row\"> <div class=\"col-12\"> <fieldset class=\"pma-fieldset\" id=\"fieldset_add_user\"> <legend>"; echo _pgettext("Create new user", "New"); // line 22 echo "</legend> <a id=\"add_user_anchor\" href=\""; // line 23 echo PhpMyAdmin\Url::getFromRoute("/server/privileges", ["adduser" => true]); echo "\"> "; // line 24 echo PhpMyAdmin\Html\Generator::getIcon("b_usradd", _gettext("Add user account")); echo " </a> </fieldset> </div> </div> "; } // line 30 echo " "; // line 31 echo ($context["flush_notice"] ?? null); echo " "; } public function getTemplateName() { return "server/privileges/user_overview.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 102 => 31, 99 => 30, 90 => 24, 86 => 23, 83 => 22, 77 => 19, 75 => 18, 70 => 17, 68 => 16, 63 => 14, 58 => 12, 53 => 10, 47 => 6, 42 => 4, 37 => 1,); } public function getSourceContext() { return new Source("", "server/privileges/user_overview.twig", "/opt/lampp/phpmyadmin/templates/server/privileges/user_overview.twig"); } }
Close