Skip to content

Commit

Permalink
Version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blasrodri committed May 11, 2020
1 parent c50330f commit 0d3809e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

![forwn-screencast](frown.gif)

Frown provides a user-friendly interface to visualize all open connections that
a user has at a certain moment. For each of them, it performs a security check
and reports the ones that might be non-secure. Think of it as a `lsof`, for
dummies, with batteries included.
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 :).
* Frown only supports Linux. If you would like to use it on another OS, please submit an issue, or preferably a PR :).
* Sometimes the application crashes, due to a dangling pointer. Needs to be fixed soon!

0 comments on commit 0d3809e

Please sign in to comment.