Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
v3.cesa.co.za /
var /
cache /
.!!QgY /
twig /
27 /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
27096ab70e3d965567eb0f14f9c42a07.php
11.96
KB
-rwxrwxr-x
2026-05-18 12:54
2743aa7c6df9cf2da4344dc8d89e0770.php
6.97
KB
-rwxrwxr-x
2026-05-18 12:54
274d0a2e4e7a688075d1b5694f0dc104.php
2.69
KB
-rwxrwxr-x
2026-05-18 12:54
27fde78473fb09abf548142856360e52.php
3.59
KB
-rwxrwxr-x
2026-05-18 12:54
Save
Rename
<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; 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; use Twig\TemplateWrapper; /* @User/Security/login.html.twig */ class __TwigTemplate_8f929cf69ca949ae5c0848516eb0df14 extends Template { private Source $source; /** * @var array<string, Template> */ private array $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 = []): iterable { $macros = $this->macros; // line 1 yield "<div class=\"form\"> <form id=\"login\" class=\"vertical\" action=\"\" method=\"post\"> <div class=\"form_title\"> OAuth Authorization </div> "; // line 6 if ((($tmp = ($context["error"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 7 yield " <div class='form_error'></div> "; } // line 9 yield " <div class=\"form_item\"> <div class=\"form_label\"><label for=\"username\">Username</label>:</div> <div class=\"form_widget\"><input type=\"text\" id=\"username\" name=\"_username\" /></div> </div> <div class=\"form_item\"> <div class=\"form_label\"><label for=\"password\">Password</label>:</div> <div class=\"form_widget\"><input type=\"password\" id=\"password\" name=\"_password\" /></div> </div> <div class=\"form_button\"> <input type=\"submit\" id=\"_submit\" name=\"_submit\" value=\"Log In\" /> </div> </form> </div> "; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@User/Security/login.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 55 => 9, 51 => 7, 49 => 6, 42 => 1,); } public function getSourceContext(): Source { return new Source("", "@User/Security/login.html.twig", "/var/www/v3.cesa.co.za/src/UserBundle/Resources/views/Security/login.html.twig"); } }