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: /
Program Files /
Windows Defender /
Delete
Unzip
Name
Size
Permission
Date
Action
Offline
[ DIR ]
drwxrwxrwx
2023-11-16 06:31
Platform
[ DIR ]
drwxrwxrwx
2022-09-17 02:18
en-US
[ DIR ]
drwxrwxrwx
2023-03-23 12:55
pt-BR
[ DIR ]
drwxrwxrwx
2021-10-06 15:39
AMMonitoringProvider.dll
200.88
KB
-rw-rw-rw-
2023-11-16 02:58
AmMonitoringInstall.mof
9.18
KB
-rw-rw-rw-
2019-12-07 10:08
AmStatusInstall.mof
20.51
KB
-rw-rw-rw-
2019-12-07 10:08
ClientWMIInstall.mof
2.4
KB
-rw-rw-rw-
2019-12-07 10:08
ConfigSecurityPolicy.exe
311.3
KB
-rwxrwxrwx
2019-12-07 10:08
DefenderCSP.dll
205.93
KB
-rw-rw-rw-
2019-12-07 10:08
EppManifest.dll
716.02
KB
-rw-rw-rw-
2019-12-07 10:08
FepUnregister.mof
361
B
-rw-rw-rw-
2019-12-07 10:08
MpAsDesc.dll
93.88
KB
-rw-rw-rw-
2023-11-16 02:58
MpAzSubmit.dll
1.35
MB
-rw-rw-rw-
2019-12-07 10:08
MpClient.dll
920.43
KB
-rw-rw-rw-
2019-12-07 10:08
MpCmdRun.exe
457.15
KB
-rwxrwxrwx
2019-12-07 10:08
MpCommu.dll
323.93
KB
-rw-rw-rw-
2019-12-07 10:08
MpEvMsg.dll
128.52
KB
-rw-rw-rw-
2019-12-07 10:08
MpOAV.dll
262.42
KB
-rw-rw-rw-
2019-12-07 10:08
MpProvider.dll
188.97
KB
-rw-rw-rw-
2023-11-16 02:58
MpRtp.dll
872.43
KB
-rw-rw-rw-
2019-12-07 10:08
MpSvc.dll
2.27
MB
-rw-rw-rw-
2019-12-07 10:08
MsMpCom.dll
89.38
KB
-rw-rw-rw-
2023-11-16 02:58
MsMpEng.exe
100.96
KB
-rwxrwxrwx
2019-12-07 10:08
MsMpLics.dll
12.92
KB
-rw-rw-rw-
2019-12-07 10:08
MsMpRes.dll
11.98
KB
-rw-rw-rw-
2023-11-16 02:58
NisSrv.exe
2.86
MB
-rwxrwxrwx
2019-12-07 10:08
ProtectionManagement.dll
678.93
KB
-rw-rw-rw-
2019-12-07 10:08
ProtectionManagement.mof
32.19
KB
-rw-rw-rw-
2019-12-07 10:08
ProtectionManagement_Uninstall.mof
2.51
KB
-rw-rw-rw-
2019-12-07 10:08
ThirdPartyNotices.txt
1.07
KB
-rw-rw-rw-
2019-12-07 10:08
shellext.dll
328.48
KB
-rw-rw-rw-
2023-11-16 02:58
Save
Rename
// ClientWMIUninstall.mof : // // Copyright (c) Microsoft Corporation. All rights reserved. // // This file will be processed by MOFCOMP utility to // install Microsoft Security Client classes to the WMI repository // #pragma autorecover #pragma namespace("\\\\.\\root\\Microsoft") instance of __Namespace { Name = "SecurityClient" ; }; #pragma namespace ("\\\\.\\root\\Microsoft\\SecurityClient") class Win32_ProviderEx : __Win32Provider { [ Description("Hosting Model, provides compatibility with Windows XP and Windows Server .NET. Do not override."), Override("HostingModel") ] string HostingModel = "LocalServiceHost"; [ Description("..."), Override("SecurityDescriptor") ] string SecurityDescriptor; UInt32 version = 1; }; [ abstract: ToInstance, Description("This is a base abstract class that might be serialized to XML"): ToInstance ToSubClass ] class SerializableToXml { [ Description("Schema version (major, minor, build, revision)"): ToInstance ToSubClass, read: ToInstance ToSubClass ] string SchemaVersion = ""; [ Description("This is an all-in-one state data that uses an XML format with a standard CIM DTD schema"): ToInstance ToSubClass, read: ToInstance ToSubClass ] string PackedXml = ""; }; /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Base abstract class ProtectionTechnologyStatus /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// [ abstract: ToInstance, Description("This is an abstract class that shows the status of a Microsoft protection technology."): ToInstance ToSubClass ] class ProtectionTechnologyStatus: SerializableToXml { [ Description("Protection technology version (major, minor, build, revision)"): ToInstance ToSubClass, read: ToInstance ToSubClass ] string Version = ""; [ Description("Protection technology name"): ToInstance ToSubClass, read: ToInstance ToSubClass ] string Name = ""; [ Description("Is protection technology enabled"): ToInstance ToSubClass, read: ToInstance ToSubClass ] boolean Enabled = false; };