开发者

Finder conceals network connections from lsof?

开发者 https://www.devze.com 2022-12-30 14:40 出处:网络
If I use the Finder\'s Go->Connect to Server and connect to an smb/afs, I can see the connection in netstat.But I can\'t see开发者_JAVA技巧 it in lsof.I also use LittleSnitch, and it fails to detect o

If I use the Finder's Go->Connect to Server and connect to an smb/afs, I can see the connection in netstat. But I can't see开发者_JAVA技巧 it in lsof. I also use LittleSnitch, and it fails to detect outbound connections from the Finder.

Why is this? Is there some sort of "Apple rootkit" that i'm not aware of?


It's not the Finder making these connections—network filesystems are mounted within the kernel. lsof doesn't list ports opened by the kernel. There's nothing OS X specific here.

0

精彩评论

暂无评论...
验证码 换一张
取 消