Skip to content

Commit

Permalink
kill calc.exe leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
op7ic committed Jul 16, 2018
1 parent 50fad7c commit 5ba8681
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion runtests.bat
Original file line number Diff line number Diff line change
Expand Up @@ -465,4 +465,8 @@ start "" cmd /c del notepad.msi
start "" cmd /c reg delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SilentProcessExit\paint.exe" /f
start "" cmd /c reg delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\paint.exe" /f
start "" cmd /c sc delete evilservice
start "" cmd /c schtasks /delete /tn mysc /f
start "" cmd /c schtasks /delete /tn mysc /f

echo "[+] Killing calc.exe

taskkill /F /IM calc.exe

0 comments on commit 5ba8681

Please sign in to comment.