HOME>>>>>>>>>

File snmp-ios-config

脚本使用类型: portrule
脚本所属分类: intrusive
脚本下载地址: http://nmap.org/svn/scripts/snmp-ios-config.nse

User Summary

Attempts to downloads Cisco router IOS configuration files using SNMP RW (v1) and display or save them.

Script Arguments

snmp-ios-config.tftproot

If set, specifies to what directory the downloaded config should be saved

snmpcommunity

See the documentation for the snmp library.

Example Usage

执行格式

nmap -sU -p 161 --script snmp-ios-config --script-args snmpcommunity=<community> <target>

Script Output

| snmp-ios-config: 
| !
| version 12.3
| service timestamps debug datetime msec
| service timestamps log datetime msec
| no service password-encryption
| !
| hostname Router
| !
| boot-start-marker
| boot-end-marker
<snip>

Requires


Author: Vikas Singhal, Patrik Karlsson

License: VER007 整理 http://www.ver007.com

action

action (host, port)

Sends SNMP packets to host and reads responses

Parameters