给定端口正在监听什么?


8

在Linux中,有没有办法确定哪个程序正在侦听TCP或UDP端口?

Answers:





1

已经回答了,但是如果它在没有外壳的系统上,运行nmap -sV -p <port number> <target>通常会给您答案。-sU如果扫描UDP端口,则添加。


我了解nmap ...无论如何,我没有写问题,所以+1。
whitequark 2010年
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.