Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdockerty/netbuddy
Simple CLI tool for network information: subnet calculations, port numbers, underlying transport protocols etc.
https://github.com/jdockerty/netbuddy
golang-tools networkingtool subnet-calculator travis-ci
Last synced: about 1 month ago
JSON representation
Simple CLI tool for network information: subnet calculations, port numbers, underlying transport protocols etc.
- Host: GitHub
- URL: https://github.com/jdockerty/netbuddy
- Owner: jdockerty
- Created: 2020-04-09T10:38:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-29T18:18:19.000Z (almost 4 years ago)
- Last Synced: 2024-04-17T21:28:32.068Z (7 months ago)
- Topics: golang-tools, networkingtool, subnet-calculator, travis-ci
- Language: Go
- Homepage:
- Size: 5.34 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 ` 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.