Learn About Computers

Would you like to react to this message? Create an account in a few clicks or log in to continue.
Learn About Computers

Teaching about Computers


    6. Connect Wirelessly Change Mac Address and Host

    avatar
    Aof
    Admin


    Posts : 97
    Join date : 2018-03-24

    6. Connect Wirelessly Change Mac Address and Host Empty 6. Connect Wirelessly Change Mac Address and Host

    Post by Aof Sat May 12, 2018 1:07 am


    6. Connect Wirelessly Change Mac Address and Host
    ----
    Everytime you boot kali again, you will need to re-change your Mac Address.
    1. You can plug in wireless alfa internet adapter using a Desktop wirelessly, or you can just use your built in wireless internet on a Laptop.
    2. type ifconfig, You will notice wlan0 or a wlan something also comes up.
    3. service network-manager stop = shuts down the network interfaces and makes them changeable again.
    4. nano /etc/hostname = change host name
    5. nano /etc/hosts = change host name
    6. macchanger -m 00:00:00:00:00:00 eth0 = change mac address
    7. macchanger -m 00:00:00:00:00:00 lo = change mac address
    8. macchanger -m 00:00:00:00:00:00 wlan0 = change mac address
    9. service network-manager restart
    10. exit the terminal, open a new one.
    11. macchanger -s wlan0 = shows the wlan0 mac address.
    12. ifconfig wlan0 down = brings the interface wlan0 down by itself, while leaving the others running.
    13. macchanger -m 00:00:00:00:00:00 wlan0 = change the wlan0 mac address again.
    14. macchanger -s = check it, it should have changed correctly this time.
    15. left click at the top right to get the menu, left click select network, select a router to connect to.
    16. type in the password for your router if you have any, press enter.
    17. ping duckduckgo.com = if you receive bytes of data you are online.
    18. macchanger -s wlan0 = Show the mac address, make sure it changed.
    19. macchanger -s eth0 = Show the mac address, make sure it changed.
    20. macchanger -s lo = Show the mac address, make sure it changed.
    21. sometime before you get offline, go into wifi settings, go to the router you are connected to, left click the settings icon, and
    uncheck connect automatically. This will disconnect you and prevent your wifi from auto-connecting at bootup
    whenever you start Kali Linux, so that your real mac address will not be shown to the router you are connecting to.

      Current date/time is Fri Apr 26, 2024 8:51 pm