From f41fea959bdb98a1599fb1990a6708ec8faa2be7 Mon Sep 17 00:00:00 2001 From: Domeniko Gentner Date: Sun, 20 Sep 2020 15:32:48 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 851a86f..66eb94f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,20 @@ -# oui +## oui.py + +Little program to lookup the vendor string for MAC addresses. + +The first 3 octetts of a MAC address denote the manufacturer of the network card. +I use this at work, when analyzing unknown or unwanted traffic, to know who the culprit may be. + +Usage: + + python3 oui.py MAC [--force] [--file /var/tmp/oui.txt] + --force - Forces the download of the file, ignoring the one week caching + --file - Overrides the storage location and also uses an existing file. + +This project is in the public domain. + + +

+Buy Me a Coffee at ko-fi.com +

-MAC address vendor lookup via the official database \ No newline at end of file