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
- Host: GitHub
- URL: https://github.com/fuskovic/networker
- Owner: fuskovic
- License: mit
- Created: 2020-01-14T20:19:16.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-24T14:26:22.000Z (10 months ago)
- Last Synced: 2024-12-24T15:35:53.014Z (10 months ago)
- Topics: arp-scan, cli, dns, go, networking, port-scan, pty, reverse-shell, tty
- Language: Go
- Homepage:
- Size: 1.57 MB
- Stars: 24
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Networker
[](https://goreportcard.com/report/github.com/fuskovic/networker/v3)
# 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.