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 Illuminate\Foundation\Http\Middleware\VerifyCsrfToken as Middleware; class VerifyCsrfToken extends Middleware { /** * Indicates whether the XSRF-TOKEN cookie should be set on the response. * * @var bool */ protected $addHttpCookie = true; /** * The URIs that should be excluded from CSRF verification. * * @var array */ protected $except = [ // ]; }