您的位置:首页 > 运维架构

kali信息搜集工具之copy-router-config

2016-07-14 22:49 357 查看
Copies configuration files from Cisco devices running SNMP.

额,说白了就是一个TFT服务转发工具,在这里推荐下lcx,目前这款工具我已经编译成windos,linux,嵌入式设备都可用的端口转发工具,在我的下载里面就有哦,非常好用

Tools included in the copy-router-config package

copy-router-config.pl – Copies Cisco configs via SNMP

root@kali:~# copy-router-config.pl

#

Copy Cisco Router config - Using SNMP

Hacked up by muts - muts@offensive-security.com

#

Usage : ./copy-copy-config.pl

Make sure a TFTP server is set up, preferably running from /tmp !

[/toggle] [toggle title=”merge-router-config.pl – Merges Cisco configs via SNMP” variation=”deepblue”]

root@kali:~# merge-router-config.pl

#

Merge Cisco Router config - Using SNMP

Hacked up by muts - muts@offensive-security.com

#

Usage : ./merge-copy-config.pl

Make sure a TFTP server is set up, preferably running from /tmp !

copy-router-config Usage Example

Copy the config from the router (192.168.1.1) to the TFTP server (192.168.1.15), authenticating with the community string (private):

root@kali:~# copy-router-config.pl 192.168.1.1 192.168.1.15 private

merge-router-config Usage Example(s)

Merge the config with the router (192.168.1.1), copying from the TFTP server (192.168.1.15), using the community string (private):

root@kali:~# merge-router-config.pl 192.168.1.1 192.168.1.15 private
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: