Results 1 to 3 of 3

Thread: How to use wlan0 with a spoofed mac address?

  1. #1
    Join Date
    2014-Jul
    Posts
    5

    How to use wlan0 with a spoofed mac address?

    Hello. I'm on Nexus 5 and I want to know how to use the device's built in WiFi card (wlan0) with a spoofed mac address. I tried to accomplish this this by turning WiFi on and going to Kali Shell in terminal and changing the mac address like so:
    Code:
    ifconfig wlan0 down
    macchanger -r wlan0
    ifconfig wlan0 up
    After I changed my mac address, I couldn't connect to any Access Point. When I tried to connect from the WiFi menu it either said "Saved, secured with WPA2" or "Authentication problem". I am only able to connect to APs after I turn the WiFi off then on, but after I do so, the original mac address is restored...




    So my question is: Is it possible to connect to an AP from wlan0 with a spoofed mac address?th

  2. #2
    Join Date
    2014-Sep
    Posts
    176
    Some research has gone into this and the short answer is that it's really difficult to spoof a devices mac address (depending on the device). Each device handles mac address assignment differently, so enabling spoofing on one device may not work on another. The spoofing is mostly done with kernel changes.

    There's a lot of apps that can claim to spoof your mac but they will only pretend to spoof but changing the display output.

    To answer your question: it is possible, but not without changes to the kernel. I would need to track down where the changes occur.

  3. #3
    Join Date
    2014-Jul
    Posts
    5
    Thank You very much for the reply. Your input is greatly appreciated.

Similar Threads

  1. Replies: 0
    Last Post: 2019-09-16, 18:07
  2. Kali assigns random mac address to wlan0
    By trojan_cow in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2017-06-15, 18:44
  3. SE-toolkit spoofed page
    By Donedane in forum General Archive
    Replies: 1
    Last Post: 2013-10-13, 05:25

Tags for this Thread

Posting Permissions

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