The Secret Life of Probe Requests Mitsubishi IoT Discovery a...#2403
Open
carlospolop wants to merge 1 commit into
Open
The Secret Life of Probe Requests Mitsubishi IoT Discovery a...#2403carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://innerfirez.github.io/posts/the-secret-life-of-probe-requests Content Categories: Based on the analysis, this content was categorized under "Generic Methodologies & Resources > Pentesting Wifi — add a page or subsection for Probe Request Reconnaissance, Karma/Evil-Twin Attacks against IoT Setup Mode, WPA half-handshake capture, and SSID-set fingerprinting". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The blog describes a Wi-Fi reconnaissance and exploitation chain against Mitsubishi Electric smart appliance Wi-Fi adapters, specifically identifying the air-conditioner Wi-Fi adapter MAC-577IF-2E. The issue was later confirmed by the vendor and associated in the post with CVE-2026-5667. The core weakness is that some appliances that have not been provisioned by their owner remain in setup mode and continuously search for a predefined Wi-Fi n...
🔧 Technical Details
Probe-request reconnaissance for IoT discovery: Devices in setup mode may continuously transmit 802.11 probe requests for a hardcoded or expected SSID. An attacker can passively collect these requests with portable Wi-Fi tooling and GPS, then search for repeated SSID patterns and vendor MAC prefixes. In the post, a rooted OnePlus 7 Pro running an Android NetHunter-style script collected probe requests around a city, filtered likely phone vendors where possible, and identified recurring IoT SSIDs such as
DefaultSSID. This technique can be generalized to discover unconfigured or misconfigured IoT devices that reveal their provisioning SSID over the air.Karma/evil-twin AP against fixed-SSID clients: When a client broadcasts that it is searching for a specific SSID, an attacker can create an AP with the same SSID and wait for the client to connect. If the target is an IoT device that trusts the presence of that SSID during setup, thi...
🤖 Agent Actions
Using repository inspection plus focused file reads to place the Wi‑Fi content in the best existing page.
Cross-checking the linked public sources so the added Wi‑Fi guidance stays accurate and references concrete tooling/vendor context.
Updated
src/generic-methodologies-and-resources/pentesting-wifi/README.md.Added:
Also updated the file’s References with:
pymitsubishi/mac-577if-eValidation:
git diff --check✅mdbook buildcould not run becausemdbookisn’t installed in this environment (/bin/bash: mdbook: command not found)This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.