http://gothub.r4focoma7gu2zdwwcjjad47ysxt634lg73sxmdbkdozanwqslho5ohyd.onion/imsnif/bandwhich
This is the recommended setup for single user machines , or if all users are trusted . This is not recommended if you want to ensure users cannot see others' traffic . # assign capabilities sudo setcap cap_sys_ptrace,cap_dac_read_search,cap_net_raw,cap_net_admin+ep $( command -v bandwhich ) # run as unprivileged user bandwhich Capabilities explained cap_sys_ptrace,cap_dac_read_search : allow access to /proc/<pid>/fd/ , so that bandwhich can determine which open port...