https://github.com/jongha/activeconnections
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.
https://github.com/jongha/activeconnections
c-sharp connection ddos-attacks
Last synced: over 1 year ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/jongha/activeconnections
- Owner: jongha
- License: mit
- Created: 2013-12-20T05:07:25.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-23T08:23:37.000Z (over 12 years ago)
- Last Synced: 2025-03-24T07:59:12.366Z (over 1 year ago)
- Topics: c-sharp, connection, ddos-attacks
- Language: C#
- Homepage:
- Size: 133 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.