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 /
EAPMethods /
Delete
Unzip
Name
Size
Permission
Date
Action
EAPAkaConnectionPropertiesV1.xsd
1.26
KB
-rw-rw-rw-
2019-12-07 10:08
EAPAkaPrimeConnectionPropertiesV1.xsd
1.48
KB
-rw-rw-rw-
2019-12-07 10:08
EapSimConnectionPropertiesv1.xsd
1.42
KB
-rw-rw-rw-
2019-12-07 10:08
EapSimMethodsUserPropertiesV1.xsd
752
B
-rw-rw-rw-
2019-12-07 10:08
EapTeapConnectionPropertiesv1.xsd
3.16
KB
-rw-rw-rw-
2019-12-07 10:08
EapTeapUserPropertiesv1.xsd
1.58
KB
-rw-rw-rw-
2019-12-07 10:08
EapTtlsConnectionPropertiesv1.xsd
3.03
KB
-rw-rw-rw-
2019-12-07 10:08
EapTtlsUserPropertiesv1.xsd
1.11
KB
-rw-rw-rw-
2019-12-07 10:08
eaptlsconnectionpropertiesv1.xsd
4.44
KB
-rw-rw-rw-
2019-12-07 10:08
eaptlsconnectionpropertiesv2.xsd
802
B
-rw-rw-rw-
2019-12-07 10:08
eaptlsconnectionpropertiesv3.xsd
2.6
KB
-rw-rw-rw-
2019-12-07 10:08
eaptlsuserpropertiesv1.xsd
1.3
KB
-rw-rw-rw-
2019-12-07 10:08
mschapv2connectionpropertiesv1.xsd
1.24
KB
-rw-rw-rw-
2019-12-07 10:08
mschapv2userpropertiesv1.xsd
1.38
KB
-rw-rw-rw-
2019-12-07 10:08
mspeapconnectionpropertiesv1.xsd
3.99
KB
-rw-rw-rw-
2019-12-07 10:08
mspeapconnectionpropertiesv2.xsd
1.34
KB
-rw-rw-rw-
2019-12-07 10:08
mspeapconnectionpropertiesv3.xsd
693
B
-rw-rw-rw-
2019-12-07 10:08
mspeapuserpropertiesv1.xsd
1.45
KB
-rw-rw-rw-
2019-12-07 10:08
Save
Rename
<?xml version="1.0" ?> <xs:schema targetNamespace="http://www.microsoft.com/provisioning/EapTlsConnectionPropertiesV1" elementFormDefault="qualified" xmlns="http://www.microsoft.com/provisioning/EapTlsConnectionPropertiesV1" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:baseEap="http://www.microsoft.com/provisioning/BaseEapConnectionPropertiesV1" xmlns:extendedTLS="http://www.microsoft.com/provisioning/EapTlsConnectionPropertiesV2" version="1.0" > <xs:import namespace="http://www.microsoft.com/provisioning/BaseEapConnectionPropertiesV1" schemaLocation="BaseEapConnectionPropertiesV1.xsd" /> <!--We are extending our vista schema, and extended tags are available at EapTlsConnectionPropertiesV2.xsd --> <xs:import namespace="http://www.microsoft.com/provisioning/EapTlsConnectionPropertiesV2" schemaLocation="EapTlsConnectionPropertiesV2.xsd" /> <xs:element name="EapType" substitutionGroup="baseEap:EapType"> <xs:complexType> <xs:complexContent> <xs:extension base="baseEap:BaseEapTypeParameters"> <xs:sequence> <xs:element name="CredentialsSource" type="CredentialsSourceParameters" minOccurs="0" /> <xs:element name="ServerValidation" type="ServerValidationParameters" minOccurs="0" /> <xs:element name="DifferentUsername" type="xs:boolean" minOccurs="0" /> <xs:element ref="extendedTLS:PerformServerValidation" minOccurs="0" maxOccurs="1"/> <xs:element ref="extendedTLS:AcceptServerName" minOccurs="0" maxOccurs="1"/> <xs:element ref="extendedTLS:TLSExtensions" minOccurs="0" maxOccurs="1"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:complexType name="CredentialsSourceParameters"> <xs:choice> <xs:element name="SmartCard" type="emptyString"/> <xs:element name="CertificateStore" type="CertSelection"/> </xs:choice> </xs:complexType> <xs:complexType name="ServerValidationParameters"> <xs:sequence> <xs:element name="DisableUserPromptForServerValidation" type="xs:boolean" minOccurs="0" /> <!-- A set of server names delimited by semicolons --> <!-- each server name can be represented by regular --> <!-- expressions --> <!-- If this tag exist and value inside this tag also exists then AcceptServerName's value is TRUE or else it is FALSE--> <xs:element name="ServerNames" minOccurs="0"> <xs:complexType> <xs:simpleContent> <xs:extension base="xs:string"> <!--This is obsolete, instead use AcceptServerName tag defined in the Eaptype tag.--> <xs:attribute name="AcceptServerName" type="xs:boolean" use="optional"/> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> <!-- The thumbprint of a trusted root CA is --> <!-- a hexadecimal string that contains --> <!-- the SHA-1 hash of the certificate. --> <xs:element name="TrustedRootCA" type="xs:hexBinary" minOccurs="0" maxOccurs="unbounded" /> </xs:sequence> <!--This is obsolete, instead use PerformServerValidation tag defined in the EapType tag.--> <xs:attribute name="PerformServerValidation" type="xs:boolean" use="optional" default="true"/> </xs:complexType> <xs:complexType name="CertSelection"> <xs:sequence> <xs:element name="SimpleCertSelection" type="xs:boolean" minOccurs="0" /> </xs:sequence> </xs:complexType> <xs:simpleType name="emptyString"> <xs:restriction base="xs:string"> <xs:maxLength value="0"/> </xs:restriction> </xs:simpleType> </xs:schema>