Wednesday, June 17, 2015

Copy Data automatically From USB to your PC On Insert



We sometime wish that if someone insert his/her USB Into your pc then its data automatically copy in to your system in hidden Form.There is no need of software in this. we will make it possible with the help of some Dos commands.
lets get started, Follow the below steps.



open cmd.
type copy con filename.bat
now type "xcopy i: f:\copied /h /s /c /q /i" remove " "
type Exit
press f6
now it will create a batch file named filename.bat

xcopy is a command which is used to copy file and folder
i: is the name of your pen-drive drive name replace with your drive name
f:\copied is the name of folder where you wish to copied data is to be placed replacewith your own folder or path
/h is used to copy hidden files also


Now copy this file into desktop now whenever someone insert his/her USB into your system then click on this file his data is automatically copied into the folder specified by you.

Thats it ,Now all you have a done is a simple hacking small trick.
It steals all the data....!

No comments:

Post a Comment