You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am having issues with the first part. I have checked details with iw phy but i have 3 capabilities fields
Band 1:
Capabilities: 0x1022
Band 2:
Capabilities: 0x1062
VHT Capabilities: 0x1020
i have tried all of these in the start.sh and none work.it does this in a loop
[[ 2 -ne 2 ]]
CHANNEL=9
CAP_FIELD='Capabilities: 0x1062'
PHYIDX=
++ seq 0 10
for IDX in $(seq 0 10)
iw phy phy0 info
grep -q 'Capabilities: 0x1062'
PHYIDX=0
break
test -z 0
iw dev
grep -q wlan0
sudo iw dev wlan0 del
command failed: Unknown error 524 (-524)
Number of tokens in list:
1
SSID_TOKENS is/are:
BoundaryBell
tcpdump: DoorbellMonitor: No such device exists
(SIOCGIFHWADDR: No such device)
tcpdump exited
its running on a Pi3 B+
thanks
The text was updated successfully, but these errors were encountered:
figured out this is because the chipset of the pi 3 B+ can't run in monitor mode out of the box. I have used the re4son Kali distro which has the nexmon firmware built in for the the WiFi card so that it now runs
i am having issues with the first part. I have checked details with iw phy but i have 3 capabilities fields
Band 1:
Capabilities: 0x1022
Band 2:
Capabilities: 0x1062
VHT Capabilities: 0x1020
i have tried all of these in the start.sh and none work.it does this in a loop
++ seq 0 10
command failed: Unknown error 524 (-524)
Number of tokens in list:
1
SSID_TOKENS is/are:
BoundaryBell
tcpdump: DoorbellMonitor: No such device exists
(SIOCGIFHWADDR: No such device)
tcpdump exited
its running on a Pi3 B+
thanks
The text was updated successfully, but these errors were encountered: