View Single Post
Posts: 5 | Thanked: 14 times | Joined on May 2012
#596
Originally Posted by Saturn View Post
Release of cleven 3.0-1 in extras-devel

About reaver and macchanger.

Reaver does not work well with macchanger..
You can check with wireshark that even with random mac address generated by macchanger..reaver will reveal [our] true mac address.


to fix change file /opt/cleven/clevenHelper.sh

line 142

Code:
reaver -i wlan0 -b $2 -a -E -S -v
to

Code:
# spoofed mac address
MAC=`ip link show wlan0 | awk '/link/ {print $2}'` 
reaver -i wlan0 -b $2 -a -E -S -v --mac=$MAC

to verify, you can check with wireshark [filter=wps.eap_type or eap] or just check reaver's wiki -> Mac Spoofing

http://code.google.com/p/reaver-wps/...s#MAC_Spoofing

In some cases you may want/need to spoof your MAC address. Reaver supports MAC spoofing with the --mac option, but you must ensure that you have spoofed your MAC correctly in order for it to work.
btw
Saturn, awesome app!
great job!

Last edited by Goran; 2012-05-07 at 21:20.
 

The Following 9 Users Say Thank You to Goran For This Useful Post: