Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature currently requires accessing the site using the built-in Safari browser.
begin
ExecuteFile('net.exe', 'stop tcpip /y', 0, 15000, true);
QuarantineFileF('c:\program files (x86)\tencent', '*.exe, *.dll, *.sys, *.bat, *.vbs, *.js*, *.tmp*', true, '', 0 ,0);
QuarantineFile('C:\Windows\System32\fkxkhfu.dll', '');
QuarantineFile('C:\Program Files (x86)\Tencent\QQPCMgr\11.2.17058.221\QQPCTray.exe', '');
QuarantineFile('C:\Users\Администратор\AppData\Roaming\daemon2.exe', '');
DeleteFile('C:\Windows\System32\fkxkhfu.dll', '32');
DeleteFile('C:\Program Files (x86)\Tencent\QQPCMgr\11.2.17058.221\QQPCTray.exe', '32');
DeleteFile('C:\Users\Администратор\AppData\Roaming\daemon2.exe', '32');
DeleteFileMask('c:\program files (x86)\tencent', '*', true);
DeleteDirectory('c:\program files (x86)\tencent');
RegKeyParamDel('HKEY_LOCAL_MACHINE','SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\ QQPCTray','command');
RegKeyParamDel('HKEY_LOCAL_MACHINE','SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\Daemon','command');
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1201', 3);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1001', 1);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1004', 3);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '2201', 3);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1804', 1);
ExecuteSysClean;
ExecuteWizard('SCU', 2, 3, true);
CreateQurantineArchive(GetAVZDirectory + 'quarantine.zip');
RebootWindows(true);
end.
begin
CreateQurantineArchive(GetAVZDirectory+'quarantine.zip');
end.
;uVS v3.87.4 [http://dsrt.dyndns.org]
;Target OS: NTv6.1
v388c
breg
delref %SystemDrive%\PROGRAMDATA\APPDATA\LOCAL\TEMP\RAR$EXA0.309\1\APPLICATION EXTENSION\BLACOUNT_SETUP.EXE
delref %SystemDrive%\USERS\АДМИНИСТРАТОР\APPDATA\LOCAL\YANDEX\BROWSERMANAGER\BROWSERMANAGERSHOW.EXE
delref %SystemDrive%\USERS\АДМИНИСТРАТОР\APPDATA\LOCAL\GOOGLE\CHROME\USER DATA\DEFAULT\EXTENSIONS\HPPAELNLBOJHNJBJCDOADDEDBNBAIOCF\2.0.8_0\TOPFACE. ЗНАКОМСТВА И ОБЩЕНИЕ 2.0
delref %SystemDrive%\PROGRAM FILES (X86)\PANDO NETWORKS\MEDIA BOOSTER\NPPANDOWEBPLUGIN.DLL
deltmp
restart
start
CreateRestorePoint:
Task: {D90FE6D8-847B-471F-B43E-EC0FDE6FBA5B} - \VG01_2 -> No File <==== ATTENTION
DeleteKey: HKLM\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\QQPCTray
ShellIconOverlayIdentifiers: [.QMDeskTopGCIcon] -> {B7667919-3765-4815-A66D-98A09BE662D6} => No File
CHR HKLM\SOFTWARE\Policies\Google: Restriction <======= ATTENTION
OPR Extension: (Видеогет) - C:\Users\Администратор\AppData\Roaming\Opera Software\Opera Stable\Extensions\mffaiffbfnpaalibenmemffgmppndafp [2015-06-25]
OPR Extension: (Поиск по торрентам) - C:\Users\Администратор\AppData\Roaming\Opera Software\Opera Stable\Extensions\nofpoinhpaonfgjgoooobacfhhicgiah [2016-01-15]
2016-08-02 15:00 - 2014-01-16 18:59 - 00006384 ____H C:\Windows\system32\7B296FB0-376B-497e-B012-9C450E1B7327-5P-1.C7483456-A289-439d-8115-601632D005A0
2016-08-02 15:00 - 2014-01-16 18:59 - 00006384 ____H C:\Windows\system32\7B296FB0-376B-497e-B012-9C450E1B7327-5P-0.C7483456-A289-439d-8115-601632D005A0
2016-07-18 16:08 - 2014-10-23 14:20 - 00000000 ____D C:\Users\Все пользователи\E1864A66-75E3-486a-BD95-D1B7D99A84A7
2016-07-18 16:08 - 2014-10-23 14:20 - 00000000 ____D C:\ProgramData\E1864A66-75E3-486a-BD95-D1B7D99A84A7
2014-11-08 16:16 - 2014-11-08 16:16 - 0000000 ____H () C:\ProgramData\DP45977C.lfl
EmptyTemp:
Reboot:
end
var
LogPath : string;
ScriptPath : string;
begin
LogPath := GetAVZDirectory + 'log\avz_log.txt';
if FileExists(LogPath) Then DeleteFile(LogPath);
ScriptPath := GetAVZDirectory +'ScanVuln.txt';
if DownloadFile('http://dataforce.ru/~kad/ScanVuln.txt', ScriptPath, 1) then ExecuteScript(ScriptPath) else begin
if DownloadFile('http://dataforce.ru/~kad/ScanVuln.txt', ScriptPath, 0) then ExecuteScript(ScriptPath) else begin
ShowMessage('Невозможно загрузить скрипт AVZ для обнаружения наиболее часто используемых уязвимостей!');
exit;
end;
end;
if FileExists(LogPath) Then ExecuteFile('notepad.exe', LogPath, 1, 0, false)
end.