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
SearchRootkit(true, true);
SetAVZGuardStatus(True);
ExecuteFile('net.exe', 'stop tcpip /y', 0, 15000, true);
QuarantineFile('F:\tenbentee\durahe.exe', '');
QuarantineFile('F:\autorun.inf', '');
QuarantineFile('C:\Users\админ\AppData\Roaming\support\svchost.exe', '');
QuarantineFile(', C:\Users\админ\xcqzq.exe', '');
QuarantineFile('C:\Users\админ\xcqzq.exe', '');
DeleteFile('C:\Users\админ\xcqzq.exe', '32');
DeleteFile(', C:\Users\админ\xcqzq.exe', '32');
DeleteFile('C:\Users\админ\AppData\Roaming\support\svchost.exe', '32');
DeleteFile('F:\autorun.inf', '32');
DeleteFile('F:\tenbentee\durahe.exe', '32');
BC_ImportDeletedList;
ExecuteSysClean;
ExecuteWizard('TSW', 1, 1, true);
BC_Activate;
RebootWindows(true);
end.
begin
CreateQurantineArchive(GetAVZDirectory+'quarantine.zip');
end.
begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
TerminateProcessByName('c:\users\админ\appdata\roaming\regsvr.exe');
QuarantineFile('F:\regsvr.exe', '');
QuarantineFile('F:\autorun.inf', '');
QuarantineFile('c:\users\админ\appdata\roaming\regsvr.exe', '');
DeleteFile('c:\users\админ\appdata\roaming\regsvr.exe', '32');
DeleteFile('F:\autorun.inf', '32');
DeleteFile('F:\regsvr.exe', '32');
RegKeyParamDel('HKEY_CURRENT_USER', 'Software\Microsoft\Windows\CurrentVersion\Run', 'Msn Messsenger');
RegKeyParamDel('HKEY_CURRENT_USER', 'Software\Microsoft\Windows\CurrentVersion\Run', 'Yahoo Messsenger');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
RebootWindows(true);
end.
attrib "*" -s -h /S /D
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.