Ticker

6/recent/ticker-posts

White-Netkit: The Ultimate Multipurpose Tool for Networking and Ethical Hacking


In this article, we will learn how to change your MAC address using a tool called White-Netkit.

This is a versatile tool that can be used for networking and network hacking. The toolkit consists of Python scripts that offer various network-related functions for exploring, analyzing, and testing network security. It includes features like MAC address spoofing, Tor routing, ARP spoofing, de-authentication attacks, network device discovery, and HTTP sniffing. The toolkit utilizes popular Python libraries including subprocess, os, time, scary, socket, random, fcntl, and struct to carry out these tasks.

A MAC address is a unique identifier assigned to a network interface card (NIC) by the manufacturer. It is a permanent address hardcoded into the NIC hardware and is used to identify the device on the network.

While a MAC address cannot be changed, it can be spoofed using various tools and software. MAC address spoofing involves masking the original MAC address with a new, spoofed one. 

You may read more about How to use Toutatis to extract information from Instagram accounts

Features

  • Change MAC address 
  • Reset MAC address                                     
  • Route your full device through the TOR
  • Stop routing via TOR
  • show devices connected to the Network
  • Start a de-authentication attack
  • Start ARP Poisoning attack
  • Sniff the HTTP traffic in the network 
  • Dos attack (UDP flooding)
  • Scan your IP range to show active devices

Installation

Prerequisites 

Git , lolcat, figlet , macchanger , torsock ,tcpdump 

If is was not installed you can install by simple commands 

apt update -y && apt upgrade -y
  pkg install git
  pkg install figlet
apt install lolcat
 apt install python
sudo apt-get install macchanger
  sudo apt-get install tor torsocks
 sudo apt-get install tcpdump
git clone https://github.com/WH1T3-E4GL3/white-netkit.git
cd white-netkit
 pip install scapy
 git pull
python white-netkit.py

Usages 

python3 white-netkit.py

  • Select options according to your need and give valid input

As we are changing MAC select Interface 

  • To know about your interface do ifconfig or ip addr and check 

  • We are selecting our interface eth0 to change 
  • Enter spoof MAC address and DONE 


As you can see, the MAC address is changed. If you want to reverse back to the original MAC so select 2nd option for resetting the MAC address

I hope this information is helpful for you and don't forget to save bookmarks of our blog and join our Community channel on Telegram to get the latest updates. If you're new in the field of cybersecurity and want to learn how actually hackers perform cyber attacks then you're on the right place "Join our complete Offensive-hacking course" today and get 10% special off and be certified in offensive hacking.