Posts

Showing posts from March, 2017

Make your own Virus using Batch Script

Image
The first question is what is Batch File ?   A  batch file is a text file that contains a sequence of commands for a computer operating system. It's called a batch file because it contains a bundles/packages of  commands line in a single file. Usually Batch file is used to operate the system as we required.  The batch file is execute by command prompt. Many viruses are made up of Batch Files. Also you can make your own virus to test the working of your antivirus against viruses .    To make a virus which can crash your system (PC) you need to have Notepad pre-installed in your PC . Follow the same procedure to make a visus that can crash PC :-    Open the Notepad and write the same code :-  1. Type - @echo off By use of echo off command , the command prompt window doesn't appear on screen. 2. Then type -   : x By use of this command , you can execute to your batch file. 3. Then type the applications names which you want to run by batch file . You can type any ap