Hijacker on the Samsung Galaxy S10 with wireless injection #1097
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Enabling 802.11 Packet Monitor and Injection on Galaxy S10
Overview: This post details how to enable 802.11 packet monitor and injection on the internal Broadcom BCM4375B1 Wi-Fi chipset of the Samsung Galaxy S10 by patching the firmware with NexMon and loading it through the Hijacker Android app, eliminating the need for external wireless adapters.
How it Works
NexMon provides patched firmware and driver hooks for Broadcom chips. The
libnexmon....
🔧 Technical Details
Preloading the NexMon-patched firmware library (
libnexmon.so
) into the Broadcom Wi-Fi driver on Android viaLD_PRELOAD
hooks the driver’s function calls, enabling 802.11 monitor mode and packet injection on BCM4375B1 chipsets. Thenexutil
flags (-s0x613 -i -v2
) configure the firmware’s injection capabilities, whilesvc wifi disable
andifconfig wlan0 up
bring the interface into monitor mode.Within a chrooted ...
🤖 Agent Actions
Added comprehensive coverage for enabling monitor mode & packet injection on Android Broadcom chipsets using NexMon and Hijacker:
Created new technical guide:
src/generic-methodologies-and-resources/pentesting-wifi/enable-nexmon-monitor-and-injection-on-android.md
• Explains prerequisites, Magisk installation, Hijacker configuration, manual commands, Kali chroot usage, troubleshooting, and attack possibilities.
• Provides all necessary command-line examples.
• Includes references to the original blog post, NexMon, and Hijacker repos.
Linked the new page from the Wi-Fi Pentesting README:
src/generic-methodologies-and-resources/pentesting-wifi/README.md
• Added “Hijacker & NexMon (Android internal Wi-Fi)” entry under Tools with proper {{#ref}} to the new file.
...
✅ Review Checklist
This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.
📚 Repository Maintenance
All .md files have been checked for proper formatting (headers, includes, etc.).