snmpcheck包装说明
喜欢snmpwalk的,snmpcheck让你枚举SNMP设备,并将输出在一个非常可读的友好格式。这可能是渗透测试或系统监控。根据GPL许可发布,并基于jshaw“雅典娜-2K”的剧本。 特征 snmpcheck支持以下枚举:
- 联系
- 描述
- 检测写访问(通过枚举单独行动)
- 设备
- 域
- 硬件和存储信息
- 主机名
- IIS统计
- IP转发
- 监听UDP端口
- 位置
- MOTD
- 挂载点
- 网络接口
- 网络服务
- 流程
- 路由信息
- 软件组件
- 系统正常+ 运行时间
- TCP连接
- 总内存 运行时间+ 用户账号 资料来源:http://www.nothink.org/codes/snmpcheck/index.php
- 作者:利玛窦坎托尼
- 许可:GPL第二版
0x01 包含在snmpcheck包工具
snmpcheck - SNMP服务枚举工具:~# snmpcheck -h snmpcheck v1.8 - SNMP enumerator Copyright (c) 2005-2011 by Matteo Cantoni (www.nothink.org) Usage snmpcheck -t <IP address> -t : target host; -p : SNMP port; default port is 161; -c : SNMP community; default is public; -v : SNMP version (1,2); default is 1; -r : request retries; default is 0; -w : detect write access (separate action by enumeration); -d : disable 'TCP connections' enumeration! -T : force timeout in seconds; default is 20. Max is 60; -D : enable debug; -h : show help menu;
0x02 snmpcheck用法示例
扫描使用公共SNMP团体字符串 (-c公众) 目标主机 (192.168.1.2 -t):
:~# snmpcheck -t 192.168.1.2 -c public
snmpcheck v1.8 - SNMP enumerator
Copyright (c) 2005-2011 by Matteo Cantoni (www.nothink.org)
[*] Try to connect to 192.168.1.2
[*] Connected to 192.168.1.2
[*] Starting enumeration at 2014-05-13 16:16:22
[*] System information
原文来自https://www.hackfun.org/kali-tools/snmpcheck_zh.html。转载请注明原出处,商用请联系原作者授权。