WiFi scan/audit issues #3
Replies: 3 comments 3 replies
-
|
Even with the external MK7AC connected, none of the payloads find any wifi activity at all. What can I do to fix this? All the core pager functionally and Hak5 payloads work great, so I'm not sure why these aren't working. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks @joelw99-jpg — and glad you're enjoying the repo! This is the same class of bug as #5 so copying the fix here too. TL;DR: the pager has no internal recon radio. With your MK7AC plugged in, it almost certainly came up as Run this first and paste the output: ssh root@172.16.52.1 'ip link show; echo ---; iw dev; echo ---; lsusb | grep -i ralink; echo ---; cat /proc/net/wireless'I'll know from that whether it's (a) MK7AC not enumerating at all, (b) enumerating but blocked by rfkill, or (c) enumerating fine and we just need to point the payloads at the right If the adapter is there, try this before running a payload: ssh root@172.16.52.1 '
export IFACE=wlan1
airmon-ng check kill
airmon-ng start wlan1
iw dev wlan1mon scan | grep SSID | head
'If that last Also: Settings → Recon → Interface on the pager UI needs to be set to the external adapter, otherwise the built-in quick scan / audit will also come back empty even if the external hw is fine. Let me know what |
Beta Was this translation helpful? Give feedback.
-
|
Root cause confirmed and patched in #6 — every payload that was hardcoded to |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am loving this repo for the pager!
When I run quick scan or wifi audit it comes back always with zero results, and with no errors. It discovers no APs or anything WiFi related.
Am I doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions