Techzone/Intro

Intro

2 min readArticle

https://null-byte.wonderhowto.com/how-to/hack-wi-fi-selecting-good-wi-fi-hacking-strategy-0162526/ 01-intro.pdf What is a MAC address? Mac address is Media Access Control assigned by the manufacturer for the NIC of the devices. The structure of a 48-bit MAC address. The b0 bit distinguishes multicast  and unicast addressing and the b1 bit distinguishes universal and locally administered addressing. Untitled.png because of this, the first octet MUST be an even in the mac address.

Here's is how to change the MAC address in Untitled: you can change it using this script (with PowerShell 2.0 or later):

plain text
https://blueteampowershell.com/SEC505-Scripts.zip

or simply from the device manager navigate for:

plain text
the specific NIC then right-click on the NIC → properties → Advanced → Network Address 

Here's is how to change the MAC address in  Untitled : simply open the terminal and write down the following command

shell
sudo ifconfig en0 ether <MAC address>

Here's is how to change the MAC address in Untitled: first of all, in order to change the MAC address in Linux, you need to “Turn Off” the network card interface and you can do it with the command below:(do not forget to re-enable the interface!)

shell
sudo ifconfig <interface name> down/up

then type down the command below: “HW” stands for hardware

shell
sudo ifconfig hw <interface name> ether <the new MAC-address>

 

after knowing how to be anonymous and hide our MAC address now is the time to set up our Alfa adapter. by default, the Alfa adapter comes in managed mode and  to set the adapter into monitor mode issue this command on your Linux terminal

shell
sudo iwconfig <interface name> mode monitor/manage

you may see this issue but don't worry just issue the shutdown interface command and try again Untitled.png

now you should kill all the network processes (not must but if you did you will receive better results) the command will kill the process and list for you the process PID on the screen so you re-enable it later or just reboot your machine, the command is:

shell
sudo airmon-ng check kill

in my case, this is the PID that airmon-ng has killed Untitled.png

after issuing all of these commands you are ready to launch the ATTACK! choose the encryption of the WiFi that you want to hack and start hunting WiFi Hacking!

techzonesite.comUnlock Your IT Potential