我正在使用 kali 虚拟机,最近更新后发生了奇怪的事情 gnome-session 开始侦听随机 tcp 端口,这是 netstat -nltp 的输出
Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:40117 0.0.0.0:* LISTEN 917/gnome-session-b tcp 0 0 0.0.0.0:38071 0.0.0.0:* LISTEN 586/gnome-session-b tcp 0 0 127.0.0.1:5432 0.0.0.0:* LISTEN 555/postgres
tcp6 0 0 ::1:5432 :::* LISTEN 555/postgres
tcp6 0 0 :::33405 :::* LISTEN 586/gnome-session-b tcp6 0 0 :::41315 :::* LISTEN 917/gnome-session-b
我怎样才能摆脱它?
答案1
看起来像一个错误, https://www.reddit.com/r/gnome/comments/86zxf8/gnomesessionbinary_listening_on_tcp_socket/
并可以确认它在版本 3.28.0-2 中已消失