由于没有真机拿来实验,一些步骤得在真机上运用(如重启交换机)只能写点原理供大家学习交流。
破解交换机密码:
2950、3550、3750系列密码破解
1:连接交换机的console口到终端或PC超级终端
2:先按住交换机面板上的mode键,然后打开电源
3:初始化flash
Switch:flash_init
4:改名含有password的配置文件
Switch:rename flash:config.text flash:config.old
5:启动交换机
Switch:boot
6:进入特权模式
Switch>enable
7:此时开机是已忽略password
Switch#rename flash:config.old flash:config.text
8:copy配置文件到当前系统中
Switch#copy flash:config.text system:running-config
9:修改口令
Switch(config)#enable secret cisco
10:保存配置
破解交换机密码:
2950、3550、3750系列密码破解
1:连接交换机的console口到终端或PC超级终端
2:先按住交换机面板上的mode键,然后打开电源
3:初始化flash
Switch:flash_init
4:改名含有password的配置文件
Switch:rename flash:config.text flash:config.old
5:启动交换机
Switch:boot
6:进入特权模式
Switch>enable
7:此时开机是已忽略password
Switch#rename flash:config.old flash:config.text
8:copy配置文件到当前系统中
Switch#copy flash:config.text system:running-config
9:修改口令
Switch(config)#enable secret cisco
10:保存配置
Switch#copy run star
本文转自yangjunfeng 51CTO博客,原文链接:http://blog.51cto.com/yangjunfeng/140911