Skip to content

clarabennettdev/portcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

portcheck πŸ”Œ

Check if TCP ports are open on a host.

Go License: MIT Go Report Card

Scan individual ports, comma-separated lists, or ranges. Useful for verifying firewall rules and debugging connectivity.

Install

go install github.com/clarabennettdev/portcheck@latest

Usage

portcheck localhost 80,443,8080
portcheck example.com 20-25
portcheck 192.168.1.1 22,80 2000   # custom timeout (ms)

License

MIT

About

Check if TCP ports are open on a host

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages