Showing posts with label Stealth. Show all posts
Showing posts with label Stealth. Show all posts

Tuesday, June 28, 2011

Stealth Fighting Technique #1 - The Belgian Takedown

After the recent post about fighting, I would like to show you all another way of fighting:stealth. It's very effective, but can only be used in certain occasions (in which the opponent is particularly vulnerable). Luckily, right after performing the fighting technique I published earlier would be a pretty good time to use this. Here's a simple move that works quite well:
Good luck!
I do not endorse or support any forms of violence or law breaking, and do not intend this information to be used in an illegal manner. I do not take responsibility for any crimes or injuries done regarding this.

How To Hide Your Files

Got some "embarrassing" pictures on your laptop? Have a family-shared computer, but still want you privacy? Are you the kind of guy that does things not strictly legal? It's fine buddy, Uncle Jack understands. And I'm here to make sure no one ever finds what you've got stashed on your rig. In short, this method will combine a .rar file with an image file that is still fully viewable.

You'll need:
  • a decoy image file (it doesn't matter what it is) (for this, we'll call it "image.jpg")
  •  a .rar containing files to hide (we'll call it "secret.rar")
  •   command prompt (we'll call it "command prompt")
Steps:
  1. Put your decoy image (image.jpg) and the .rar file you want to hide (secret.rar) in the some folder. In this case, we'll use c:\
  2. Open up a command prompt (go to start>run, type cmd, and press enter)
  3. On the black screen type cd c:\ and hit enter (if using another folder, replace c:\ with the full path)
  4. Type: copy /b image.jpg + secret.rar new.jpg and hit enter (new.jpg is the output file with the hidden .rar file in it. you should type it in the same format as the decoy (.jpg). if it was a .png, you would use .png for both)
  5. Done! If you double click new.jpg, the image will show up like normal, but if you right click it and open it with winrar (or another .rar program), you can get to your hidden files.
Happy hiding!