Skip to content

briansworth/SimpleTcpPortFinder

Repository files navigation

codecov

Simple Tcp Port Finder

Small module for getting an active / available TCP port numbers.

Helpful if you are wanting to find a usable ephemeral port, or want to see all TCP ports currently in use.

Example

Get an available ephemeral TCP port number.

Get-InactiveTcpPortNumber -Random
57992

Example

List all TCP port numbers currently in use.

Get-ActiveTcpPortNumber
53
22
60664
37839
48314
...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published