Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

code to change the mac address kali linux

ifconfig eth0(whatever the interface name is ) down
ifocnfig eth0 hw ether 00:11:22:33:44:55
ifconfig eht0 up
Comment

how to change mac address kali linux

$ sudo ifconfig [interface] down
$ sudo ifconfig [interface] hw ether [new MAC Address (needs to start with 00)]
$ sudo ifconfig [interface] up
Comment

PREVIOUS NEXT
Code Example
Shell :: installation of genymotion on ubuntu 
Shell :: could not find tools.jar linux 
Shell :: valet phpmyadmin 404 
Shell :: get .net version 
Shell :: command to find a file or directory in the current directory 
Shell :: wordpress update core and plugins cli 
Shell :: all git commands 
Shell :: brew upgrade casks 
Shell :: dialog plus android github 
Shell :: Steps to deploy your flutter project with surge 
Shell :: tail linux 
Shell :: # /bin/bash for launching ec2 
Shell :: git save password 
Shell :: ubuntu send input to screen 
Shell :: install composer 2 ubuntu 
Shell :: install tar.xz in ubuntu 
Shell :: close tcp port on mac 
Shell :: rpi install chomedriver 
Shell :: docker kill running container(s) 
Shell :: ssh command delete file 
Shell :: bash regex if condition 
Shell :: set time in kali linux 
Shell :: how to change folder case sensitivity windows 10 all subfolder 
Shell :: execute powershell script from command line with parameters 
Shell :: how to deploy to netlify using git bash 
Shell :: Postman Collection Format v1 is no longer supported and can not be imported directly. You may convert your collection to Format v2 and try importing again. 
Shell :: npm cors api use 
Shell :: Creating a new Laravel application 
Shell :: install zerotier raspberry pi 
Shell :: .gitignore 
ADD CONTENT
Topic
Content
Source link
Name
9+7 =