Results 1 to 5 of 5

Thread: mac address is continally switching

  1. #1
    Join Date
    2016-Sep
    Posts
    6

    mac address is continally switching

    my mac address continually switches while not connected to wifi
    and does not let me change it either or set it to the permanent one.
    however it set back to permanent one while connecting to wifi and let's me change it.
    so the problem is why my mac address is not the default one normally ? and why i can't change it while not trying to connect to wifi?

  2. #2
    Join Date
    2013-Jul
    Posts
    844
    Go to:

    /etc/NetworkManager/system-connections folder

    You will find files for all your connections

    Open one of your connection files with leafpad or other text editor

    In the [wifi] block you will find the command

    mac-address-randomization=0

    MTeams thinks setting to 0 turns off random mac addresses for that connection

    You must set each connection file in the system connections folder

    However there may be other ways thru the NetworkManager.conf file found in the /etc/NetworkManager folder. Check the man pages or others in these forums may have a better solution.


    Musket Teams

  3. #3
    Join Date
    2016-Sep
    Posts
    6
    may be i didn't get it or you bro. when i'm connect to network it uses my actual mac but when i am disconnected it uses the random one and i can't change it to one i want.
    and worst it keeps on changing every few minutes.
    in case like if reaver or aircrack i'm using it's not helpful as they have a mac filtering.

  4. #4
    You should probably specify which wireless interface you are using. Setting a random or specific address in macchanger isn't that complicated.

  5. #5
    Join Date
    2013-Jul
    Posts
    844
    To nobody12

    In this case try removing network manager from the process

    Type airmon-ng check kill

    This will end Network Manager functions

    Now enter the spoofed mac address you require

    We will assume for this that your device is wlan0 and your mac address required is 00:11:22:33:44:55

    Put your device in monitor mode with

    airmon-ng start wlan0

    This will give you wlan0mon

    Next spoof your mac address to your required mac address with

    ifconfig wlan0mon down
    macchanger -m 00:11:22:33:44:55 wlan0mon
    ifconfig wlan0mon up

    Now start reaver and MAKE SURE you add the --mac=00:11:22:33:44:55 to your reaver command line.

    Now open up airodump-ng and set it to the same channel as your reaver target and add the --bssid mac address of your target to your airodump-ng command line and watch reaver try and get pins in airodump-ng found in the essid probes at the bottom. See what happens to your mac address.

    If your mac still changes while running reaver let us know and we will let our R.V. people look at it.

    If you want to use NetworkManager again reboot the computer do not try and restore with service commands like service NetworkManager start.

    You might cross reference this thread and see if it helps

    https://forums.kali.org/showthread.p...-randomizes-it

    Musket Teams
    Last edited by mmusket33; 2016-11-27 at 04:53.

Similar Threads

  1. Hybrid GPU switching
    By Thiviyan in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2020-05-29, 14:10
  2. Switching Desktop Environments
    By rnegi8991 in forum General Archive
    Replies: 0
    Last Post: 2016-12-23, 19:47

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •