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
- Host: GitHub
- URL: https://github.com/fuskovic/nw
- Owner: fuskovic
- License: mit
- Created: 2020-01-14T20:19:16.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-12-14T22:20:47.000Z (6 months ago)
- Last Synced: 2026-01-13T19:57:23.983Z (5 months ago)
- Topics: arp-scan, cli, dns, go, networking, port-scan, pty, reverse-shell, tty
- Language: Go
- Homepage:
- Size: 1.61 MB
- Stars: 25
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nw
[](https://goreportcard.com/report/github.com/fuskovic/nw/v4)

# 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.