Cisco2960交換機密碼破解方法
Cisco2960交換機密碼破解方法
你還在為不知道Cisco2960交換機密碼破解方法而煩惱么?接下來是小編為大家收集的Cisco2960交換機密碼破解方法教程,希望能幫到大家。
Cisco2960交換機密碼破解方法:
1.啟用超級終端并出現(xiàn)連接界面。
2.拔掉交換機的電源.
3.按下交換機上的Mode按鈕,與此同時,重新插上交換機的電源線.
4.當(dāng)交換機左邊的sys燈會慢慢的閃動,(細(xì)心的話會發(fā)現(xiàn)部分燈紅色的閃過),按住mode按鈕直到sys燈不閃動(常亮狀態(tài)).否則提前松開的按鈕的話會直接進入正常的啟動,跳回步驟2重來.
5.可以松開Mode按鈕
之后系統(tǒng)將顯示一些指示信息:
The system has been interrupted prior to initializing the flash file system. The following
commands will initialize the flash file system, and finish loading the operating system
software:
flash_init /---初始化flash文件系統(tǒng)---/
load_helper /---加載幫助文件---/
boot /---啟動設(shè)備進入正常的模式---/ 步驟:
switch:
Switch:flash_init
Switch:dir flash: /---查看Flash的文件名字可以用來確認(rèn)文件名為config.text---/
Switch:rename flash:config.text flash:oldconfig.text/---把配置文件重命名,當(dāng)然你可以不改為oldconfig.text,只要文件名和原來的不相同就可以---/
Switch:boot /---手動啟動交換機---/
配置文件改過了,交換機找不到默認(rèn)的config.text而出現(xiàn)配置的對話向?qū)?選擇n然后回車然后我們就會繞過原來的password而進入到:
Switch>
Switch>en /--可以進入特權(quán)模式--/
Switch#rename flash:oldconfig.text flash:config.text /---恢復(fù)交換機配置文件---/
Switch#copy flash:config.text system:running-config /---保存配置到DRAM里---/
Switch#config t 這時就可以設(shè)置新的password為cisco Switch(config)# enable passwordcisco Switch(config)# enable secret CISCO Switch(config)#line con 0 Switch(config)#password cisco Switch#copy run start 或用下面方法暫時清空密碼,待以后再做設(shè)置
Switch(config)#no enable password /---干掉特權(quán)模式舊密碼---/
Switch(config)#no enable secret /---干掉加秘密碼---/
Switch(config)#exit
Switch#copy run start /---把當(dāng)前配置的文件寫回Flash---/
用這個方法修改密碼不會把原來的配置文件內(nèi)容清掉.特別是一個現(xiàn)成的大型網(wǎng)絡(luò)里已經(jīng)在運行的交換機,這樣比較保險點.
看了“Cisco2960交換機密碼破解方法”還看了: