![]() |
|
[TUT]How to hide any file inside a picture[TUT] No Binder Needed!!! - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials) +--- Thread: [TUT]How to hide any file inside a picture[TUT] No Binder Needed!!! (/Thread-TUT-How-to-hide-any-file-inside-a-picture-TUT-No-Binder-Needed) |
[TUT]How to hide any file inside a picture[TUT] No Binder Needed!!! - bikeryder22 - 10-25-2011 This tutorial can be used for any type of file including mp3,wmv,.rar,etc
![]() Here is how it goes: 1. Open C: Drive and make a folder in it e.g. “hacksâ€Â. Put both the files i.e. the file that you want to hide and the image inside which you want to hide the file into this folder ![]() 2. Select both the files and make a compressed RAR archive e.g. “secret.rar†out of them ![]() 3. Open Run and type in “cmd†to open the Command Prompt. Now type “cd..†and press enter and repeat this once again. Type “cd sizlopedia†to open the folder (where “hacks†is the folder that I am using in this tutorial) ![]() 4. Type the command “copy /b maria.jpg + secret.rar safe.jpg†and press enter ![]() 5. The new picture safe.jpg is now the nested Picture file which has the hidden file saved inside it. Change its extension from .jpg to .rar anytime to access or extract the hidden file ![]() Definitely cool and amazing trick. tutorial made by Bikeryder22 RE: [TUT]How to hide any file inside a picture[TUT] No Binder Needed!!! - insecure - 10-26-2011 new for me....for hiding reasons sure useful, thank u
RE: [TUT]How to hide any file inside a picture[TUT] No Binder Needed!!! - ReTi0n - 10-26-2011 Good Job Bro! !:epic: RE: [TUT]How to hide any file inside a picture[TUT] No Binder Needed!!! - bikeryder22 - 10-26-2011 thanks alot guys im posting alot of tuts soon so keep a heads up RE: [TUT]How to hide any file inside a picture[TUT] No Binder Needed!!! - 1234hotmaster - 10-26-2011 my first post :3 http://www.hackcommunity.com/Thread-Batch-binary-binding RE: [TUT]How to hide any file inside a picture[TUT] No Binder Needed!!! - hackerexecute_mybb_import6869 - 10-26-2011 Don't know if any of you know this but there is a simpler way. Go to Start > Run > type "cmd" (no quotes) > click Ok. Now let's say you have a folder in your Pictures directory named "Hide". Let's navigate to that directory. I'll use my drive with my name and everything, so for example: C:\Documents and Settings\Cris\ If yours is Vista or 7 I THINK it says C:\Users\Cris\ For XP lets go to my documents then my pictures. We'll type the command CD to open the directory(s) C:\Documents and Settings\Cris\cd My Documents\My Pictures Now you get this ↓ C:\Documents and Settings\Cris\My Documents\My Pictures\ and for Vista/7 you also use the CD command but instead of adding the "My" to the My Documents just type Documents. (Note: It won't exactly be "My Documents" Or "Pictures". It'll be whatever you named it. To check type the command "DIR" to see the directories and their names.) C:\Users\Cris\cd Documents\Pictures Now you get this ↓ C:\Users\Cris\Documents\Pictures\ To hide folders/files you'll use the command attrib [folder/file name] +s +h For example if i wanna hide the "Hide" folder i'll type C:\Documents and Settings\Cris\My Documents\My Pictures\attrib Hide +s +h Hit enter and your path with come up again. Go to Pictures and watch your folder disappear. To unhide you simply go back to cmd, type in your path and the same command but this time you change the "+" to "-". I.e.: C:\Documents and Settings\Cris\My Documents\My Pictures\attrib Hide -s -h Hit enter and your folder is back up. I won't go into further detail about analyzing the code and what not but there you have a simpler way. Here's a little pic of it. ![]() |