- 注册时间
- 2010-10-11
- 最后登录
- 2012-4-4
- 在线时间
- 19 小时
- 阅读权限
- 70
- 积分
- 1404
- 帖子
- 29
- 主题
- 2
- 精华
- 0
- UID
- 10584
 
 - 注册时间
- 2010-10-11
- 最后登录
- 2012-4-4
- 在线时间
- 19 小时
- 阅读权限
- 70
- 积分
- 1404
- 帖子
- 29
- 主题
- 2
- 精华
- 0
- UID
- 10584
|
发表于 2011-10-8 04:08:04
|显示全部楼层
回复 NetSeek 的帖子
关于查找一个网段的ip 和mac,有一个小工具叫:nbtscan
在windows和linux下面都可以用。
- [admin@huangye ~]$ nbtscan
- NBTscan version 1.5.1. Copyright (C) 1999-2003 Alla Bezroutchko.
- This is a free software and it comes with absolutely no warranty.
- You can use, distribute and modify it under terms of GNU GPL.
- Usage:
- nbtscan [-v] [-d] [-e] [-l] [-t timeout] [-b bandwidth] [-r] [-q] [-s separator] [-m retransmits] (-f filename)|(<scan_range>)
- -v verbose output. Print all names received
- from each host
- -d dump packets. Print whole packet contents.
- -e Format output in /etc/hosts format.
- -l Format output in lmhosts format.
- Cannot be used with -v, -s or -h options.
- -t timeout wait timeout milliseconds for response.
- Default 1000.
- -b bandwidth Output throttling. Slow down output
- so that it uses no more that bandwidth bps.
- Useful on slow links, so that ougoing queries
- don't get dropped.
- -r use local port 137 for scans. Win95 boxes
- respond to this only.
- You need to be root to use this option on Unix.
- -q Suppress banners and error messages,
- -s separator Script-friendly output. Don't print
- column and record headers, separate fields with separator.
- -h Print human-readable names for services.
- Can only be used with -v option.
- -m retransmits Number of retransmits. Default 0.
- -f filename Take IP addresses to scan from file filename.
- -f - makes nbtscan take IP addresses from stdin.
- <scan_range> what to scan. Can either be single IP
- like 192.168.1.1 or
- range of addresses in one of two forms:
- xxx.xxx.xxx.xxx/xx or xxx.xxx.xxx.xxx-xxx.
- Examples:
- nbtscan -r 192.168.1.0/24
- Scans the whole C-class network.
- nbtscan 192.168.1.25-137
- Scans a range from 192.168.1.25 to 192.168.1.137
- nbtscan -v -s : 192.168.1.0/24
- Scans C-class network. Prints results in script-friendly
- format using colon as field separator.
- Produces output like that:
- 192.168.0.1:NT_SERVER:00U
- 192.168.0.1:MY_DOMAIN:00G
- 192.168.0.1:ADMINISTRATOR:03U
- 192.168.0.2:OTHER_BOX:00U
- ...
- nbtscan -f iplist
- Scans IP addresses specified in file iplist.
复制代码
|
|