To: repzeroworld

Our Team wishs to point out that the series off commands you are using to spoof a mac when using reaver will not work. You can test this easily enough. Just start a reaver attack after trying to spoof a mac your way. Next open up an airodump-ng on the channel -c and bssid -b of your target and look to see exactly what mac is being produced.

You are doing two(2) things wrong;

1. You must add the spoofed mac address to the reaver command line. see reaver help files.

2. Prior to running reaver you must run the following

ifconfig wlan0 down
ifconfig wlan0 hw ether 00:11:22:33:44:55
iw reg set BO # optional to boost power FOR awuso36h
ifconfig wlan0 up
iwconfig wlan0 channel 13 # optional to boost power FOR awuso36h
iwconfig wlan0 txpower 30 # optional to boost power FOR awuso36h
iwconfig wlan0 rate 1M # optional to boost power FOR awuso36h
airmon-ng start wlan0
ifconfig mon0 down
macchanger -m 00:11:22:33:44:55 mon0
ifconfig mon0 up

MTA