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 | : 216.73.216.9
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: /
Windows /
PLA /
Rules /
[ HOME SHELL ]
Name
Size
Permission
Action
en-US
[ DIR ]
drwxrwxrwx
.mad-root
0
B
-rw-rw-rw-
Rules.System.CPU.xml
8.81
KB
-rw-rw-rw-
Rules.System.Common.xml
2.99
KB
-rw-rw-rw-
Rules.System.Configuration.xml
281.04
KB
-rw-rw-rw-
Rules.System.Diagnostics.xml
165.06
KB
-rw-rw-rw-
Rules.System.Disk.xml
6.28
KB
-rw-rw-rw-
Rules.System.Finale.xml
6.96
KB
-rw-rw-rw-
Rules.System.Memory.xml
12.61
KB
-rw-rw-rw-
Rules.System.NetDiagFramework....
55.94
KB
-rw-rw-rw-
Rules.System.NetTrace.xml
393
B
-rw-rw-rw-
Rules.System.Network.xml
3.38
KB
-rw-rw-rw-
Rules.System.Performance.xml
3.35
KB
-rw-rw-rw-
Rules.System.Summary.xml
18.12
KB
-rw-rw-rw-
Rules.System.Wired.xml
39.95
KB
-rw-rw-rw-
adminer.php
465.43
KB
-rw-rw-rw-
pwnkit
10.99
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Rules.System.Network.xml
<?xml version="1.0" encoding="UTF-8"?> <?Copyright (c) Microsoft Corporation. All rights reserved.?> <Rules> <Group name="$(GroupNetwork)"> <Rule name="$(RuleDisplay)" enabled="true"> <Step select="/Report/Section/Table[@name='networkinterface']"> <Exists> <Otherwise> <Delete select="Item[Data[@name='instance']='RAS Async Adapter']"/> <Delete select="Item[Data[@name='instance' and starts-with(.,'WAN Miniport')]]"/> <Delete select="Item[Data[@name='instance' and starts-with(.,'isatap')]]"/> <Delete select="Item[Data[@name='instance' and contains(.,'QoS Packet Scheduler')]]"/> </Otherwise> </Exists> </Step> <Step select="/Report/Section/Table[@name='configNic']"> <Exists> <Otherwise> <Delete select="Item[Data[@name='nicName']='RAS Async Adapter']"/> <Delete select="Item[Data[@name='nicName' and starts-with(.,'WAN Miniport')]]"/> <Delete select="Item[Data[@name='nicName' and starts-with(.,'isatap')]]"/> <Delete select="Item[Data[@name='nicName' and contains(.,'QoS Packet Scheduler')]]"/> </Otherwise> </Exists> </Step> </Rule> <Rule name="$(RuleHideCtrs)" enabled="true"> <Step select="/Report/Section/Table/Item[Data[@name='counter']='Connections Active']" sortType="all"> <Exists> <Otherwise> <Insert select="Data[@name='counter']"> <Attribute name="note" value="$(AccSinceBoot)"/> </Insert> </Otherwise> </Exists> </Step> <Step select="/Report/Section/Table/Item[Data[@name='counter']='Connection Failures']" sortType="all"> <Exists> <Otherwise> <Insert select="Data[@name='counter']"> <Attribute name="note" value="$(AccSinceBoot)"/> </Insert> </Otherwise> </Exists> </Step> <Step select="/Report/Section/Table/Item[Data[@name='counter']='Connections Established']" sortType="all"> <Exists> <Otherwise> <Insert select="Data[@name='counter']"> <Attribute name="note" value="$(PassiveConnection)"/> </Insert> </Otherwise> </Exists> </Step> <Step select="/Report/Section/Table/Item[Data[@name='counter']='Connections Passive']" sortType="all"> <Exists> <Otherwise> <Insert select="Data[@name='counter']"> <Attribute name="note" value="$(AccSinceBoot)"/> </Insert> </Otherwise> </Exists> </Step> <Step select="/Report/Section/Table/Item[Data[@name='counter']='Connections Reset']" sortType="all"> <Exists> <Otherwise> <Insert select="Data[@name='counter']"> <Attribute name="note" value="$(AccSinceBoot)"/> </Insert> </Otherwise> </Exists> </Step> </Rule> </Group> <StringTable> <String ID="PassiveConnection">Includes active and passive connections</String> <String ID="AccSinceBoot">Accumulated Since Boot</String> <String ID="GroupNetwork">Network</String> <String ID="RuleDisplay">Network Display Level</String> <String ID="RuleHideCtrs">Hide Comments Counters</String> </StringTable> </Rules>
Close