https://github.com/blasrodri/frown
Connection monitoring à la lsof written in Go
https://github.com/blasrodri/frown
go lsof network-analysis
Last synced: about 2 months ago
JSON representation
Connection monitoring à la lsof written in Go
- Host: GitHub
- URL: https://github.com/blasrodri/frown
- Owner: blasrodri
- License: mit
- Created: 2020-05-07T07:34:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-30T16:30:24.000Z (over 5 years ago)
- Last Synced: 2024-11-05T22:40:36.451Z (over 1 year ago)
- Topics: go, lsof, network-analysis
- Language: Go
- Homepage:
- Size: 111 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FROWN
[](https://goreportcard.com/report/github.com/blasrodri/frown)

Frown provides a user-friendly interface to visualize the status of all open connections
for a user at a certain moment. For each of connection, Frown performs a (naive) security check
and reports the ones that might not be secure. Think of it as a `lsof`, for dummies, with batteries included.
## Limitations
- Frown only supports Linux. If you would like to use it on another OS, please submit an issue, or preferably a PR :).