Teensy AVRs Used In Penetration Testing

netragard_penetration_testing_mouse

While some people know that you should be wary of USB drives with unknown origins, the same care is rarely, if ever exercised with USB peripherals. The security firm Netragard recently used this to their advantage when performing a penetration test at a client’s facility. When the client ruled out the use of many common attack vectors including social networks, telephones, social engineering, and unauthorized physical access from the test, the team at Netragard knew they would have to get creative.

They purchased a Logitech USB mouse and disassembled it in order to add their clever payload. A Teensy uC was programmed to emulate keyboard input, entering commands via the mouse’s USB connection once it had been connected to a computer. Using an undocumented exploit in McAfee’s antivirus suite, they were able to evade detection while their system entered commands to install malware from the flash drive they hid along side the Teensy.

Once the mouse was reassembled, they repackaged it along with some marketing materials to make it look like part of a promotional event. They purchased a detailed list of employees and singled out an easy target, sending their malicious mouse on its way. Within three days, their malware was loaded onto the victim’s computer and their test was deemed a success.

[Thanks, Aaron]

Tweeting Bird Feeder Keeps A Picture Record Of All Visitors

wireless_tweeting_bird_feeder

If you weren’t aware, Adafruit Industries is sponsoring the “Make it Tweet” contest over at Instructables, and this Twitter-enabled bird feeder is [quasiben’s] entry into the competition.

His bird feeder not only sends messages to Twitter, it also sends a picture of each bird to Twitpic. The feeder itself is a standard off the shelf model which has been fitted with a LinkSprite camera. A LilyPad Arduino controls the camera, sending images to his computer via a pair of XBee modules. To detect when a bird has stopped by for something to eat, [quasiben] used an infrared LED and an IR detector. The emitter and detector are positioned at opposing sides of the feeder’s opening, triggering the Arduino to snap a picture whenever the beam is broken. Once the image has been transferred to his computer, it is posted to TwitPic.

We’re pretty sure [quasiben] built this Tweeting bird feeder just because he could, but we think it’s a pretty smart idea for people who don’t necessarily have the free time to gaze out the window into their yard. It’s a great way to keep tabs on all your new winged visitors while on the go.

FPGA MIDI Interface

Hacking and digital music seem to be very much related arts. This very well built hack goes through the process of creating a MIDI synthesizer using a field programmable gate array (FPGA) and several other components.

A laptop is used as the MIDI interface which runs through a filter and then to the FPGA. This translated signal then goes through a digital to analog converter and finally to the amplifier and speakers. The FPGA is especially interesting as this chip is an array of logic gates that can be programmed however one wants. In this case, the wavetable principle is used to generate sound.

Although this is no Kaossilator yet, this device is a great start and very functional. If you’ve ever wanted to build your own electronic instrument, check out this hack. Also, check out the video after the break! Continue reading “FPGA MIDI Interface”

Put Your ARM Skills To The Test With The Freescale Make It Challenge

Throw down your mad skills and you might win some cash while you’re at it. [Zeta] tipped us off that Freescale just announced a new challenge. They call it the Make It Challenge and it centers around their 32-bit Kinetis microcontrollers. These are ARM Cortex-M4 chips and if you’re selected to compete they’ll offer their development hardware at a discount for you to get started.

You’ll need to jump through a few hoops. To be considered as a contestant you’ll need to preregister, cruise through some online training, and complete a quiz. From there, just come up with an idea and submit a design paper as the first round of competition. Ten finalists will rise from the group and take their design through to completion for judging in the fall. The top three will get some serious cash ($11,000 for first place) and be treated to an expense paid trip to Austin, Texas.

Circuit Design For Multiple UART Connections

[Bill Porter] has a tip for designing circuits that have multiple connections to a single microcontroller UART. This stemmed from a review of a friend’s circuit design that used the UART in the project, but also called for an FTDI chip in order to reprogram via USB and a bootloader. Unlike the schematic above, the circuit called for straight connections without any resistors. With that design, a conflict will occur if two devices are connected and attempting to communicate at the same time.

The fix is easy. [Bill] discusses how to prioritize the connection by adding the pair of current limiting resistors seen above. This helps to ensure that damage will not occur, and that the FTDI chip will take precedence. Now the external hardware will not preclude the FTDI chip from accessing and programming via the bootloader. The tutorial is intended for those rolling their own boards out of an Arduino-based prototype, but it will work in any situation where you need multiple connections to a single set of UART pins.

Keep All Eyes On Your Kegerator With This Light Up Gauge Cluster

kegerator_gauge_cluster

A few years back [Evan] built a kegerator from a mini fridge and was quite happy with his new beer chiller. Like many of us do, he started thinking up ways in which he could improve the project as soon as it was completed. While it took a couple of years, he recently got around to adding the temperature and capacity gauges he always wanted.

He added a temperature probe to the refrigerator, and then constructed a pair of tools that he could use to measure how much beer was left in the keg. The volume monitors include a scale built using a pair of pressure sensors from SparkFun, and a flow sensor installed in the beer line.

[Evan] scored an old Chevy gauge cluster and cleaned it up before installing a pair of analog meters which he used to show the keg’s temperature and “fuel” level. Since he feels no project is complete without some LED love, he added a few of them to the display without hesitation. The LEDs calmly pulsate when the keg sits idle, but spring to life and begin flashing when the flow sensor is activated.

As evidenced by this pair of keg monitoring systems, we think that you can never have enough information when it comes to your beer stash, so we really like how this project came together.

Be sure to check out his kegerator’s gauge cluster in the video below.

Continue reading “Keep All Eyes On Your Kegerator With This Light Up Gauge Cluster”

Maker Faire KC 2011: In Photos (Part 1)

As a writer for Hackaday, I get to see CNC machines, Prototypers, Tesla coils, and much more on a nearly daily basis. However, there are an uncountable number of people that don’t usually get to share in these technical wonders. Maker Faires provide the chance for the public to see and interact with the inventions, kludges, and geniuses that put together the things we write about on Hackaday.

Follow along after the break for some photos of the interesting things I got to see and enjoy.

Continue reading “Maker Faire KC 2011: In Photos (Part 1)”