RuMax
Постоянный участник
- Сообщения
- 414
- Реакции
- 62
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
ShowMessage('Внимание! Перед выполнением скрипта AVZ автоматически закроет все сетевые подключения.' + #13#10 + 'После перезагрузки компьютера подключения к сети будут восстановлены в автоматическом режиме.');
ExecuteFile('net.exe', 'stop tcpip /y', 0, 15000, true);
TerminateProcessByName('c:\program files\common files\87737dd0-ad90-4193-bd48-336966b8d777\updater.exe');
TerminateProcessByName('c:\program files\super optimizer\supoptsmartscan.exe');
TerminateProcessByName('c:\programdata\87737dd0-ad90-4193-bd48-336966b8d777\plugincontainer.exe');
SetServiceStart('Update Mgr RecordPage', 4);
SetServiceStart('Service Mgr RecordPage', 4);
StopService('Update Mgr RecordPage');
StopService('Service Mgr RecordPage');
QuarantineFile('c:\programdata\{c68e363a-ab1e-6449-c68e-e363aab1d8ea}\hqghumeaylnlf.exe', '');
QuarantineFile('C:\Program Files\Record Page\Extensions\2335267c-dbba-4dd5-a9d0-c4db8e6a75a4.dll', '');
QuarantineFile('C:\Users\Мах\AppData\Local\UpdateAdmin\UpdateAdmin.exe', '');
QuarantineFile('C:\Program Files\Super Optimizer\SupOptLauncher.exe', '');
QuarantineFile('c:\Program Files\Super Optimizer\SupOptStats.dll', '');
QuarantineFile('c:\program files\common files\87737dd0-ad90-4193-bd48-336966b8d777\updater.exe', '');
QuarantineFile('c:\program files\super optimizer\supoptsmartscan.exe', '');
QuarantineFile('c:\programdata\87737dd0-ad90-4193-bd48-336966b8d777\plugincontainer.exe', '');
QuarantineFileF('C:\Program Files\Super Optimizer', '*', true, '', 0 , 0);
QuarantineFileF('C:\Users\Мах\AppData\Local\UpdateAdmin', '*', true, '', 0 , 0);
QuarantineFileF('C:\Program Files\Record Page', '*', true, '', 0 , 0);
QuarantineFileF('c:\programdata\{c68e363a-ab1e-6449-c68e-e363aab1d8ea}', '*', true, '', 0 , 0);
DeleteFile('c:\program files\super optimizer\supoptsmartscan.exe', '32');
DeleteFile('c:\Program Files\Super Optimizer\SupOptStats.dll', '32');
DeleteFile('C:\ProgramData\87737dd0-ad90-4193-bd48-336966b8d777\plugincontainer.exe', '32');
DeleteFile('C:\Program Files\Common Files\87737dd0-ad90-4193-bd48-336966b8d777\updater.exe', '32');
DeleteFile('C:\Program Files\Super Optimizer\SupOptLauncher.exe', '32');
DeleteFile('C:\Users\Мах\AppData\Local\UpdateAdmin\UpdateAdmin.exe', '32');
DeleteFile('C:\Program Files\Record Page\Extensions\2335267c-dbba-4dd5-a9d0-c4db8e6a75a4.dll', '32');
DeleteFile('C:\Windows\Tasks\Superclean.job', '32');
DeleteFile('c:\programdata\{c68e363a-ab1e-6449-c68e-e363aab1d8ea}\hqghumeaylnlf.exe', '32');
DeleteFile('C:\Windows\system32\Tasks\Super Optimizer Schedule', '32');
DeleteFile('C:\Windows\system32\Tasks\Superclean', '32');
DeleteService('Update Mgr RecordPage');
DeleteService('Service Mgr RecordPage');
DeleteFileMask('C:\Program Files\Super Optimizer', '*', true);
DeleteFileMask('C:\Users\Мах\AppData\Local\UpdateAdmin', '*', true);
DeleteFileMask('C:\Program Files\Record Page', '*', true);
DeleteFileMask('c:\programdata\{c68e363a-ab1e-6449-c68e-e363aab1d8ea}', '*', true);
DeleteDirectory('C:\Program Files\Super Optimizer', '');
DeleteDirectory('C:\Users\Мах\AppData\Local\UpdateAdmin', '');
DeleteDirectory('C:\Program Files\Record Page', '');
DeleteDirectory('c:\programdata\{c68e363a-ab1e-6449-c68e-e363aab1d8ea}', '');
DelBHO('{896B993C-C71A-4237-A7E9-C8EB077E4F8F}');
DelBHO('{2335267c-dbba-4dd5-a9d0-c4db8e6a75a4}');
RegKeyParamDel('HKEY_CURRENT_USER', 'Software\Microsoft\Windows\CurrentVersion\Run', 'Super Optimizer');
RegKeyParamDel('HKEY_CURRENT_USER', 'Software\Microsoft\Windows\CurrentVersion\Run', 'UpdateAdmin');
BC_ImportALL;
ExecuteSysClean;
BC_Activate;
ExecuteWizard('SCU',2,3,true);
RebootWindows(true);
end.
программы Zona
start
CreateRestorePoint:
GroupPolicy: Group Policy on Chrome detected <======= ATTENTION
CHR HKLM\SOFTWARE\Policies\Google: Policy restriction <======= ATTENTION
HKLM\SOFTWARE\Policies\Microsoft\Internet Explorer: Policy restriction <======= ATTENTION
FF SelectedSearchEngine: eShield Safe Web
FF Extension: eShield - C:\Users\Мах\AppData\Roaming\Mozilla\Firefox\Profiles\thhwio0v.default\Extensions\toolbar11433@eshield.com.xpi [2015-07-31]
FF Extension: Record Page - C:\Users\Мах\AppData\Roaming\Mozilla\Firefox\Profiles\thhwio0v.default\Extensions\{32f64797-b066-4d56-a827-9474972f4b6a}.xpi [2015-07-31]
CHR HKLM\...\Chrome\Extension: [dkmjljdbbgogihjcapfhgkonfmccbffp] - https://clients2.google.com/service/update2/crx
OPR Extension: (Record Page) - C:\Users\Мах\AppData\Roaming\Opera Software\Opera Stable\Extensions\ijgbnkffcnjcagpoppoodjjedamldilf [2015-07-31]
2015-08-01 17:12 - 2015-08-01 17:12 - 0004990 _____ () C:\ProgramData\mtbjfghn.xbe
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.