An open API service indexing awesome lists of open source software.

https://github.com/fuskovic/networker

:wrench: CLI utility for various networking operations
https://github.com/fuskovic/networker

arp-scan cli dns go networking port-scan pty reverse-shell tty

Last synced: 6 months ago
JSON representation

:wrench: CLI utility for various networking operations

Awesome Lists containing this project

README

          

# Networker

[![Go Report Card](https://goreportcard.com/badge/github.com/fuskovic/networker/v3)](https://goreportcard.com/report/github.com/fuskovic/networker/v3)
![gopherbadger-tag-do-not-edit](https://img.shields.io/badge/Go%20Coverage-74%25-brightgreen.svg?longCache=true&style=flat)

# Features

- List devices on your LAN
- Port scanning
- Remote TTY
- DNS lookup

# Installation Methods

Install globally using Go (requires Go 1.22^)

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

Or Download a pre-compiled binary from the [releases](https://github.com/fuskovic/networker/releases) page.

# Verify your installation

networker -v

# Documentation

See [Docs](https://github.com/fuskovic/networker/blob/master/docs/networker.md) for command examples.