https://github.com/mahmoudimus/konnspy
A port of tcpspy, written in Kotlin, updated to also support IPv6
https://github.com/mahmoudimus/konnspy
Last synced: about 2 months ago
JSON representation
A port of tcpspy, written in Kotlin, updated to also support IPv6
- Host: GitHub
- URL: https://github.com/mahmoudimus/konnspy
- Owner: mahmoudimus
- License: apache-2.0
- Created: 2015-07-26T23:50:44.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-26T23:55:14.000Z (almost 10 years ago)
- Last Synced: 2025-01-29T15:29:50.449Z (4 months ago)
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# konnspy
A port of [tcpspy](http://directory.fsf.org/wiki/Tcpspyy), written in [Kotlin](http://kotlinlang.org), updated to also support IPv6.## What is tcpspy?
From [tcpspy's homepage](http://directory.fsf.org/wiki/Tcpspyy):
> tcpspy is an administrator's tool that logs information about incoming and outgoing TCP/IP connections including local address, remote address, and the username of the user responsible for the connection. Connections are selected for logging with rules, similar to the filter expressions accepted by tcpdump and other libpcap-based applications (tcpspy does not, however, use libpcap).## Kotlin?
Yes. Please read [Why Kotlin is my next programming language.](https://medium.com/@octskyward/why-kotlin-is-my-next-programming-language-c25c001e26e3)
## Credits
Kudos goes to Tim J. Robbins for writing the initial `tcpspy` tool
## Similar Projects
- [go-tcpspy](https://github.com/begoon/go-tcpspy)
- [ntop-ng](https://github.com/ntop/ntopng)