Буду признателен в помощи решении этой всей охинеии. Ладно ещё реклама. Ломано но жить можно, но мэил я не переживу.
- Вложения
Код: Выделить всё
begin
ExecuteFile('net.exe', 'stop tcpip /y', 0, 15000, true);
TerminateProcessByName('c:\program files (x86)\filter2\2\cppwindowsservice.exe');
TerminateProcessByName('c:\program files (x86)\filter2\2\pfhttpcontentfilter.exe');
StopService('CppWindowsService');
QuarantineFileF('c:\program files (x86)\filter2', '*.exe, *.dll, *.sys, *.bat, *.vbs, *.js*, *.tmp*', true, '', 0 ,0);
QuarantineFileF('c:\users\andruha\appdata\local\fupdate', '*.exe, *.dll, *.sys, *.bat, *.vbs, *.js*, *.tmp*', true, '', 0 ,0);
QuarantineFile('c:\program files (x86)\filter2\2\cppwindowsservice.exe', '');
QuarantineFile('c:\program files (x86)\filter2\2\pfhttpcontentfilter.exe', '');
QuarantineFile('C:\Program Files (x86)\filter2\2\nfapi.dll', '');
QuarantineFile('C:\Program Files (x86)\filter2\2\ProtocolFilters.dll', '');
QuarantineFile('C:\Users\Andruha\AppData\LocalLow\SearchGo\searchgo.dll', '');
QuarantineFile('C:\Users\Andruha\AppData\Local\fupdate\fupdate.exe', '');
QuarantineFile('C:\Users\Andruha\AppData\Local\SearchGo\searchgo.exe', '');
ExecuteFile('schtasks.exe', '/delete /TN "fupdate" /F', 0, 15000, true);
ExecuteFile('schtasks.exe', '/delete /TN "SearchGo Task" /F', 0, 15000, true);
DeleteFile('c:\program files (x86)\filter2\2\cppwindowsservice.exe', '32');
DeleteFile('c:\program files (x86)\filter2\2\pfhttpcontentfilter.exe', '32');
DeleteFile('C:\Program Files (x86)\filter2\2\nfapi.dll', '32');
DeleteFile('C:\Program Files (x86)\filter2\2\ProtocolFilters.dll', '32');
DeleteFile('C:\Users\Andruha\AppData\LocalLow\SearchGo\searchgo.dll', '32');
DeleteFile('C:\Users\Andruha\AppData\Local\fupdate\fupdate.exe', '32');
DeleteFile('C:\Users\Andruha\AppData\Local\SearchGo\searchgo.exe', '32');
DeleteFileMask('c:\program files (x86)\filter2', '*', true);
DeleteFileMask('c:\users\andruha\appdata\local\fupdate', '*', true);
DeleteDirectory('c:\program files (x86)\filter2');
DeleteDirectory('c:\users\andruha\appdata\local\fupdate');
DelBHO('{2BC46CFA-4B00-4193-A7BD-6AD1D0BCB5BC}');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','eruwchyfpl');
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1201', 3);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1001', 1);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1004', 3);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '2201', 3);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1804', 1);
DeleteService('CppWindowsService');
ExecuteSysClean;
ExecuteRepair(1);
ExecuteWizard('SCU', 2, 3, true);
CreateQurantineArchive(GetAVZDirectory + 'quarantine.zip');
RebootWindows(true);
end.
Код: Выделить всё
start
CreateRestorePoint:
GroupPolicy: Restriction - Chrome <======= ATTENTION
GroupPolicy\User: Restriction <======= ATTENTION
CHR HKLM\SOFTWARE\Policies\Google: Restriction <======= ATTENTION
CHR DefaultSearchURL: ChromeDefaultData -> hxxp://www.trotux.com/search/?q={searchTerms}&z=61ebc066f5e8b25e9dfea81gazfm7w3t5z3g0m4b7e&from=wsy1&uid=ST9320423AS_5VH33MREXXXX5VH33MRE&type=sp
CHR DefaultSearchKeyword: ChromeDefaultData -> trotux
CHR Profile: C:\Users\Andruha\AppData\Local\Google\Chrome\User Data\ChromeDefaultData [2016-10-11] <==== ATTENTION
Task: {DE660699-FE86-4850-9345-D422A0F2DA90} - System32\Tasks\syslog => C:\Users\Andruha\AppData\Local\syslog\syslog.exe <==== ATTENTION
AlternateDataStreams: C:\Users\Andruha\Desktop\Runes of Magic.exe.lnk:com.dropbox.attributes [168]
MSCONFIG\startupreg: Torrentex => "C:\Torrentex\Torrentex.exe" /hide
FirewallRules: [{29FA1457-E46D-417B-82F5-B033E2086596}] => (Allow) C:\Torrentex\Torrentex.exe
FirewallRules: [{887D7BA2-9C2A-4C40-A759-7DB82BABC556}] => (Allow) C:\Torrentex\Torrentex.exe
FirewallRules: [Torrentex-In-TCP] => (Allow) C:\Torrentex\Torrentex.exe
FirewallRules: [Torrentex-In-UDP] => (Allow) C:\Torrentex\Torrentex.exe
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.
:
