Extracting Search Results

Steganography: How to Hide Secret Data Inside an Image or Audio File in Seconds

Steganography is the art of hiding information in plain sight, and in this tutorial, I'll show you how to use Steghide — a very simple command line tool to do just that. In addition, I'll go over a bit of conceptual background to help you understand what's going on behind the scenes. This is a tool that's simple, configurable, and only takes a few seconds to hide information in many file types.

How To: Make Herb-Infused Simple Syrup (& Why You Should)

The balanced and refreshing taste of a cocktail should always entice you into another sip. You'll know you're drinking something of quality when no specific ingredient, including booze, dominates its taste. A great cocktail can even mirror a great meal by exhibiting flavors like fruit, smoke, and herbs. And adding these flavors while making cocktails at home isn't hard at all.

Hack Like a Pro: How to Create a Nearly Undetectable Covert Channel with Tunnelshell

Welcome back, my rookie hackers! Most often, the professional hacker is seeking protected information from the target system or network. This might be credit card numbers, personally identifiable information, or intellectual property (formulas, plans, blueprints, designs, etc.). Most of my Null Byte guides have been focused on getting into the system, but this only begs the question—"what do I do when I get there?"

Hack Like a Pro: The Hacker Methodology

Welcome back, my neophyte hackers! Many newbie hackers seem to be confused regarding the process or methodology to employ a successful hack. Most want to simply go straight to the exploit without doing the due diligence to make certain that the hack will work and you won't get caught.

How To: Mine Twitter for Targeted Information with Twint

Open-source intelligence researchers and hackers alike love social media for reconnaissance. Websites like Twitter offer vast, searchable databases updated in real time by millions of users, but it can be incredibly time-consuming to sift through manually. Thankfully, tools like Twint can crawl through years of Twitter data to dig up any information with a single terminal command.

How To: Cook a Christmas goose

Jennifer Cail begins by showing you the pots and pans you will need, then demonstrates how to season and baste your main course. She also includes tips for extracting fat from the goose and making the roux that will perfectly compliment your holiday meal.

How To: Download Any Online Flash Video (FLV)

Have you ever browsed the web, watched a video, then wanted to download it? Well, there's a fabulous program that does just that, simply and easily. It's called VideoCacheView by NirSoft. The program basically extracts the FLV video directly from your browser's temporary folders. It's very user-friendly, and great for downloading virtually any online video.

How To: Draw blood with three different phlebotomy techniques

Drawing blood is only responsibility for hospital nurses, but a very important one, so knowing the proper procedure is up to you to master. You can only become efficient at taking blood samples by practicing, but you should also know all of the phlebotomy methods for extracting blood cultures. This interactive video module will help familiarize you with the phlebotomy medical procedures (three different versions), but is not meant to be your sole method of instruction— always ask for supervis...

How To: Display records in Dreamweaver 8

In this Dreamweaver 8 video tutorial you will learn how to display records by extracting info from a database. Learn how to create a data connection, create a query, work with recordset, display items, and use repeat regions. Note: To use this tutorial you need XAMPP and make sure to hit "play tutorial" in the top left corner of the video to start the video. There is no sound, so you'll need to watch the pop-up directions. Display records in Dreamweaver 8.

How To: Make a Change-of-IP Notifier in Python

In this article I'll show you how to make a simple IP address notifier. The program will text you your new IP address, in the event that it changes. For those of you with dynamic IPs, this is very useful. I'm constantly frustrated when my IP changes, and it's handy to be notified via text when it happens. To use the program, you'll need Python 2.7 or later, urllib2, and a program called "text" (see this article here to get it).