[NetHunter Kernel] Samsung Galaxy M34 (SM-M346B) | Monitor Mode, Packet Injection, USB Wi-Fi Support

[NetHunter Kernel] Samsung Galaxy M34 (SM-M346B)

Monitor Mode, Packet Injection, USB Wi-Fi Support

A custom NetHunter-inspired kernel has been developed for the Samsung Galaxy M34 (model SM-M346B), designed specifically for advanced users, ethical hackers, and penetration testers. This kernel unlocks features that are typically unavailable on stock devices, making your phone a powerful mobile hacking tool.

:wrench: Main Features:

:white_check_mark: USB Wi-Fi Adapter Support
Plug in most external Wi-Fi cards via OTG – no extra driver patching needed.

:white_check_mark: Monitor Mode
Capture raw Wi-Fi packets for network analysis, handshake collection, and sniffing.

:white_check_mark: Packet Injection
Fully working packet injection for deauth attacks, beacon flooding, and other wireless pen-testing techniques.

:high_voltage: Performance Tweaks

Increased battery charging speed

Boosted system responsiveness

Removed some restrictive security limitations

:clipboard: Requirements:

:unlocked: Unlocked Bootloader

:gear: Root Access (Magisk recommended)

:mobile_phone: Flashing done directly from the phone (no PC needed)

:package: Installation Instructions:

Step 1: Extract the ZIP

After extraction, you will get these three files:

boot.img
vendor_boot.img
wifi_module.zip

Step 2: Flash boot & vendor_boot

You can flash using either of the following methods:

:orange_circle: Method 1: Using Kernel Flasher (App)
Use a root-enabled app like Kernel Flasher to flash both .img files.

:orange_circle: Method 2: Using Termux
Open Termux and run:

su
dd if=/sdcard/boot.img of=/dev/block/by-name/boot
dd if=/sdcard/vendor_boot.img of=/dev/block/by-name/vendor_boot

Step 3: Install Wi-Fi Support Module

Open Magisk app → Install module from storage → Select wifi_module.zip
Reboot when done.

:white_check_mark: Result:

Your Galaxy M34 now supports:

Monitor mode

Packet injection

USB Wi-Fi adapters (tested with multiple chipsets)

A true NetHunter experience on a mid-range Samsung phone!

:inbox_tray: Download link: Telegram Mirror

please add the kernel to the repos and submit a merge request in gitlab if you can