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 : 13.58.45.209
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp-test /
Delete
Unzip
Name
Size
Permission
Date
Action
app
[ DIR ]
drwxr-xr-x
2021-03-02 08:50
bootstrap
[ DIR ]
drwxr-xr-x
2018-12-04 21:08
config
[ DIR ]
drwxr-xr-x
2018-12-04 21:08
database
[ DIR ]
drwxr-xr-x
2018-12-04 21:08
public
[ DIR ]
drwxr-xr-x
2021-03-15 11:59
resources
[ DIR ]
drwxr-xr-x
2018-12-04 21:08
routes
[ DIR ]
drwxr-xr-x
2018-12-04 21:08
storage
[ DIR ]
drwxr-xr-x
2018-12-04 21:08
tests
[ DIR ]
drwxr-xr-x
2018-12-04 21:08
vendor
[ DIR ]
drwxr-xr-x
2021-02-25 13:38
.editorconfig
213
B
-rw-r--r--
2021-02-09 19:47
.env
739
B
-rw-r--r--
2021-03-12 19:23
.env.example
682
B
-rw-r--r--
2021-02-09 19:47
.gitattributes
111
B
-rw-r--r--
2021-02-09 19:47
.gitignore
151
B
-rw-r--r--
2021-02-09 19:47
README.md
676
B
-rw-r--r--
2021-02-09 19:47
artisan
1.65
KB
-rw-r--r--
2021-02-09 19:47
composer.json
1.79
KB
-rw-r--r--
2021-03-11 13:38
composer.lock
226.42
KB
-rw-r--r--
2021-03-11 13:33
package.json
1.09
KB
-rw-r--r--
2021-02-09 19:47
phpunit.xml
1.11
KB
-rw-r--r--
2021-02-09 19:47
server.php
563
B
-rw-r--r--
2021-02-09 19:47
webpack.mix.js
537
B
-rw-r--r--
2021-02-09 19:47
yarn.lock
266.16
KB
-rw-r--r--
2021-02-09 19:47
Save
Rename
<?php /** * Laravel - A PHP Framework For Web Artisans * * @package Laravel * @author Taylor Otwell <taylor@laravel.com> */ $uri = urldecode( parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH) ); // This file allows us to emulate Apache's "mod_rewrite" functionality from the // built-in PHP web server. This provides a convenient way to test a Laravel // application without having installed a "real" web server software here. if ($uri !== '/' && file_exists(__DIR__.'/public'.$uri)) { return false; } require_once __DIR__.'/public/index.php';