Alex_under
Новый пользователь
- Сообщения
- 23
- Реакции
- 3
Смотрите видео ниже, чтобы узнать, как установить наш сайт в качестве веб-приложения на домашнем экране.
Примечание: Эта возможность может быть недоступна в некоторых браузерах.
begin
ClearQuarantine;
QuarantineFile('C:\Users\Anjelus\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\ImplicitAppShortcuts\69639df789022856\Путешественик - Chrome.lnk','');
QuarantineFile('C:\Users\Anjelus\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Pytehestvennik - Chrome.lnk','');
QuarantineFile('C:\Users\Anjelus\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Accessories\System Tools\Internet Explorer (No Add-ons).lnk','');
QuarantineFile('C:\Users\Anjelus\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Internet Explorer.lnk','');
QuarantineFile('C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Counter-Strike 1.6\Боты\Удалить ботов.lnk','');
QuarantineFile('C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Counter-Strike 1.6\Боты\Установить ботов.lnk','');
QuarantineFile('C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Garena\Heroes of Newerth\Start HoN.lnk','');
QuarantineFile('C:\ProgramData\Microsoft\Windows\Start Menu\Programs\iSendSMS\Сайт iSendSMS в Интернете.lnk','');
QuarantineFile('C:\Program Files (x86)\iSendSMS\iSendSMS.url','');
QuarantineFile('C:\Users\Anjelus\AppData\Roaming\Microsoft\Word\graf_integ302691402747671905\graf_integ.doc.lnk','');
QuarantineFile('C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Counter-Strike 1.6\Сайт Counter-Strike.Com.Ua в Интернете.url','');
QuarantineFile('C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Фото на документы Профи\Купить полную версию.url','');
QuarantineFile('C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Фото на документы Профи\Сайт программы.url','');
QuarantineFile('C:\Users\Anjelus\Favorites\Links\Почта.url','');
QuarantineFile('C:\Users\Anjelus\Favorites\Links\Яндекс.url','');
QuarantineFile('C:\Program Files (x86)\Internet Explorer\iexplore.bat','');
QuarantineFile('D:\Games\Counter-Strike 1.6\cstrike\zBot\Uninstall.bat','');
QuarantineFile('D:\Games\Counter-Strike 1.6\cstrike\zBot\Install.bat','');
QuarantineFile('D:\Games\HoN\honcislauncher.bat','');
DeleteFile('C:\Program Files (x86)\Internet Explorer\iexplore.bat','');
CreateQurantineArchive(GetAVZDirectory + 'quarantine.zip');
end.
begin
QuarantineFile('C:\Program Files (x86)\Internet Explorer\iexplore.bat','');
QuarantineFile('D:\Games\HoN\honcislauncher.bat','');
DeleteFile('C:\Program Files (x86)\Internet Explorer\iexplore.bat','');
DeleteFile('D:\Games\HoN\honcislauncher.bat','');
CreateQurantineArchive(GetAVZDirectory + 'quarantine.zip');
end.
start
CreateRestorePoint:
HKLM\SOFTWARE\Policies\Microsoft\Internet Explorer: Policy restriction <======= ATTENTION
EmptyTemp:
Reboot:
end
%appdata%\Malwarebytes\Malwarebytes Anti-Malware\Logs
PUP.Optional.TweakBit.A, HKLM\SOFTWARE\WOW6432NODE\TWEAKBIT\ATPopups, , [7d5b26bc1f6bc5715f86078f21e34db3],
PUP.Optional.TweakBit.A, HKLM\SOFTWARE\WOW6432NODE\TWEAKBIT\ATUpdaters, , [ca0e598905851d1915d0c4d249bbce32],
Hijack.Trace, C:\Windows\System32\drivers\etc\hоsts, , [e1f71fc3b3d73ff733023dfd6a9a56aa],
Не ответили.В безопасном режиме проблема наблюдается?
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.