vendor6-cli

command module
v0.2.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 20, 2023 License: MIT Imports: 1 Imported by: 0

README

vendor6-cli

An Interactive CLI tool to identify vendors by IPv6 address

Installation

go install
go install github.com/kusshi94/vendor6-cli@latest
Homebrew
brew install kusshi94/tap/vendor6-cli
Manual

Download the latest release from the releases page and extract the archive file.

Usage

Command Line Mode
vendor6-cli <IPv6 address> [-f|--oui-file <file path>]
Example
$ vendor6-cli 2001:db8::0a00:7ff:fe12:3456
Apple, Inc.
Interactive Mode

Launch the tool with the following command:

vendor6-cli

vendor6-cli interactively accepts IPv6 addresses from user input and returns the vendor name. If you want to exit the tool, type exit.

oui.txt file is automatically downloaded from IEEE to run the tool. If you want to use your own file, use -f / --oui-file option.

Example
$ vendor6-cli
Enter an IPv6 address to get the vendor name. If you want to exit, type "exit".
>: 2001:db8::0a00:7ff:fe12:3456
Apple, Inc.
>: 2001:db8::6666:b3ff:fe11:1111
TP-LINK TECHNOLOGIES CO.,LTD.
>: exit
$

Documentation

Overview

Copyright © 2023 NAME HERE <EMAIL ADDRESS>

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL