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.2
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 /
league /
uri /
[ HOME SHELL ]
Name
Size
Permission
Action
UriTemplate
[ DIR ]
drwxrwxr-x
BaseUri.php
20.63
KB
-rw-rw-r--
Http.php
9.2
KB
-rw-rw-r--
HttpFactory.php
539
B
-rw-rw-r--
LICENSE
1.06
KB
-rw-rw-r--
Uri.php
40.11
KB
-rw-rw-r--
UriInfo.php
3.33
KB
-rw-rw-r--
UriResolver.php
1.93
KB
-rw-rw-r--
UriTemplate.php
3.72
KB
-rw-rw-r--
composer.json
2
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : HttpFactory.php
<?php /** * League.Uri (https://uri.thephpleague.com) * * (c) Ignace Nyamagana Butera <nyamsprod@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace League\Uri; use Psr\Http\Message\UriFactoryInterface; use Psr\Http\Message\UriInterface; final class HttpFactory implements UriFactoryInterface { public function createUri(string $uri = ''): UriInterface { return Http::new($uri); } }
Close