List of apps with open connections · evilsocket/opensnitch · Discussion #1112 (original) (raw)
Glad you asked for it, because I already had it in the roadmap, so I have an excuse to add it :)
We have two options: dump the active connections and/or dump the conntrack list (conntrack -L)
The daemon part is already done, but I still need to write the GUI part. I was in doubt about how to display the list, in a new tab, or in a new window (with buttons to kill connections, copy/paste, etc...).
tasks:
- (9e0f3a4) Write a TasksManager: an internal option to launch "tasks" from the GUI to the daemons:
- Monitor PIDs, sending back to the GUI information of a PID (already done).
- Monitor daemon/host details (https://pkg.go.dev/syscall#Sysinfo_t).
- Monitor opened connections (335f2a7, c5e24c0, ).
- Allow to kill sockets.
- Allow to create firewall rules from sockets.
- Display the path of the process.
- Allow to jump to the Hosts/IPs/Process tabs by clicking on the corresponding column of the netstat view (6e7aaf9).
- ...
- List opened connections.
- [Feature Request] Have the ability to choose and kill live connection. #1143