Guest
Постоянный участник
- Сообщения
- 331
- Решения
- 1
- Реакции
- 434
Смотрите видео ниже, чтобы узнать, как установить наш сайт в качестве веб-приложения на домашнем экране.
Примечание: Эта возможность может быть недоступна в некоторых браузерах.
begin
ShowMessage('Внимание! Перед выполнением скрипта AVZ автоматически закроет все сетевые подключения.' + #13#10 + 'После перезагрузки компьютера подключения к сети будут восстановлены в автоматическом режиме.');
ExecuteFile('net.exe', 'stop tcpip /y', 0, 15000, true);
if not IsWOW64
then
begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
end;
QuarantineFile('C:\Documents and Settings\User\Application Data\winzipsoft\wzipstart.exe','');
DeleteFile('C:\Documents and Settings\User\Application Data\winzipsoft\wzipstart.exe','32');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
RebootWindows(false);
end.
begin
CreateQurantineArchive('c:\quarantine.zip');
end.
Выполните ЕЩЕ РАЗ правила, прикрепите к сообщению НОВЫЕ логи
CreateRestorePoint:
HKU\S-1-5-21-1229272821-602609370-1417001333-500\Software\Microsoft\Internet Explorer\Main,Default_Page_URL = hxxp://www.smaxxi.biz
BHO: No Name -> {761497BB-D6F0-462C-B6EB-D4DAF1D92D43} -> No File
CHR Plugin: (Native Client) - C:\Program Files\Google\Chrome\Application\49.0.2623.112\ppGoogleNaClPluginChrome.dll => No File
CHR Plugin: (Chrome PDF Viewer) - C:\Program Files\Google\Chrome\Application\49.0.2623.112\pdf.dll => No File
CHR Plugin: (Kaspersky Anti-Virus) - C:\Documents and Settings\User\Local Settings\Application Data\Google\Chrome\User Data\Default\Extensions\jagncdcchgajhfhijbbhecadmaiegcmh\12.0.0.477_0\plugin/npVKPlugin.dll => No File
CHR Plugin: (Kaspersky Anti-Virus) - C:\Documents and Settings\User\Local Settings\Application Data\Google\Chrome\User Data\Default\Extensions\pjldcfjmnllhmgjclecdnfampinooman\12.0.0.374_0\plugin/npABPlugin.dll => No File
CHR Plugin: (Kaspersky Anti-Virus) - C:\Documents and Settings\User\Local Settings\Application Data\Google\Chrome\User Data\Default\Extensions\dchlnpcodkpfdpacogkljefecpegganj\12.0.0.477_0\plugin/npUrlAdvisor.dll => No File
2010-11-30 09:42 - 2016-02-12 09:07 - 0005465 _____ () C:\Documents and Settings\User\Application Data\SmarThruOptions.xml
2012-02-13 15:13 - 2012-02-13 15:13 - 0013426 _____ () C:\Documents and Settings\User\Application Data\30.exe
2012-02-14 13:54 - 2012-02-14 13:54 - 0013350 _____ () C:\Documents and Settings\User\Application Data\C.exe
2012-02-20 10:58 - 2012-02-21 10:18 - 0013350 _____ () C:\Documents and Settings\User\Application Data\10.exe
2012-02-20 12:29 - 2012-02-20 12:29 - 0013464 _____ () C:\Documents and Settings\User\Application Data\27.exe
2012-02-20 12:29 - 2012-02-20 12:29 - 0013350 _____ () C:\Documents and Settings\User\Application Data\28.exe
C:\Documents and Settings\User\Application Data\winzipsoft
MSCONFIG\startupfolder: C:^Documents and Settings^User^Главное меню^Программы^Автозагрузка^ЎЎЎЎЎЎ.lnk => C:\WINDOWS\pss\ЎЎЎЎЎЎ.lnkStartup
Reboot:
Проблема решена?
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.