Nhân dịp các tờ báo điện tử lớn của Việt Nam bị DDos gần đây. Các thành viên HVA đã nhiệt tình giúp đỡ khắc phục hiện tượng DDos. Đây là file .bat được viết bởi anh Cù Anh Thắng thành viên diễn đàn HVA có thể kill được Virus bot của Nhóm STL.
@echo off
echo ==========================================================================
echo Bat file to Kill con bot dang DDoS cac trang bao mang cua "so ti lon"
echo Code "bay ba cho vui" by ThangCuAnh - HVA
echo Ba con test, modify, bo sung thoa mai - No copyright
echo ==========================================================================
:Repeat
echo.
echo Kill and delete btwdins.exe + btwdins.dll
echo.
sc stop WMPNetworkSvchost
taskkill /F /IM btwdins.exe /T
sc delete WMPNetworkSvchost
dir "%APPDATA%\btwdins.exe" /b /S
del "%APPDATA%\btwdins.exe" /F /S
dir "%APPDATA%\btwdins.dll" /b /S
del "%APPDATA%\btwdins.dll" /F /S
rd "%APPDATA%\WIDCOMM" /s /q
dir "%COMMONPROGRAMFILES%\btwdins.exe" /b /S
del "%COMMONPROGRAMFILES%\btwdins.exe" /F /S
dir "%COMMONPROGRAMFILES%\btwdins.dll" /b /S
del "%COMMONPROGRAMFILES%\btwdins.dll" /F /S
rd "%COMMONPROGRAMFILES%\WIDCOMM" /s /q
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ALG /v Version /f
del "%SystemDrive%\Program Files (x86)\Common Files\btwdins.exe" /F /S
del "%SystemDrive%\Program Files (x86)\Common Files\btwdins.dll" /F /S
echo.
echo Press Ctrl-C to terminate & pause
goto Repeat
Hoặc các bạn có thể download file bat có sẵn theo link sau
http://www.mediafire.com/download/pg4hs72x1ifs7z3
No comments:
Post a Comment