Make IPhone A Penetration Testing Tool

[Nicholas Petty] has posted a guide to setting up your iPhone as a penetration tester. You already carry it around with you and, although not too beefy, it does have the hardware you need to get the job done. So if you’re not interested in building a drone or carrying around a boxy access point try this out. The first step is to jailbreak your device and setup OpenSSH so that you can tunnel in for the rest of the setup. From there the rest of the setup is just acquiring build tools and compiling pentesting programs like Aircrack-ng, Ettercap, Nikto2, and the Social Engineering Toolkit. You’ll be up to no good testing your wireless security in no time.

Needs More LEDs, EMSL Biggified Conway’s Game Of Life

Evil Mad Scientist Laboratories has proven bigger is better with their colossal LED table running Conway’s Game of Life. At the heart of the system is 44 ATmega164Ps controlling 352 LEDs on a 32×44 inch table; and to make it interactive IR LEDs detect the presence of objects.

The display is set up as an exhibit at the San Jose Museum of Art in tribute to [Leo Villareal]. To see a demo, catch a video after the divide.

Related: Colossal LED tables, and Conway’s Game of Life. Why has it taken so long to combine them?

Continue reading “Needs More LEDs, EMSL Biggified Conway’s Game Of Life”

Drone Cracks WiFi From On High

The WiFi Aerial Surveillance Platform, or WASP for short, is an autonomous drone aircraft that sniffs out WiFi networks. But it packs a much larger punch than that. Built into this US Army surplus target drone you’ll find an ITX form-factor computer with a Via C7 500 MHz processor that is running Backtrack 4, the popular penetration testing Linux suite. But what if you want to do some real heavy lifting that the onboard PC can’t handle quickly? They’ve thought of that too. There’s an integrated 3G modem which allows for control over the Internet and facilitates the outsourcing of load-intensive operations to the cloud. It’s not shooting fireworks from the wings, but this payload has the potential to cause way more trouble.

[Thanks Spore]

Mbed Robo-Rover

There are a ton of rapid prototyping available on the market these days which all cater to different niches. Todays project, a robotic rover on a 4 wheel chassis, is based on the NXP mbed. The mbed is a popular board for higher need applications, and is centered around an ARM Cortex core.

This multi-part writeup is a great place to start for people who are looking into making a robot of any kind. [Aaron] explains a lot of important concepts that are often overlooked by novices of robot building, including the importance of movement feedback such as quadrature encoders, as well as the usefulness of Inertial Measurement Units (IMUs) to maintain bearing and terrain awareness. This project is nearing completion, and promises to deliver essential material such as source code, a bill of materials, and the robot in action.

This could also be a valuable tool for any FIRST teams looking to understand some of the necessary ideas in creating a robot. Are there any Hackaday readers out there participating in or mentoring a FIRST (or any other robotic competition) team? We would love to hear from you!