Skip to content

Print active/established network connections. It's console application using .net framework on Windows. It is useful to check bottlenecks or suffering of a specific IP or the status of the DDoS attack.

License

Notifications You must be signed in to change notification settings

jongha/activeconnections

Repository files navigation

Active Connections

Print active/established network connections. It's console application using .net framework on Windows. I want to find out how many IP or Port is connected to my system. This program is useful to check bottlenecks or suffering of a specific IP or the status of the DDoS attack.

Usage

Usage: ActiveConnections.exe [-n|numeric] [-h|help]
Print active/established network connections.

Options:
  -n, --numeric=VALUE        This option sets the minimum count of active
                               network connections.
  -h, -?, --help                 Show help.

Output

Total Connection Count: 121

Address Count
0.0.0.0 18
127.0.0.1       9
192.168.1.2     65
[::]    14
[fe80::c00:b282:1308:c851%10]   7

Port    Count
1900    6

License

activeconnections is available under the terms of the MIT License.

About

Print active/established network connections. It's console application using .net framework on Windows. It is useful to check bottlenecks or suffering of a specific IP or the status of the DDoS attack.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages