ffazio / grimwepa

Automatically exported from code.google.com/p/grimwepa
0 stars 0 forks source link

Use a fake mac address and not the real mac of the wireless card #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi
I think it would be great to use a random mac for the attacks and  also being 
able to use the mac of a specific client for AP that permit only specific mac 
addresses.
This can be done using macchanger -m XX:XX:XX:XX:XX:XX (which may be not 
installed in some OS) or ifconfig INTERFACE hw ether XX:XX:XX:XX:XX:XX but you 
must dissable the interface first.
It's probably easier to use the "-h" parameter of airplay, for example

aireplay-ng -1 0 -a BSSID -h FAKEMAC INTERFACE
aireplay-ng -2 -b BSSID -h FAKEMAC -c FF:FF:FF:FF:FF:FF -p 0841 INTERFACE  
aireplay-ng -3 -b BSSID -h FAKEMAC INTERFACE

Thank you
Alex

Original issue reported on code.google.com by alexan....@gmail.com on 8 Jul 2010 at 3:11