Alexander590
Новый пользователь
- Сообщения
- 7
- Реакции
- 0
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.
Данные Найдено : HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings [ProxyOverride] - *.local
Деинсталируйте эти программы.Get Styles for Opera [2013/03/28 17:50:36]-->C:\Program Files (x86)\Get-Styles 2.0\op\uninstall.exe
Get-Styles for Chrome [2013/03/28 17:50:34]-->C:\Program Files (x86)\Get-Styles 2.0\ch\uninstall.exe
Get-Styles for IE [2013/03/28 17:50:30]-->C:\Program Files (x86)\Get-Styles 2.0\ie\uninstall.exe
Get-Styles для ВКонтакте [2013/08/20 12:45:16]-->C:\Program Files (x86)\Get-Styles 2.0\utils\uninstall.exe
Trojan.InstallMonster, C:\Users\1\Downloads\hetman-partition-recovery-2.1-portable.rar.exe, , [395b95d3dbaf7fb7c1cdff49f30e619f],
PUP.Optional.OpenCandy, C:\Users\1\Downloads\DTLite4451-0236.exe, , [fe9663056822b97d618af924bc4af30d],
Trojan.Agent, C:\Windows\system\ctfmon.exe, , [494bcb9d6e1ced4969d53e2ffd0741bf],
C:\Windows\system\ctfmon.exe
удалите тогда его вручную.3) Файл нулевой. Прикрепляю фото и ссылку на результат проверки
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.