Skip to content

nullkarma/phoney

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

phoney

phoney fetches the frequently released oui.txt by ieee.org and simplejson.dump's the parsed file into a another file a.k.a "The Database". It also allows you to change the MAC address of an interface.

Using phoney

Running phoney for the first time, it will initially create the Database after downloading the oui.txt

Listing OUIs by Manufacturer

phoney search vendor Apple

Search a Manufacturer by OUI/MAC

Argument can be a whitespace separated list of MAC adresses

phoney search addr 11:22:33:44:55:66 AA:BB:CC:DD:EE:FF

Setting a manufacturer specific MAC address

phoney set <interface> to vendor Samsung

If there is more than one match, phoney will ask you to choose from a list of matched manufacturers.

Setting a specific MAC address

phoney set <interface> to addr FF:FF:FF:FF:FF:FF

Random pick

phoney set <interface> to random

Database update

phoney update

Todo

  • phoney search oui should accect files

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages