An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# FROWN

[![Go Report Card](https://goreportcard.com/badge/github.com/blasrodri/frown)](https://goreportcard.com/report/github.com/blasrodri/frown)

![forwn-screencast](frown.gif)

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 :).