Aircrack-ng forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

Aircrack-ng 1.7 release

Sorry Guest, you are banned from posting and sending personal messages on this forum.
This ban is not set to expire.
Pages: [1] 2 3   Go Down

Author Topic: Changing the MAC address  (Read 7687 times)

speedman

  • Newbie
  • *
  • Offline Offline
  • Posts: 1
Changing the MAC address
« on: May 25, 2016, 10:10:20 am »

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.

Changing the MAC address of the virtual monitor mode interface (typically named mon0) WILL NOT WORK. You must change the MAC address of your wireless card's physical interface. For example:

Code:
# ifconfig wlan0 down
# ifconfig wlan0 hw ether 00:BA:AD:BE:EF:69
# ifconfig wlan0 up
# airmon-ng start wlan0
# reaver -i mon0 -b 00:01:02:03:04:05 -vv --mac=00:BA:AD:BE:EF:69
------------------------------------------------------------------------------------

How do we do it?
Logged

centruian

  • Guest
Re: Changing the MAC address
« Reply #1 on: August 02, 2017, 12:34:25 am »

macchanger -r <interface>
-r is radom
g
Logged

misterx

  • Aircrack-ng Author
  • Administrator
  • Hero Member
  • *****
  • Offline Offline
  • Posts: 1955
  • Aircrack-ng Author
    • Aircrack-ng
Re: Changing the MAC address
« Reply #2 on: August 02, 2017, 04:25:15 am »

There is no need to change your mac when using the different tools, just FYI
Logged
Pages: [1] 2 3   Go Up