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.16.212.224
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp_probe /
routes /
Delete
Unzip
Name
Size
Permission
Date
Action
api.php
528
B
-rw-r--r--
2021-02-02 18:24
channels.php
763
B
-rw-r--r--
2021-03-19 13:25
console.php
553
B
-rw-r--r--
2021-02-02 18:24
web.php
600
B
-rw-r--r--
2021-02-02 18:24
Save
Rename
<?php /* |-------------------------------------------------------------------------- | Web Routes |-------------------------------------------------------------------------- | | Here is where you can register web routes for your application. These | routes are loaded by the RouteServiceProvider within a group which | contains the "web" middleware group. Now create something great! | */ Route::get('/', function () { return redirect('login'); }); Auth::routes(); Route::get('/home', 'HomeController@index')->name('home'); Route::post('pusher/auth', function() { return auth()->user(); });