Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

The C-based Firmware Patching Framework for Broadcom/Cypress WiFi Chips that enables Monitor Mode, Frame Injection and much more

License

NotificationsYou must be signed in to change notification settings

seemoo-lab/nexmon

Repository files navigation

NexMon logo

What is nexmon?

Nexmon is our C-based firmware patching framework for Broadcom/Cypress WiFi chipsthat enables you to write your own firmware patches, for example, to enable monitormode with radiotap headers and frame injection.

Below, you find an overview what is possible with nexmon. This repository mainlyfocuses on enabling monitor mode and frame injection on many chips. If you wantadditional features, the following projects might be interesting for you:

  • http://nexmon.org/jammer: A real Wi-Fi jammer that allows to overlay ongoing frame transmissions with an arbitrary jamming signal.
    • It uses the Wi-Fi chip as a Software-defined Radio to generate jamming signals
    • It allows using non-standard channels such as 80 MHz bandwidth in the 2.4 GHz bands
    • It allows to set arbitrary transmission powers
    • It allows patching the D11 core's real-time MAC implementation
  • http://nexmon.org/csi: Channel State Information extractor for various Wi-Fi chips
    • It allows to extract CSI of up to 4x4 MIMO transmissions at 80 MHz bandwidth
  • http://nexmon.org/debugger: Debugging ARM microcontrollers without JTAG access
    • It allows low-level access to debugging registers to set breakpoints and watchpoints and allows single stepping
  • http://nexmon.org/covert_channel: Covert Channel that hides information in Wi-Fi signals
    • More advanced Software-defined Radio capabilities than the jammer
    • Example application for channel state information extraction
  • http://nexmon.org/sdr: Use your Wi-Fi chip as Software-defined Radio
    • Currently only transmissions are working in both 2.4 and 5 GHz Wi-Fi bands

NexMon logo

WARNING

Our software may damage your hardware and may void your hardware’s warranty! You use our tools at your own risk and responsibility! If you don't like these terms, don't use nexmon!

Supported Devices

The following devices are currently supported by our nexmon firmware patch.

WiFi ChipFirmware VersionUsed inOperating SystemMRTIFPUCCT
bcm43305_90_100_41_staSamsung Galaxy S2Cyanogenmod 13.0XXXXO
bcm4335b06.30.171.1_staSamsung Galaxy S4LineageOS 14.1XXXXO
bcm43396_37_34_43Nexus 5Android 6 StockXXXXXO
bcm43430a117_45_41_26      Raspberry Pi 3 and Zero WRaspbian 8          XXXXXO
bcm43430a117_45_41_46      Raspberry Pi 3 and Zero WRaspbian Stretch    XXXXXO
bcm43439a077_95_49 (2271bb6 CY)Raspberry Pi Pico WPico SDK  XXXX
bcm43451b17_63_43_0iPhone 6iOS 10.1.1 (14B100)XX
bcm434557_45_77_0_hwHuawei P9Android 7 StockXXXXX
bcm434557_120_5_1_sta_C0Galaxy J7 2017?XX
bcm434557_45_77_0_hw(8-2017)Huawei P9Android 7 StockXXXXX
bcm4345557_46_77_11_hwHuawei P9Android 8 China StockXXXXX
bcm434557_45_59_16Sony Xperia Z5 CompactLineageOS 14.1XXXXX
bcm43455c07_45_154Raspberry Pi B3+/B4Raspbian Kernel 4.9/14/19XXXX
bcm43455c07_45_189Raspberry Pi B3+/B4Raspbian Kernel 4.14/19, 5.4XXXX
bcm43455c07_45_206Raspberry Pi B3+/B4Raspberry Pi OS Kernel 5.4XXXXX
bcm43455c07_45_234 (4ca95bb CY)Raspberry Pi B3+/B4/5Raspberry Pi OSXX
bcm43436b039_88_4_65Raspberry Pi Zero 2 WRaspberry Pi OS Kernel 5.10XXXXX
bcm43567_35_101_5_staNexus 6Android 7.1.2XXXXO
bcm43587_112_200_17_staNexus 6PAndroid 7 StockXXXXO
bcm43587_112_201_3_staNexus 6PAndroid 7.1.2 StockXXXXO
bcm435827_112_300_14_staNexus 6PAndroid 8.0.0 StockXXXXXO
bcm43596a039_75_155_45_sta_c0Samsung Galaxy S7Android 7 StockXOX
bcm43596a03,29_96_4_sta_c0Samsung Galaxy S7LineageOS 14.1XXXOX
bcm4375b13,5,618_38_18_staSamsung Galaxy S10Rooted + disabled SELinuxXXXOX
bcm4375b13,5,618_41_8_9_staSamsung Galaxy S20Rooted + disabled SELinuxXXXOX
bcm4389c15,8,920_82_42_sta (r994653)Samsung Galaxy S22 PlusAndroid 14, Rooted withMagiskXX
bcm4389c15,8,920_101_36_2 (r994653)Google Pixel 7 and 7 ProRooted withMagiskXX
bcm4389c15,8,920_101_57 (r1035009)Google Pixel 7 and 7 ProRooted withMagiskXX
bcm4398d05,8,924_671_6_9 (r1031525)Google Pixel 8Rooted withMagiskXX
bcm6715b0517_10_188_6401 (r808804)Asus RT-AX86U ProStock firmware 3.0.0.4_388.23565/X
qca950044-1-0_55TP-Link Talon AD7200Custom LEDE Image

1 bcm43430a1 was wrongly labeled bcm43438 in the past.

2 use LD_PRELOAD=libnexmon.so instead of LD_PRELOAD=libfakeioctl.so to inject frames through ioctls

3 flash patches need to be 8 bytes long and aligned on an 8 byte boundary

4 802.11ad Wi-Fi chip from first 60 GHz Wi-Fi router Talon AD7200. Patch your firmware usingnexmon-arc and run it with our custom LEDE imagelede-ad7200

5 Disabled the execution protection (called Execute Never) on region 1, because it interferes with the nexmon code (Permission fault on Section)

6 To use nexutil, you need to deactivate SELinux or set it to permissive

7 Seepico-nexmon for example applications using Pico SDK with nexmon.

8 flash patches need to be 16 bytes long and aligned on a 16 byte boundary.

9 UsesMagisk module to install firmware, nexutil, and set SELinux policies.

Legend

  • M = Monitor Mode
  • RT = Monitor Mode with RadioTap headers
  • I = Frame Injection
  • FP = Flash Patching
  • UC = Ucode Compression
  • CT = c't Article Support (for consistent support, use our ct-artikel branch)

Steps to create your own firmware patches

Build patches for bcm4330, bcm4339 and bcm4358 using a x86 computer running Linux (e.g. Ubuntu 16.04)

  • Install some dependencies:sudo apt-get install git gawk qpdf adb flex bison

  • Only necessary for x86_64 systems, install i386 libs:

    sudo dpkg --add-architecture i386sudo apt-get updatesudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386
  • Clone our repository:git clone https://github.com/seemoo-lab/nexmon.git

  • In the root directory of the repository:cd nexmon

    • Setup the build environment:source setup_env.sh
    • Compile some build tools and extract the ucode and flashpatches from the original firmware files:make
  • Go to thepatches folder of your target device (e.g. bcm4339 for the Nexus 5):cd patches/bcm4339/6_37_34_43/nexmon/

    • Compile a patched firmware:make
    • Generate a backup of your original firmware file:make backup-firmware
    • Install the patched firmware on your smartphone:make install-firmware (make sure your smartphone is connected to your machine beforehand)

Using the Monitor Mode patch

  • Install at leastnexutil andlibfakeioctl from our utilities. The easiest way to do this is by using this app:https://nexmon.org/app. But you can also build it from the source by executingmake in theutilties folder (Note: you will need the Android NDK properly installed for this).
  • Connect to your Android phone using the ADB tools:adb shell
  • Make sure you arenot connected to an access point
  • Usenexutil to enable monitor mode:nexutil -m2
  • At this point the monitor mode is active. There is no need to callairmon-ng.
  • Important: Most tools need a Radiotap interface to work properly.libfakeioctl emulates this type of interface for you, therefore, use LD_PRELOAD to load this library when you call the favourite tool (e.g. tcpdump or airodump-ng):LD_PRELOAD=libfakeioctl.so tcpdump -i wlan0
  • untested hint: Thanks to XDA member ruleh, there is a bcmdhd driver patch to activate native monitor mode, see:https://github.com/ruleh/misc/tree/master/monitor

Using nexutil over UDP on Nexus 5

To be able to communicate with the firmware without root priviledges, we created a UDP interface accessible through thelibnexio, which is also used bynexutil. You first have to prove to the firmware that you generally have root priviledges by setting a security cookie. Then you can use it for UDP based connections. Your wlan0 interface also needs an IP address in the 192.168.222.0/24 range or you have to change the default nexutilbroadcast-ip:

  • Set the IP address of the wlan0 interface:ifconfig wlan0 192.168.222.1 netmask 255.255.255.0
  • Set the security cookie as root:nexutil -x<cookie (uint)>
  • Start a UDP connection for example to activate monitor mode:nexutil -X<cookie> -m1

Build patches for bcm43430a1 on the RPI3/Zero W or bcm434355c0 on the RPI3+/RPI4 or bcm43436b0 on the RPI Zero 2W using Raspbian/Raspberry Pi OS (recommended)

Note: We currently support Kernel Version 4.4 (deprecated), 4.9, 4.14, 4.19, 5.4, 5.10 and 5.15. Raspbian contains firmware version 7.45.154 for the bcm43455c0. We also support the newer firmware release 7.45.189 from Cypress. Raspberry Pi OS contains firmware version 7.45.206. Please, try which works best for you.

  • Make sure the following commands are executed as root:sudo su

  • Upgrade your Raspbian installation:apt-get update && apt-get upgrade

  • Install the kernel headers to build the driver and some dependencies:sudo apt install raspberrypi-kernel-headers git libgmp3-dev gawk qpdf bison flex make autoconf libtool texinfo

  • Clone our repository:git clone https://github.com/seemoo-lab/nexmon.git

  • Go into the root directory of our repository:cd nexmon

  • On 32bit Raspbian/Raspberry Pi OS

    • Check if/usr/lib/arm-linux-gnueabihf/libisl.so.10 exists, if not, compile it from source:
    • cd buildtools/isl-0.10,./configure,make,make install,ln -s /usr/local/lib/libisl.so /usr/lib/arm-linux-gnueabihf/libisl.so.10
    • Check if/usr/lib/arm-linux-gnueabihf/libmpfr.so.4 exists, if not, compile it from source:
    • cd buildtools/mpfr-3.1.4,autoreconf -f -i,./configure,make,make install,ln -s /usr/local/lib/libmpfr.so /usr/lib/arm-linux-gnueabihf/libmpfr.so.4
  • On 64bit Raspberry Pi OS

    • sudo dpkg --add-architecture armhf
    • sudo apt-get update
    • sudo apt-get install libc6:armhf libisl23:armhf libmpfr6:armhf libmpc3:armhf libstdc++6:armhf
    • sudo ln -s /usr/lib/arm-linux-gnueabihf/libisl.so.23.0.0 /usr/lib/arm-linux-gnueabihf/libisl.so.10
    • sudo ln -s /usr/lib/arm-linux-gnueabihf/libmpfr.so.6.1.0 /usr/lib/arm-linux-gnueabihf/libmpfr.so.4
  • Then you can setup the build environment for compiling firmware patches

    • Setup the build environment:source setup_env.sh
    • Compile some build tools and extract the ucode and flashpatches from the original firmware files:make
  • Go to thepatches folder for the bcm43430a1/bcm43455c0/bcm43436b0 chipset:cd patches/bcm43430a1/7_45_41_46/nexmon/ /patches/bcm43455c0/<7_45_154 or 7_45_189>/nexmon/ /cd patches/bcm43436b0/9_88_4_65/nexmon/

    • Compile a patched firmware:make
    • Generate a backup of your original firmware file:make backup-firmware
    • Install the patched firmware on your RPI3:make install-firmware
  • Install nexutil: from the root directory of our repository switch to the nexutil folder:cd utilities/nexutil/. Compile and install nexutil:make && make install.

  • Optional: remove wpa_supplicant for better control over the WiFi interface:apt-get remove wpasupplicant
    Also, disabling power saving features (iw dev wlan0 set power_save off) can help prevent firmware crashes.

  • Note: To connect to regular access points you have to executenexutil -m0 first

Using the Monitor Mode patch

  • Thanks to the prior work of Mame82, you can setup a new monitor mode interface by executing:iw phy `iw dev wlan0 info | gawk '/wiphy/ {printf "phy" $2}'` interface add mon0 type monitor
  • To activate monitor mode in the firmware, simply set the interface up:ifconfig mon0 up.
  • At this point, monitor mode is active. There is no need to callairmon-ng.
  • The interface already set the Radiotap header, therefore, tools liketcpdump orairodump-ng can be used out of the box:tcpdump -i mon0
  • Optional: To make the RPI3 load the modified driver after reboot:
    • Find the path of the default driver at reboot:modinfo brcmfmac #the first line should be the full path
    • Backup the original driver:mv "<PATH TO THE DRIVER>/brcmfmac.ko" "<PATH TO THE DRIVER>/brcmfmac.ko.orig"
    • Copy the modified driver (Kernel 4.9):cp /home/pi/nexmon/patches/bcm43430a1/7_45_41_46/nexmon/brcmfmac_kernel49/brcmfmac.ko "<PATH TO THE DRIVER>/"
    • Copy the modified driver (Kernel 4.14):cp /home/pi/nexmon/patches/bcm43430a1/7_45_41_46/nexmon/brcmfmac_4.14.y-nexmon/brcmfmac.ko "<PATH TO THE DRIVER>/"
    • Probe all modules and generate new dependency:depmod -a
    • The new driver should be loaded by default after reboot:reboot *Note: It is possible to connect to an access point or run your own access point in parallel to the monitor mode interface on thewlan0 interface.

How to build the utilities

To build the utilities such as nexmon or dhdutil for Android, you need to download theold NDK version 11c,extract it and export the environment variableNDK_ROOT pointing to the directory where you extracted the NDKfiles.

How to extract the ROM

The Wi-Fi firmware consists of a read-only part stored in the ROM of every Wi-Fi chip and another part that isloaded by the driver into the RAM. To analyze the whole firmware, one needs to extract the ROM. There are twooptions to do this. Either you write a firmware patch that simply copies the contents of the ROM to RAM and thenyou dump the RAM, or you directly dump the ROM after loading the regular firmware into the RAM. Even though,the second option is easier, it only works, if the ROM can be directly accessed by the driver, which is not alwaysthe case. Additionally, the firmware loaded into RAM can contain ROM patches that overlay the data stored in ROM.By dumping the ROM after loading the original RAM firmware, it contains flash patches. Hence, the ROM needs to bedumped again for every RAM firmware update to be consistent. As a conclusion, we prefer to dump the clean ROM aftercopying it to RAM.

Dumping the ROM directly

To dump the ROM directly, you need to know, where to find it and how large it is. On chips with Cortex-M3 it isusually at upper addresses such as 0x800000, while on chips with Cortex-R4 it is likely at 0x0. Run dhdutil toperform the dump:

dhdutil membytes -r 0x0 0xA0000 > rom.bin

Dumping a clean ROM after copying to RAM

For the BCM4339 and BCM4358, we createdrom_extraction projects that load a firmware patch that copies ROM toRAM and them dumps it using dhdutil. To dump the ROM simply execute the following in the project directory:

make dump-rom

After ROM extraction, therom.bin file will be copies to the corresponding firmwares subdirectory. To apply theflash patches of a specific RAM firmware version, enter its directory and execute:

make rom.bin

Structure of this repository

  • buildtools: Contains compilers and other tools to build the firmware
  • firmwares
    • <chip version>
      • <firmware version>
        • <firmware file>: The original firmware that will be loaded into the RAM of the WiFi Chip
        • definitions.mk: Contains mainly firmware specific addresses
        • structs.h: Structures only valid for this firmware version
        • Makefile: Used to extract flashpatches and ucode
        • flashpatches.c (generated by Makefile): Contains flashpatches
        • ucode.bin (extracted by Makefile): Contains uncompressed Ucode
      • structs.common.h: Structures that are common between firmware versions
  • patches
    • <chip version>
      • <firmware version>
        • nexmon
          • Makefile: Used to build the firmware
          • patch.ld: Linker file
          • src
            • patch.c: General patches to the firmware
            • injection.c: Code related to frame injection
            • monitormode.c: Code related to monitor mode with radiotap headers
            • ioctl.c: Handling of custom IOCTLs
            • ...
          • obj (generated by Makefile): Object files created from C files
          • log (generated by Makefile): Logs written during compilation
          • gen (generated by Makefile): Files generated during the build process
            • nexmon.pre (generated by gcc plugin): Extracted at-attributes and targetregion-pragmas
            • nexmon.ld (generated from nexmon.pre): Linker file use to place patch code at defined addresses in the firmware
            • nexmon.mk (generated from nexmon.pre): Make file used take code from patch.elf and place it into firmware
            • flashpatches.ld (generated from nexmon.pre): Linker file that places flashpatches at target locations in firmware ROM
            • flashpatches.mk (generated from nexmon.pre): Make file used to insert flashpatch config and data structures into firmware
            • patch.elf (generated from object files and linker scripts): contains the newly compiled code placed at predefined addresses
      • common
        • wrapper.c: Wrappers for functions that already exist in the firmware
        • ucode_compression.c:tinflate based ucode decompression
        • radiotap.c: RadioTap header parser
        • helper.c: Helpful utility functions
      • driver: Patched brcmfmac driver
      • include: Common include files
        • firmware_version.h: Definitions of chip and firmware versions
        • patcher.h: Macros use to perform patching for existing firmware code (e.g., BPatch patches a branch instruction)
        • capabilities.h: Allows to indicate capabilities (such as, monitor mode and frame injection)
        • nexioctl.h: Defines custom IOCTL numbers

Related projects

  • bcmon: Monitor Mode and Frame Injection for the bcm4329 and bcm4330
  • monmob: Monitor Mode and Frame Injection for the bcm4325, bcm4329 and bcm4330
  • P4wnP1: Highly customizable attack platform, based on Raspberry Pi Zero W and Nexmon
  • kali Nethunter OS: ROM that brings Kali Linux to smartphones with Nexmon support
  • dustcloud-nexmon: Nexmon for Xiaomi IoT devices (ARM based)
  • InternalBlue: Bluetooth experimentation framework based on Reverse Engineering of Broadcom Bluetooth Controllers

Interesting articles on firmware hacks

If you know more projects that use nexmon or perform similar firmware hacks, let us know and we will add a link.

  • Project Zero: Over The Air - Vol. 2, Pt. 1: Exploiting The Wi-Fi Stack on Apple Devices
  • broadpwn: Remotely Compromising Android and IOS via a Bug in Broadcom's Wi-Fi Chipsets
  • Project Zero: Over The Air: Exploiting Broadcom's Wi-Fi Stack (Part 1)
  • Project Zero: Over The Air: Exploiting Broadcom's Wi-Fi Stack (Part 2)

Read my PhD thesis

Read our papers

Get references as bibtex file

Reference our project

Any use of this project which results in an academic publication or other publication which includes a bibliography should include a citation to the Nexmon project and probably one of our papers depending on the code you use. Find all references in ourbibtex file. Here is the reference for the project only:

@electronic{nexmon:project,author = {Schulz, Matthias and Wegemer, Daniel and Hollick, Matthias},title = {Nexmon: The C-based Firmware Patching Framework},url = {https://nexmon.org},year = {2017}}

Contact

Powered By

Secure Mobile Networking Lab (SEEMOO)

SEEMOO logo

Networked Infrastructureless Cooperation for Emergency Response (NICER)

NICER logo

Multi-Mechanisms Adaptation for the Future Internet (MAKI)

MAKI logo

Technische Universität Darmstadt

TU Darmstadt logo

About

The C-based Firmware Patching Framework for Broadcom/Cypress WiFi Chips that enables Monitor Mode, Frame Injection and much more

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2026 Movatter.jp