Penetration Testing With The Raspberry Pi

PwnPi is a penetration testing distribution rolled up for the Raspberry Pi platform. This should come as no surprise to anyone. The RPi board has a beefy processor, it’s relatively low power, has the option of the on-board NIC or a USB WiFi dongle, and it already has Linux kernel and desktop sources available to start from.

Now we will admit we’re a bit disappointed from this tip. Don’t get us wrong, the distro looks like it’s well done, and we’re sure there are a lot of folks out there who will be happy to have these tools to help test their network security. But this is a software only hack and we were expecting to see a nice little covert package that could be plugged into an outlet (SheevaPlug style), or a battery-powered module that can be plugged into an Ethernet port and hidden away.

Now you know what we want, don’t forget to send in a link once you pull it off.

[Thanks Scott]

Adding Heat Sinks To A Raspberry Pi

[Michael Dornisch] was surprised to find that the main processor of the Raspberry Pi reaches about 56 degrees Celsius (about 133 degrees F) while streaming video over the network. He thought it might help the longevity of the device if he was able to cool things off a bit. But why stop with just the processor? He added heat sinks to the SoC, Ethernet/USB chip, and voltage regulator.

From his parts bin he grabbed a small heat sink that was probably used on a graphics card. After measuring the three chips with his digital calipers he cut out the footprint he needed, resulting in three smaller heat sinks. We didn’t realize that thermal compound has enough gripping power to hold the sinks in place without any mechanical fastener, but apparently it does. [Michael] mentions that it’s possible to use other adhesives, like JB Weld. What’s important is that you use something (ie: thermal compound or a liquid adhesive) to prevent any air gap from coming between the chip surface and the aluminum.

He measured the result as a 17.3 degree C (31 degree F) drop in temperature. We looked around and it seems there’s no internal temperature sensor on the Broadcom chip so these surface readings will have to suffice. Do you think this will prolong the life of the board if it is used regularly to play back high quality video? We already know that these temperatures are within the specifications for the hardware.

[Thanks Simon]

Raspberry Pi Finds Itself Inside A TRS-80 Model 100

This TRS-80 Model 100 is a lot more powerful than you might think. That’s because [Karl Lunt] is using it as an enclosure for his Raspberry Pi board. Since the ARM-powered device comes sans-enclosure it’s fun to see a retro choice like this one. And having had to go out and buy a USB keyboard to use our own RPi, we appreciate [Karl’s] solution for using the original keyboard as an input device.

Above you can see that he’s using an LCD tv as the display. For now that connection is made using the composite video output, which explains the fuzzy image. To the right of the TRS-80 a standard wall wart connects to the barrel jack to provide power. [Karl] scrapped a USB cellphone charger in order to connect from the barrel jack to the micro-USB jack on the Pi board. The ribbon cable to the left lets him get at the I/O header without opening the case.

In order to use the keyboard he patched into it with a Teensy board. That connects to the USB port on the RPi, sending HID keyboard commands based on what it received from the user. We like this option as it give you the ability to pre-process keystrokes (ie: you can code your own custom macros that the Teensy will listen for). Right now the Model 100’s LCD screen isn’t hooked up but he may add that in the future.