Skip to main content

HOW TO SPOOF YOUR MAC ADDRESS IN KALI LINUX

........WARNING......

THIS PAGE IS ONLY FOR AWARENESS AMONG 

THE PEOPLES ABOUT THE CYBERS ATTACK 

AND HOW TO DEFEND THEM.

HERE EVERY POST NOT TO SPREAD CRIME ON 

SOCIETY.

PLEASE DON'T MAKE ANY CRIMINAL 

ACTIVITY.

DO IT AT YOUR OWN RISK.THIS PAGE IS NOT 

RESPONSIBLE FOR ANY CRIMINAL ACTIVITY.



                 
                                 THANK YOU








HOW TO SPOOF MAC ADDRESS ON KALI LINUX........

there is inbuilt software in kali called macchnager-----
MACCHANGER-----it work throgh out the terminal window-----

open terminal type -----macchnger –help


this will show you all the option---available
in there two usefull for us-----
1.macchanger -r eth0 //it is my interface in kali
this command is useful for changing mac address randomly......


2.macchanger -m 23:23:54:22:76:81 eth0
this command is usefull to change your mac address as desire....
let me tell u the benifit of this...
if your neibhourhood use wifi and he use macfilter on his router u can simply dump
the network and change your macadress as trusty by router...
if u not understand check my blog on wifi hacking...which will publish soon..


so let do it .....
STEP 1. type 'ifconfig' on terminal it will show you the macadress,internal ip ...and your interface name....(like in my computer...ETH0).












STEP 2. ifconfig eth0 down
STEP 3. macchanger -r eth0 //this will change mac adress randomly


OR
macchanger -m 33:45:67:45:97:80 eth0 //or by this u can change mac adress as your desire.....

STEP 4. ifconfig eth0 up
TO CHECK WETHER MAC ADRESS IS CHANGE OR NOT...TYPE ifconfig



its done ........

Popular posts from this blog

DEEP SOUND -STEGNOGRAPHY

In the series of the steganography ..today we are going to discuss the hiding of data in the music file through the help of the window based tool name       "DEEP SOUND" ..now a days very famous TV series name             Mr. Robot . . off course i am  fan of this show..where elliot use this tool for hiding his secret data.. read previous article on steganography                                                         so without wasting much time lets start .. 1.install the DEEP SOUND go to the official website of the deep sound and download it to your machine.  and open up the interface of the deep sound. 2. setting click on the setting gear icon, an pop-up window show up...where languge remain same as english,           change your output  directory ..like i change it to the documents by browsing the folder. after that check the box for encrypt files .. after that it will ask for the password.. input your password for the sec

KALI LINUX -SECURITY ,CONFIGURATIO AND UPDATES

      Configuring network services and  secure  communications The first step in being able to use Kali is to ensure that it has connectivity to either a wired or wireless network to support updates and customization. You may need to obtain an IP address by DHCP (Dynamic Host Configuration Protocol), or assign one statically. First, confirm your IP address using the  command  ifconfig command from a terminal window, as shown in the following screenshot: IP address is 192.168.1.11.... If an IP address was not obtained, an address can be assigned by DHCP using the command dhclient eth0 (or other available interfaces, which will depend on the  specific configuration of the system being used). If a static IP address is used, additional information may be required. For example, you can assign a static IP of 192.168.1.11as follows:                     inet addr:192.168.1.11            Bcast:192.168.1.255            Mask:255.255.255.0        Securing com

EVERY LINUX_ADMIN-COMMANDS TO BE KNOW

Hello Friends,             in todays article i am gonna cover the most used 16 linux commands,every linux admin should know it.in the whole article i just show the uses of all the commands and their additional attributes too.