networker icon indicating copy to clipboard operation
networker copied to clipboard

:wrench: CLI utility for various networking operations

Networker

Go Report Card gopherbadger-tag-do-not-edit

Features

  • List devices on your LAN
  • Port scanning
  • Remote TTY
  • DNS lookup
  • Send HTTP requests

Documentation

See Docs for command examples.

Installation

Download a pre-compiled binary

You can find a networker binary for your OS on the releases page.

Install globally using Go

Requires Go 1.18

go install github.com/fuskovic/networker/v2@latest

Verify your installation

networker -v

Compile from source

Requires Go 1.18

Clone the repo, cd into it and run:

make install