Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
: 172.16.0.66 | : 172.16.0.254
Cant Read [ /etc/named.conf ]
7.3.25
SYSTEM
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
[ A ]
[ C ]
[ D ]
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_LEGACY_profile_v1.xsd
7.66
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
18.15
KB
-rw-rw-rw-
WLAN_profile_v2.xsd
2.28
KB
-rw-rw-rw-
WLAN_profile_v3.xsd
984
B
-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