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.2
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 /
sifaris /
resources /
views /
layout /
[ HOME SHELL ]
Name
Size
Permission
Action
footer.blade.php
1.38
KB
-rw-rw-r--
header.blade.php
1
B
-rw-rw-r--
nav.blade.php
2.27
KB
-rw-rw-r--
public.blade.php
2.23
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : public.blade.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- SEO Meta Tags --> <meta name="description" content="Your description"> <meta name="author" content="Your name"> <!-- OG Meta Tags to improve the way the post looks when you share the page on Facebook, Twitter, LinkedIn --> <meta property="og:site_name" content="" /> <!-- website name --> <meta property="og:site" content="" /> <!-- website link --> <meta property="og:title" content="" /> <!-- title shown in the actual shared post --> <meta property="og:description" content="" /> <!-- description shown in the actual shared post --> <meta property="og:image" content="" /> <!-- image link, make sure it's jpg --> <meta property="og:url" content="" /> <!-- where do you want your post to link to --> <meta name="twitter:card" content="summary_large_image"> <!-- to have large image post format in Twitter --> <!-- Webpage Title --> <title>@yield('title') - {{ config('app.name') }}</title> <!-- Styles --> <link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap" rel="stylesheet"> <link rel="stylesheet" href="{{ asset('front/css/bootstrap.min.css') }}"> <link rel="stylesheet" href="{{ asset('front/css/fontawesome-all.min.css') }}"> <link rel="stylesheet" href="{{ asset('front/css/swiper.css') }}"> <link rel="stylesheet" href="{{ asset('front/css/styles.css') }}"> <!-- Favicon --> <link rel="icon" href="#"> <style> span.page-link { background-color: #ccc; color: #333 } </style> @stack('styles') </head> <body data-bs-spy="scroll" data-bs-target="#navbarExample"> @include('layout.nav') <section class="content-block"> @yield('content') </section> @include('layout.footer') <script src="https://code.jquery.com/jquery-3.6.4.min.js" integrity="sha256-oP6HI9z1XaZNBrJURtCoUT5SUnxFr8s3BzRl+cbzUq8=" crossorigin="anonymous"></script> <script> window.Laravel = { csrfToken: '{{ csrf_token() }}' } </script> @stack('scripts') </body> </html>
Close