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.140
Domains :
Cant Read [ /etc/named.conf ]
User : SISTEMA
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
C: /
Windows /
diagnostics /
system /
BITS /
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
CL_Registry.ps1
19.58
KB
-rw-rw-rw-
2019-12-07 10:09
DiagPackage.diagpkg
6.99
KB
-rw-rw-rw-
2019-12-07 10:09
DiagPackage.dll
77
KB
-rw-rw-rw-
2019-12-07 10:09
RC_BITSACL.ps1
1.03
KB
-rw-rw-rw-
2019-12-07 10:09
RC_BITSDLL.ps1
2.17
KB
-rw-rw-rw-
2019-12-07 10:09
RC_BITSRegKeys.ps1
5.22
KB
-rw-rw-rw-
2019-12-07 10:09
RS_BITSACL.ps1
858
B
-rw-rw-rw-
2019-12-07 10:09
RS_BITSDLL.ps1
779
B
-rw-rw-rw-
2019-12-07 10:09
RS_BITSRegKeys.ps1
5.21
KB
-rw-rw-rw-
2019-12-07 10:09
TS_Main.ps1
1.77
KB
-rw-rw-rw-
2019-12-07 10:09
cl_Service.ps1
10.18
KB
-rw-rw-rw-
2019-12-07 10:09
Save
Rename
# Copyright © 2015, Microsoft Corporation. All rights reserved. # :: ======================================================= :: #==================================================================================== # Initialize #==================================================================================== Import-LocalizedData -BindingVariable Strings_RC_BITSACL -FileName CL_LocalizationData $detected = $false #==================================================================================== # Main #==================================================================================== Write-DiagProgress -Activity $Strings_RC_BITSACL.ID_RC_BITSACL_Progress $sd = sc.exe sdshow bits $bitsAcl = 'D:(A;CI;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;IU)(A;;CCLCSWLOCRRC;;;SU)S:(AU;SAFA;WDWO;;;BA)' if($sd[1].IndexOf($BitsAcl) -eq -1) { $detected = $true } Update-DiagRootCause -ID 'RC_BITSACL' -Detected $detected -Parameter @{'bitsAcl' = $bitsAcl} return $detected