首页 > FollowMe > Linux 端口安全扫描

Linux 端口安全扫描

2009年10月31日
阅读(949) 评论 发表评论

nmap -sT -O localhost

谁在使用925端口? 
netstat -anp | grep 925 
lsof -i | grep 925

查看已知常规服务端口表  cat /etc/services | grep 925

FollowMe

  1. 目前还没有任何评论.
  1. 目前还没有任何 trackbacks 和 pingbacks.