lecture: Wardriving from your pocket
Using Wireshark to Reverse Engineer Broadcom WiFi chipsets
Until now WiFi pwnage wasn’t possible on most Android phones due to lack of support in the
WiFi chipset. This is surprising, due to the fact that most android devices have a bcm43xx WiFi chipset. This talk will present our research on the bcm43xx chipsets and the custom tools we’ve developed, enabling the use of mobile phones as a platform for common WiFi pwnage tools.
Unlike PCs which use SoftMac, embedded devices use FullMac meaning that the WiFi chip translates the 802.11 packets into ethernet packets. Crucial information is lost during the process, making WiFi pwnage impossible. Since this translation is done by the WiFi chipset, the only possible solution is to patch its firmware.
One of the challenges was the fact that we only had part of the firmware and were missing the chip’s ROM. To overcome this, we exploited the firmware loading mechanism and extracted the ROM segment of the chip (the protected memory region).
To optimize worktime we decided to implement a live debugging engine using Wireshark as a frontend client, producing custom output from any given function (e.g. stacktrace, return values and buffers). Using our debugging engine and a lot of reverse engineering we managed to enable both monitor mode as well as packet injection on any mobile device based on the Broadcomchipset (Galaxy S1/2/3, Nexus S, and many others).
We will also demonstrate how to use the debugging engine to perform additional analysis and add additional features.
Turning our phones into mobile pwning stations.
Info
Day:
2013-06-23
Start time:
11:00
Duration:
01:00
Track:
Main
Files
PDF Slides |
Powerpoint Slides |
Video |
Speakers
Ruby Feinstein | |
Omri Ildis |