[Charlie X-Ray] is having some modern fun with the phone system by pulling dialed numbers from the audio track of YouTube videos (translated). The first step was to find a video where a telephone is being dialed and the sounds of the keypresses are audible. You can’t tell those tones apart, but a computer can. That’s because each number pressed generates a combination of two out of seven closely related frequencies. [Charlie] isolated the audio using Audacity, then wrote a python script to generate a spectrogram like the one above. By matching up the two dark nodes you can establish which two frequencies were played and decode the phone number being dialed. So how does this work again… find audio of a phone being dialed, decode the number.. profit?
youtube94 Articles
SecurityTube – A YouTube For Hacks
SecurityTube is a site which has recently caught our attention. The site has quite a variety of videos from various sources related to security and hacking. Videos range from DEFCON talks, to documentaries, step by step how tos, and even proof of concept vulnerability videos. It’s certainly a great resource for anyone looking for something a bit more involved then a plain text writeup, and offers a way for you to catch those hacker conference talks you missed. Many of the videos come with a bit of a background information as well, so it’s far more informative then your regular YouTube videos. This site is certainly going to become a very valuable resource for many people, and is certainly a great way to kill an afternoon while still learning something.
1-Click Android Rooting
In the last few days, rooting the T-Mobile G1 and myTouch 3G has become much easier. [Zinx] released FlashRec which lets you flash a new recovery image onto your Android phone. It takes advantage of Linux kernel vulnerability CVE-2009-2692. The app lets you backup your current image and then flashes Cyanogen’s Recovery Image 1.4. Once that’s done, you can use any custom Android build you want. Android and Me has documented the entire process on their site and points out the ridiculously large number of custom ROMs that are out there. Embedded below is a video from [unknownkwita] showing the rooting process.
Various Cantenna Builds
Here is a classic project used to increase wireless signal strength. Cantennas focus using a waveguide very much like a magnifying glass focuses light. [Robert] made a Natural Light beer cantenna, pictured in the upper left. His approach used three beer cans, a paper towel holder, and a shower curtain rod. On the tipline, he noted a signal boost from 11Mbps to 54Mbps. This is certainly something we can hack together if our room lacks adequate signal. Read about parabolic and seeking versions after the break.
Battery Desulfator
Hack a Day favorite [Mikey Sklar] is back with a new project. Mini-D is a battery desulfator. If a 12V lead-acid battery sits with a voltage below 12.3V, sulfur crystals will begin to form on the lead plates. This crystal growth increases the internal resistance and eventually makes the battery unusable. A battery desulfator sends high frequency pulses through the battery to create a resonance that will break up the crystals. On a 60lb automotive battery, it will take approximately three weeks to completely desulfate. You can find schematics plus a dozen lines of code for the ATmega169 on his site. Embedded below is a video where he explains the device and other techniques like load testing.
Capacitive Discharge Cutting
Capacitive discharge cutting provides more control than linear transformer versions. A very large capacitor is charged to a precise voltage and then discharged through the material to produce a controlled cut. The same device can also be used for spot and tab welding. A video of copper roof flashing being cut is embedded below. An example of a linear transformer can be found in our our How-to: build your own spot welder.
EVIC Engine
The EVIC is a computer controlled internal combustion engine, utilizing a cam less solenoid actuated valve system. In addition to intake and exhaust valve control, the processor also handles ignition timing. With dynamic valve timing, it is possible to make an engine more efficient. Where a classic combustion engine would wastefully burn fuel, the EVIC can skip power cycles which are not needed. By increasing the valve duration, the CPU enables easy starting. The latest is the EVIC Mk3 which adds an exhaust valve sensor, and 3:1 solenoid leverage. There is a photo gallery with several EVIC engines. The Mk2 Twin is demonstrated in the video embedded below.