cisco 2950 3550 3750 系列交换机密码破解

简介:
cisco 2950 3550 3750 系列交换机密码破解
#本文中仅以2950 交换机为例进行说明 
破解密码原则:只删除密码 ,不破坏配置
#本文中的#号表示注释的意思 
#第一步. 连接交换机的console口到终端 
#第二步. 按住交换机面板上的mode键的同时 插入电源,松开mode键
C2950 Boot Loader (C2950-HBOOT-M) Version 12.1(6)EA2c, RELEASE SOFTWARE (fc1)                                                                             
Compiled Thu 28-Feb-02 14:59 by antonino                                        
WS-C2950C-24 starting...                        
Base ethernet MAC Address: 00:09:e8:b4:45:40                                            
Xmodem file system is available.                               
The system has been interrupted prior to initializing the                                                         
flash filesystem.  The following commands will initialize                                                         
the flash filesystem, and finish loading the operating                                                      
system software:               
    flash_init              
    load_helper               
    boot   
----------------------------------    

#flash_init   :初始化flash文件系统 
#load_helper  :加载帮助文件 
#boot         :启动设备进入正常的模式
switch: flash_init
#第三步 这里我们选择初始化 flash 
Initializing Flash...                     
flashfs[0]: 17 files, 2 directories                                   
flashfs[0]: 0 orphaned files, 0 orphaned directories                                                    
flashfs[0]: Total bytes: 7741440                                
flashfs[0]: Bytes used: 4502528                               
flashfs[0]: Bytes available: 3238912                                    
flashfs[0]: flashfs fsck took 7 seconds.                                        
...done initializing flash.                           
Boot Sector Filesystem (bs:) installed, fsid: 3                                               
Parameter Block Filesystem (pb:) installed, fsid: 4 
switch: rename flash:config.text flash:config.old 
#第四步 改名含有password的配置文件 
switch: boot
#第五步 启动交换机 
Loading "flash:c2950-i6q4l2-mz.121-9.EA1.bin"...################################          
Done initializing flashfs.                          
POST: System Boa 
##################################################ST: Ethernet Controller                         
nt: 0x80010000 interface(s) 
executing...           
              Restricted Rights Legendted non-volatile configuration memory.
Use, duplication, or disclosure by the Government is         
Base ethernet MAC Address: 00:09:E8:B4:45: 
subject to restrictions as set forth in subparagraphboard assembly number: 73-5750-10                   
(c) of the Commercial Computer Software - Restricted5-01                                    
Motherboard 
Rights clause at FAR sec. 52.227-19 and subparagraph            
Power supply serial n                  
           170 West Tasman Drive type vlan                      
           San Jose, California 95134-1706         
00:00:17: %SYS-5-CONFIG_I: Confi
Cisco Internetwork Operating System Software                                        
00: 
IOS (tm) C2950 Software (C2950-I6Q4L2-M), Version 12.1(9)EA1, RELEASE SOFTWARE (      
Cisco Internetwork Operating System Software                             
fc1)    
Copyright (c) 1986-2002 by cisco Systems, Inc., Version 12.1(9)EA1, RELEASE SOFTWARE (      
Compiled Wed 24-Apr-02 06:57 by antonino                                 
fc1)  
Image text-base: 0x80010000, data-base: 0x804E8000                                            
Compi
Initializing flashfs... antonino              
flashfs[1]: flashfs fsck took 7 seconds.40                                      
flashfs[1]: Initialization complete.e.                                

Done initializing flashfs.              
flashfs[0]: 
POST: System Board Test : Passed                          
flash 
POST: Ethernet Controller Test : Passedctories                                
ASIC Initialization Passeds[0]: Total bytes: 7741440
POST: FRONT-END LOOPBACK TEST : Passed[0]: Bytes used: 4502528              
cisco WS-C2950C-24 (RC32300) processor (revision E0) with 20815K bytes of memory         
flashfs[0]: flashfs fsck took 6 second                                

Base ethernet MAC Address: 00:09:E8:B4:45:40############################################ 
Motherboard assembly number: 73-5750-10                                       
Power supply part number: 34-0965-01 
################################### 
Motherboard serial number: FOC062403UM######                                
System serial number: FOC0624X14E
         --- System Configuration Dialog ---
Would you like to enter the initial configuration dialog? [yes/no]: n                                   
#第七步 选择n然后回车然后我们就会绕过原来的password
Switch> 
Switch> 
#八  进入特权模式 
Switch>en 
#这时开机已经忽略了password
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
#第十步 copy 配置文件到当前系统中
Destination filename [running-config]? 
1542 bytes copied in 1.704 secs (1542 bytes/sec) 
Switch#
#########################################################################Current configuration : 1522 bytes                                  

v
#十一步 修改口令
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# 
00:05:47: %SYS-5-CONFIG_I: Configured from console by console 
Switch#copy run start
#十二步 保存配置
Destination filename [startup-config]? 
Building configuration... 
[OK] 
Switch# 
-=-------- 
Switch#reload 
#重新启动
-----------
Press RETURN to get started!
00:00:14: %SPANTREE-5-EXTENDED_SYSID: Extended SysId enabled for type vlan 
00:00:17: %SYS-5-CONFIG_I: Configured from memory by console 
00:00:17: %SYS-5-RESTART: System restarted -- 
Cisco Internetwork Operating System Software 
IOS (tm) C2950 Software (C2950-I6Q4L2-M), Version 12.1(9)EA1, RELEASE SOFTWARE ( 
fc1) 
Copyright (c) 1986-2002 by cisco Systems, Inc. 
Compiled Wed 24-Apr-02 06:57 by antonino 
00:00:18: %LINK-5-CHANGED: Interface Vlan1, changed state to administratively do 
wn 
00:00:19: %LINEPRO
User Access Verification
Password: TO-5-UPDOWN: Line protocol on Interface Vlan1, changed state to down 
Password: 
Switch>en 
Password: 
Switch#


本文转自 yuzeying1 51CTO博客,原文链接:http://blog.51cto.com/yuzeying/176910

相关文章
|
6月前
|
算法 网络协议 Linux
【Cisco Packet Tracer】交换机的自学习算法
【Cisco Packet Tracer】交换机的自学习算法
203 0
|
3月前
|
数据安全/隐私保护
锐捷交换机Console密码忘了,怎么破?
锐捷交换机Console密码忘了,怎么破?
308 0
锐捷交换机Console密码忘了,怎么破?
|
27天前
|
安全 网络安全 网络虚拟化
Cisco-交换机划分Vlan
Cisco-交换机划分Vlan
|
27天前
|
安全 网络安全 网络虚拟化
Cisco-三层交换机实现VLAN间路由
Cisco-三层交换机实现VLAN间路由
|
27天前
|
安全 网络安全 数据安全/隐私保护
Cisco-交换机配置聚合端口
Cisco-交换机配置聚合端口
|
6月前
|
网络协议 Linux 网络架构
【Cisco Packet Tracer】集线器和交换机区别
【Cisco Packet Tracer】集线器和交换机区别
210 1
|
6月前
|
网络性能优化 网络虚拟化 网络架构
配置接口限速示例(盒式交换机)
接口限速简介 接口限速对通过整个端口的全部报文流量速率进行限制,不对具体流量进行区分,可以实现给某个接口分配固定的带宽,控制方式单一,配置简单。 入方向与出方向的接口限速属于并列关系,用户可以根据需要同时配置,也可以单独配置。
|
4月前
|
网络安全 数据安全/隐私保护 网络虚拟化
|
3月前
|
数据中心
配置案例 | CE交换机如何配置堆叠?
配置案例 | CE交换机如何配置堆叠?
|
3月前
盒式交换机又是如何配置堆叠的呢?
盒式交换机又是如何配置堆叠的呢?