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 /
PLA /
Rules /
Delete
Unzip
Name
Size
Permission
Date
Action
en-US
[ DIR ]
drwxrwxrwx
2023-03-23 12:54
pt-BR
[ DIR ]
drwxrwxrwx
2019-12-07 15:53
Rules.System.CPU.xml
8.81
KB
-rw-rw-rw-
2019-12-07 10:09
Rules.System.Common.xml
2.99
KB
-rw-rw-rw-
2019-12-07 10:09
Rules.System.Configuration.xml
281.04
KB
-rw-rw-rw-
2019-12-07 10:09
Rules.System.Diagnostics.xml
165.06
KB
-rw-rw-rw-
2019-12-07 10:09
Rules.System.Disk.xml
6.28
KB
-rw-rw-rw-
2019-12-07 10:09
Rules.System.Finale.xml
6.96
KB
-rw-rw-rw-
2019-12-07 10:09
Rules.System.Memory.xml
12.61
KB
-rw-rw-rw-
2019-12-07 10:09
Rules.System.NetDiagFramework.xml
55.94
KB
-rw-rw-rw-
2019-12-07 10:08
Rules.System.NetTrace.xml
393
B
-rw-rw-rw-
2019-12-07 10:09
Rules.System.Network.xml
3.38
KB
-rw-rw-rw-
2019-12-07 10:09
Rules.System.Performance.xml
3.35
KB
-rw-rw-rw-
2019-12-07 10:09
Rules.System.Summary.xml
18.12
KB
-rw-rw-rw-
2019-12-07 10:09
Rules.System.Wired.xml
39.95
KB
-rw-rw-rw-
2019-12-07 10:08
Rules.System.Wireless.xml
156.19
KB
-rw-rw-rw-
2019-12-07 10:08
Save
Rename
<?xml version="1.0" encoding="UTF-8"?> <?Copyright (c) Microsoft Corporation. All rights reserved.?> <Rules> <Group name="$(GroupSummary)" enabled="true"> <Rule name="$(RuleNetworkSummary)"> <Step select="/Report/Section/Table[@name='tcpSendTable']" fatal="true"> <Exists> <When expression="count(Item) > 0"> <Insert> <Node> <Summary key="500" find="top" field="outbytes_sec" topic="tracerptNetwork"> <Data name="machineoutbound" label="topNetworkOutbound"/> <Data name="outbytes_sec" label="topNetworkOutboundBytes" units="bytes" format="#,##0"/> </Summary> </Node> </Insert> </When> </Exists> </Step> <Step select="/Report/Section/Table[@name='tcpRecvTable']" fatal="true"> <Exists> <When expression="count(Item) > 0"> <Insert> <Node> <Summary key="500" find="top" field="inbytes_sec" topic="tracerptNetwork"> <Data name="machineinbound" label="topNetworkInbound"/> <Data name="inbytes_sec" label="topNetworkInboundBytes" units="bytes" format="#,##0"/> </Summary> </Node> </Insert> </When> </Exists> </Step> <Step select="/Report/Section/Table[@name='sysHealthSummary']" fatal="true"> <Exists> <Otherwise> <Insert> <Node> <Summary key="100" find="field" field="component" value="SysHealthNetComponent" topic="tracerptNetwork"> <Data name="util" label="SysHealthUtilizationHdr"/> </Summary> </Node> </Insert> </Otherwise> </Exists> </Step> </Rule> <Rule name="$(RuleMemorySummary)"> <Step select="/Report/Section[@name='tracerptHeader']/Table[@name='client']" fatal="true"> <Exists> <Otherwise> <Insert select="."> <Node> <Summary find="field" field="memory" topic="memory" key="200"> <Data name="memory"/> </Summary> </Node> </Insert> </Otherwise> </Exists> </Step> </Rule> <Rule name="$(RuleDiskSummary)" enabled="true"> <Step select="/Report/Section/Table[@name='hotFile']"> <Exists> <Otherwise> <Delete select="Summary"/> </Otherwise> </Exists> </Step> <Step select="/Report/Section/Table[@name='physicalDiskCounters']" fatal="true"> <Exists> <Otherwise> <Insert> <Node> <Summary key="100" find="field" field="counter" value="Avg. Disk Queue Length" topic="diskInfo"> <Data name="max" label="diskQueue"/> </Summary> </Node> </Insert> </Otherwise> </Exists> </Step> </Rule> </Group> <StringTable> <String ID="GroupSummary">Add Summary Blocks</String> <String ID="RuleMemorySummary">Memory Summary</String> <String ID="RuleDiskSummary">Disk Summary</String> <String ID="RuleNetworkSummary">Network Summary</String> </StringTable> </Rules>