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.248.104
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp-test /
vendor /
psy /
psysh /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
build-stub
737
B
-rwxr-xr-x
2018-10-13 15:16
psysh
4.2
KB
-rwxr-xr-x
2018-10-13 15:16
Save
Rename
#!/usr/bin/env php <?php $license = file_get_contents(dirname(__DIR__) . '/LICENSE'); $license = str_replace('The MIT License (MIT)', '', $license); $license = str_replace("\n", "\n * ", trim($license)); $autoload = <<<'EOS' Phar::mapPhar('psysh.phar'); require 'phar://psysh.phar/.box/check_requirements.php'; require 'phar://psysh.phar/vendor/autoload.php'; EOS; $content = file_get_contents(dirname(__DIR__) . '/bin/psysh'); $content = preg_replace('{/\* <<<.*?>>> \*/}sm', $autoload, $content); $content = preg_replace('/\\(c\\) .*?with this source code./sm', $license, $content); $content .= '__HALT_COMPILER();'; @mkdir(dirname(__DIR__) . '/build'); file_put_contents(dirname(__DIR__) . '/build/stub', $content);