Windows NT KAMIDAKI 10.0 build 19045 (Windows 10) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.3.9
Server IP : 192.168.3.16 & Your IP : 216.73.216.204
Domains :
Cant Read [ /etc/named.conf ]
User : SISTEMA
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
C: /
Windows /
schemas /
Provisioning /
Delete
Unzip
Name
Size
Permission
Date
Action
hotspotprofile_v1.xsd
4.09
KB
-rw-rw-rw-
2019-12-07 10:08
provisioning_base_v1.xsd
2.69
KB
-rw-rw-rw-
2019-12-07 10:08
provisioning_plans_v1.xsd
3.35
KB
-rw-rw-rw-
2019-12-07 10:08
provisioning_plans_v2.xsd
853
B
-rw-rw-rw-
2019-12-07 10:08
provisioning_sig_v1.xsd
6.21
KB
-rw-rw-rw-
2019-12-07 10:08
provisioning_v1.xsd
6.39
KB
-rw-rw-rw-
2019-12-07 10:08
provisioning_v2.xsd
7.19
KB
-rw-rw-rw-
2019-12-07 10:08
provisioning_wlan_v1.xsd
12.55
KB
-rw-rw-rw-
2019-12-07 10:08
provisioning_wlan_v2.xsd
1.81
KB
-rw-rw-rw-
2019-12-07 10:08
provisioning_wwan_v1.xsd
12.61
KB
-rw-rw-rw-
2019-12-07 10:08
Save
Rename
<?xml version="1.0" encoding="UTF-8"?> <xs:schema targetNamespace="http://www.microsoft.com/networking/WLAN/HotspotProfile/v1" elementFormDefault="qualified" xmlns="http://www.microsoft.com/networking/WLAN/HotspotProfile/v1" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="BasicAuth"> <xs:complexType> <xs:sequence> <xs:element name="UserName" type="xs:token"/> <xs:element name="Password" type="xs:token"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="ExtAuth"> <xs:complexType> <xs:sequence> <xs:element name="ExtensionId" type="xs:token"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="TrustedDomains"> <xs:annotation> <xs:documentation xml:lang="en"> The element contains a set of host names that are trusted for providing credentials over HTTPS. A domain name is either a fully qualified name such as hotspot.contoso.com or a wildcard such as .contoso.com to refer to all hosts under the given domain name. </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="TrustedDomain" maxOccurs="unbounded" type="xs:token"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="SSIDConfig"> <xs:annotation> <xs:documentation xml:lang="en"> The element contains a set of additional SSIDs that are handled by this profile to reduce the number of SSIDs in the WLAN profile store. Windows will not connect to these SSIDs until a user manually connects once. The newly-created profile will inherit the HotspotAuth settings from this profile. </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="SSID" maxOccurs="250"> <xs:complexType> <xs:choice> <xs:element name="hex"> <xs:simpleType> <xs:restriction base="xs:hexBinary"> <xs:minLength value="1" /> <xs:maxLength value="32" /> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="hexPrefix"> <xs:simpleType> <xs:restriction base="xs:hexBinary"> <xs:minLength value="4" /> <xs:maxLength value="32" /> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="name"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1" /> <xs:maxLength value="32" /> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="namePrefix"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="4" /> <xs:maxLength value="32" /> </xs:restriction> </xs:simpleType> </xs:element> </xs:choice> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="HotspotProfile"> <xs:complexType> <xs:sequence> <xs:choice> <xs:sequence> <xs:element ref="BasicAuth"/> <xs:element ref="TrustedDomains"/> </xs:sequence> <xs:sequence> <xs:element ref="ExtAuth"/> <xs:element ref="TrustedDomains" minOccurs="0"/> </xs:sequence> </xs:choice> <xs:element name="UserAgent" minOccurs="0" type="xs:token"/> <xs:element ref="SSIDConfig" minOccurs="0"/> <!-- extension point --> <xs:any processContents="lax" namespace="##other" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> </xs:schema>