CDPSnarf包装说明
CDPSnarf是完全用从CDP数据包中提取信息网络嗅探器。
它提供了所有的信息是“作秀CDP邻居细节”命令将在Cisco路由器,甚至更多的回报。
一个功能列表如下:
- CDP通告之间的时间间隔
- 源MAC地址
- CDP版本
- TTL
- 校验
- 设备ID
- 软件版本
- 平台
- 地址
- 端口ID
- 能力
- 复式
- 保存在PCAP转储文件格式的报文
- 阅读从PCAP转储文件包
- 调试信息(使用“-d”标志)
- 经测试可以与IPv4和IPv6
资料来源:https://github.com/Zapotek/cdpsnarf
CDPSnarf首页 | 卡利CDPSnarf回购
- 作者:TASOS“Zapotek”Laskos
- 许可:GPL第二版
包含在cdpsnarf包工具
cdpsnarf - 网络嗅探器来提取CDP信息
[email protected]:~# cdpsnarf -h
CDPSnarf v0.1.6 [$Rev: 797 $] initiated.
Author: Tasos "Zapotek" Laskos
<[email protected]>
<[email protected]>
Website: http://github.com/Zapotek/cdpsnarf
cdpsnarf -i <dev> [-h] [-w savefile] [-r dumpfile] [-d]
-i define the interface to sniff on
-w write packets to PCAP dump file
-r read packets from PCAP dump file
-d show debugging information
-h show help message and exit
cdpsnarf用法示例
嗅探网卡eth0(-i)和写捕获到一个文件名 为cdpsnarf.pcap(-w):
[email protected]:~# cdpsnarf -i eth0 -w cdpsnarf.pcap
CDPSnarf v0.1.6 [$Rev: 797 $] initiated.
Author: Tasos "Zapotek" Laskos
<[email protected]>
<[email protected]>
Website: http://github.com/Zapotek/cdpsnarf
Reading packets from eth0.
Waiting for a CDP packet...