Skip to content

Instantly share code, notes, and snippets.

Created April 17, 2014 09:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/10969363 to your computer and use it in GitHub Desktop.
Save anonymous/10969363 to your computer and use it in GitHub Desktop.
@echo off
title Lightning Killer
:a
pasue
echo Killing known malicious proccesses
taskkill /im msblast.exe
taskkill /im 8ECAA.exe
taskkill /im lsass.exe
taskkill /im 100.tmp
taskkill /im Play65.exe
taskkill /im install_flash_player.exe
taskkill /im Nix.exe
taskkill /im KP.exe
taskkill /im Kidlogger.exe
taskkill /im redirect.html
taskkill /im soft_pcp_conduit.exe
taskkill /im 100E.tmp
taskkill /im dnu.exe
taskkill /im bho.dll
taskkill /im winlogon.exe
taskkill /im flashget.exe
taskkill /im csrss.exe
taskkill /im SearchSettings.exe
pause
echo Malicious proccesses killed
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment