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 | : 18.225.72.2
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 /
boaz2 /
vendor /
guzzlehttp /
psr7 /
src /
[ HOME SHELL ]
Name
Size
Permission
Action
Exception
[ DIR ]
drwxrwxr-x
AppendStream.php
5.84
KB
-rw-rw-r--
BufferStream.php
3.17
KB
-rw-rw-r--
CachingStream.php
4.48
KB
-rw-rw-r--
DroppingStream.php
1.17
KB
-rw-rw-r--
FnStream.php
4.4
KB
-rw-rw-r--
Header.php
3.84
KB
-rw-rw-r--
HttpFactory.php
3.02
KB
-rw-rw-r--
InflateStream.php
1.36
KB
-rw-rw-r--
LazyOpenStream.php
1.06
KB
-rw-rw-r--
LimitStream.php
4.2
KB
-rw-rw-r--
Message.php
8.13
KB
-rw-rw-r--
MessageTrait.php
7.57
KB
-rw-rw-r--
MimeType.php
52.9
KB
-rw-rw-r--
MultipartStream.php
4.92
KB
-rw-rw-r--
NoSeekStream.php
524
B
-rw-rw-r--
PumpStream.php
4.5
KB
-rw-rw-r--
Query.php
3.57
KB
-rw-rw-r--
Request.php
3.81
KB
-rw-rw-r--
Response.php
4.79
KB
-rw-rw-r--
Rfc7230.php
665
B
-rw-rw-r--
ServerRequest.php
9.4
KB
-rw-rw-r--
Stream.php
7.23
KB
-rw-rw-r--
StreamDecoratorTrait.php
3.28
KB
-rw-rw-r--
StreamWrapper.php
4.01
KB
-rw-rw-r--
UploadedFile.php
4.75
KB
-rw-rw-r--
Uri.php
21.36
KB
-rw-rw-r--
UriComparator.php
1.12
KB
-rw-rw-r--
UriNormalizer.php
8.22
KB
-rw-rw-r--
UriResolver.php
8.36
KB
-rw-rw-r--
Utils.php
15.2
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Rfc7230.php
<?php declare(strict_types=1); namespace GuzzleHttp\Psr7; /** * @internal */ final class Rfc7230 { /** * Header related regular expressions (based on amphp/http package) * * Note: header delimiter (\r\n) is modified to \r?\n to accept line feed only delimiters for BC reasons. * * @link https://github.com/amphp/http/blob/v1.0.1/src/Rfc7230.php#L12-L15 * * @license https://github.com/amphp/http/blob/v1.0.1/LICENSE */ public const HEADER_REGEX = "(^([^()<>@,;:\\\"/[\]?={}\x01-\x20\x7F]++):[ \t]*+((?:[ \t]*+[\x21-\x7E\x80-\xFF]++)*+)[ \t]*+\r?\n)m"; public const HEADER_FOLD_REGEX = "(\r?\n[ \t]++)"; }
Close