在windows下有lansee和Advanced IP scanner来查找IP和对应的MAC地址,在ubuntu中,好用的工具似乎不多,nmap命令行工具倒是提供了强大的功能。
可以使用命令来获取ip和mac地址:
sudo nmap -sP -PI -PT -oN 192.168.1.0/24 > ipscan.txt
-sP 通过ping方式发现扫描网络存活主机;
-PI
-PT
-oN 将搜寻结果output正常Normally输出到随后指定的文件;
nmap还可以用来完成如下工作:
1。扫描主机端口,列出打开的端口号和服务
debian:~# nmap -sT 192.168.0.2
Starting Nmap 4.53 ( http://insecure.org ) at 2008-03-10 14:14 CST
Interesting ports on a02 (192.168.0.2):
Not shown: 1710 closed ports
PORT STATE SERVICE
22/tcp open ssh
53/tcp open domain
139/tcp open netbios-ssn
445/tcp open microsoft-ds