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.21.35.63
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 /
boaz /
vendor /
php-http /
message /
src /
[ HOME SHELL ]
Name
Size
Permission
Action
Authentication
[ DIR ]
drwxrwxr-x
Builder
[ DIR ]
drwxrwxr-x
Decorator
[ DIR ]
drwxrwxr-x
Encoding
[ DIR ]
drwxrwxr-x
Exception
[ DIR ]
drwxrwxr-x
Formatter
[ DIR ]
drwxrwxr-x
MessageFactory
[ DIR ]
drwxrwxr-x
RequestMatcher
[ DIR ]
drwxrwxr-x
Stream
[ DIR ]
drwxrwxr-x
StreamFactory
[ DIR ]
drwxrwxr-x
UriFactory
[ DIR ]
drwxrwxr-x
Authentication.php
686
B
-rw-rw-r--
Cookie.php
11.02
KB
-rw-rw-r--
CookieJar.php
4.31
KB
-rw-rw-r--
CookieUtil.php
1.38
KB
-rw-rw-r--
Exception.php
132
B
-rw-rw-r--
Formatter.php
527
B
-rw-rw-r--
RequestMatcher.php
673
B
-rw-rw-r--
filters.php
178
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : RequestMatcher.php
<?php namespace Http\Message; use Psr\Http\Message\RequestInterface; /** * Match a request. * * PSR-7 equivalent of Symfony's RequestMatcher * * @see https://github.com/symfony/symfony/blob/master/src/Symfony/Component/HttpFoundation/RequestMatcherInterface.php * * @author Joel Wurtz <joel.wurtz@gmail.com> */ interface RequestMatcher { /** * Decides whether the rule(s) implemented by the strategy matches the supplied request. * * @param RequestInterface $request The PSR7 request to check for a match * * @return bool true if the request matches, false otherwise */ public function matches(RequestInterface $request); }
Close