crack cisco password
2013-07-26破解密码原则:只删除密码 ,不破坏配置
A、cisco路由器破解密码
1 重启路由器/按Ctrl+Break键/进入mini IOS
2 修改寄存器值改变启动次序
rommon 1 > confreg 0x2142
3 在mini IOS下重启路由
rommon 2 > reset
4 Continue with configuration dialog? [yes/no]: n
5 Press RETURN to get started!没要密码
Router>
6 输入enable进入特权模式
Router>en
Router#copy start run从NVRAM 里面调用配置到内存中
7 更换密码
ru1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
ru1(config)#line console 0
ru1(config-line)#pass admin
ru1(config-line)#login
ru1(config-line)#exit
ru1(config)#line vty 0 4
ru1(config-line)#pass admin
ru1(config-line)#login
ru1(config-line)#exit
ru1(config)#enable pass admin
ru1(config)#enable secret admin
ru1(config)#service password-encryption
8 更改寄存器值 恢复到正常的启动次序
ru1(config)#config-register 0x2102
9 保存配置到NVRAM里面
ru1#copy run start
10 ru1#reload重启路由器
B、cisco交换机破解密码
1 连接交换机的console口到终端
2 按住交换机面板上的mode键的同时 插入电源,松开mode键
3 初始化 flash
#flash_init :初始化flash文件系统
#load_helper :加载帮助文件
#boot :启动设备进入正常的模式
switch: flash_init
4 改名含有password的配置文件
switch: rename flash:config.text flash:config.old
5 启动交换机
switch: boot
6 选择n然后回车然后我们就会绕过原来的password
Would you like to enter the initial configuration dialog? [yes/no]: n
7 进入特权模式
switch> en
8 恢复交换机配置文件,copy 配置文件到当前系统中
Switch#rename flash:config.old flash:config.text
Destination filename [config.text]?
Switch#copy flash:config.text system:running
Switch#copy flash:config.text system:running-config
9 修改口令
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#enable secret cisco
Switch(config)#line cons 0
Switch(config-line)#pass cisco
Switch(config-line)#login
Switch(config-line)#exit
Switch(config)#
Switch(config)#exit
Switch#
10 保存配置
Switch#copy run start
11 Switch#reload
C、Cisco Password 7方式的密码破解程序
./ciscocrack 01178E05590909022A
或者通过此类网站破解