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.149.10.88
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
1 /
app /
Http /
Middleware /
Delete
Unzip
Name
Size
Permission
Date
Action
Authenticate.php
469
B
-rw-r--r--
2020-11-17 16:24
CheckForMaintenanceMode.php
335
B
-rw-r--r--
2020-11-17 16:24
EncryptCookies.php
294
B
-rw-r--r--
2020-11-17 16:24
RedirectIfAuthenticated.php
582
B
-rw-r--r--
2020-11-17 16:24
TrimStrings.php
340
B
-rw-r--r--
2020-11-17 16:24
TrustHosts.php
354
B
-rw-r--r--
2020-11-17 16:24
TrustProxies.php
441
B
-rw-r--r--
2020-11-17 16:24
VerifyCsrfToken.php
307
B
-rw-r--r--
2020-11-17 16:24
Save
Rename
<?php namespace App\Http\Middleware; use Fideloper\Proxy\TrustProxies as Middleware; use Illuminate\Http\Request; class TrustProxies extends Middleware { /** * The trusted proxies for this application. * * @var array|string|null */ protected $proxies; /** * The headers that should be used to detect proxies. * * @var int */ protected $headers = Request::HEADER_X_FORWARDED_ALL; }