Skip to content

jgu2/fakemac

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fakemac: Spoof MAC addresses

This utility allows you to run an application in such a way that the MAC
addresses obtained by the process are fixed to a certain value.

For example:

	$ fakemac de:ad:ca:fe:ba:be ifconfig | grep HWaddr
	eth0      Link encap:Ethernet  HWaddr de:ad:ca:fe:ba:be
	wlan0     Link encap:Ethernet  HWaddr de:ad:ca:fe:ba:be

How to install:

	$ make
	$ sudo make install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 91.8%
  • Shell 8.2%