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 have a laptop with a bcm4360 wireless chipset.
I installed the broadcom-wl drivers and enabled it's monitor&injection mode based on the instructions at https://wiki.archlinux.org/index.php/Broadcom_wireless#Setting_broadcom-wl_in_monitor_mode
following that i performed a check using the airodump -i prism0 command, which seemed to suggest it was constantly capturing packets, identifying beacons, handshakes, and when supplied with the "--wps" flag, it identified wps data as well.
using airodump to actually dump the packets data into a file and having wash use that file produced proper information about the networks, similar to what airodump was showing.
the issues are:
wash does not work with the interface directly, it just does nothing.
when supplying the info to reaver directly based on the file captures, it gets stalled at "waiting for beacon" and does nothing.
The text was updated successfully, but these errors were encountered:
the lack of injection would not explain the failure of wash. Also notice that you might need to run airodump-ng before using wash to "wake up" the interface. tehre is some agressive routine in airdoump-ng taht does not have wash and it happens to me to have to use that trick to have wash working.
I have a laptop with a bcm4360 wireless chipset.
I installed the broadcom-wl drivers and enabled it's monitor&injection mode based on the instructions at https://wiki.archlinux.org/index.php/Broadcom_wireless#Setting_broadcom-wl_in_monitor_mode
following that i performed a check using the
airodump -i prism0
command, which seemed to suggest it was constantly capturing packets, identifying beacons, handshakes, and when supplied with the "--wps" flag, it identified wps data as well.using airodump to actually dump the packets data into a file and having wash use that file produced proper information about the networks, similar to what airodump was showing.
the issues are:
The text was updated successfully, but these errors were encountered: