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

https://github.com/fuskovic/nw

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

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

Last synced: 3 months ago
JSON representation

:wrench: CLI utility for various networking operations

Awesome Lists containing this project

README

          

# nw

[![Go Report Card](https://goreportcard.com/badge/github.com/fuskovic/nw/v4)](https://goreportcard.com/report/github.com/fuskovic/nw/v4)
![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/nw/v4@latest

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

# Verify your installation

nw -v

# Documentation

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