Skip to content

Simple CLI tool for network information: subnet calculations, port numbers, underlying transport protocols etc.

Notifications You must be signed in to change notification settings

jdockerty/netbuddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetBuddy

Simple CLI tool for networking related information:

  • Addresses contained within a network
  • Total address count for a particular subnet mask.
  • Showing common ports for services
  • etc...

Examples are shown below.

Installation

With Go installed

Executing the commands below will download the repo onto your machine, build the binary using Go, and then move the binary into your bin folder for direct execution from the command-line.

git clone https://github.com/jdockerty/netbuddy.git
go build
sudo mv netbuddy /usr/local/bin

Examples

Running the command netbuddy subnet -display <IP/X> will show the network, broadcast, first and last assignable addresses for the subnet.

Another example is also for displaying the common services or protocol, such as BGP.

About

Simple CLI tool for network information: subnet calculations, port numbers, underlying transport protocols etc.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages