Executing Innovative Search Results

How To: Pair your bluetooth headset with the HP TouchSmart PC

HP TouchSmart is a powerful PC with innovative features. Using the HP TouchSmart Recipe box you can set up the blue tooth headset. The recipe box provides an easy way to work with you recipes using voice commands. You can set up your blue tooth head set to use the voice command feature of the recipe box. This gives the freedom to walk around your kitchen while cooking. The microphones embedded in the TouchSmart can also be used for this purpose but the blue tooth head set gives a better voice...

How to Meterpreter: Obtaining User Credentials with PowerShell

In this article I will show you how to obtain victim's credentials without cracking any hashes. There are a couple of ways to perform this task (for example dumping the SAM file and cracking the NTLM hashes), but here I will explain how to do it using PowerShell and a bit of social engineering. We are going to create a fake login popup.

How To: Hack UnrealIRCd Using Python Socket Programming

UnrealIRCd is an open-source IRC server that has been around since 1999 and is perhaps the most widely used one today. Version 3.2.8.1 was vulnerable to remote code execution due to a backdoor in the software. Today, we will be exploiting the vulnerability with Metasploit, examining the underlying code to understand it, and creating our own version of the exploit in Python.