Cisco3750交換機密碼破解方法
Cisco3750交換機密碼破解方法
你還在為不知道Cisco3750交換機密碼破解方法而煩惱么?接下來是小編為大家收集的Cisco3750交換機密碼破解方法教程,希望能幫到大家。
Cisco3750交換機密碼破解方法
今天到客戶那里進行了密碼破解,雖然方法網(wǎng)絡上已經(jīng)都處都有,該文結合自己的心得,自己寫一次,某些細節(jié)的地方也描述了,也方便自己加深印象。好好學習。呵呵
1.啟用超級終端并出現(xiàn)連接界面(就是除了交換機符號外空白一片那個哦)
2.拔掉交換機的電源.
3.按下交換機上的Mode按鈕,與此同時,重新插上交換機的電源線.
4.當交換機左邊的sys燈會慢慢的閃動,(細心的話會發(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 /---啟動設備進入正常的模式---/
步驟:
switch:
Switch:flash_init
Switch:dir flash: /---查看Flash的文件名字可以用來確認文件名為config.text---/
Switch:rename flash:config.text flash:config.text.old /---把配置文件重命名,當然你可以不改為config.text.old,只要文件名和原來的不相同就可以---/
Switch:boot /---手動啟動交換機---/
由于配置文件改過了,所以交換機找不到默認的config.text而出現(xiàn)配置的對話向導,選擇n然后回車然后我們就會繞過原來的password而進入到:
Switch>
Switch>en /--可以進入特權模式--/
Switch#rename flash:config.text.old flash:config.text /---恢復交換機配置文件---/
Switch#copy flash:config.text system:running-config /---保存配置到DRAM里---/
Switch#config t
Switch(config)#no enable password /---干掉特權模式舊密碼---/
Switch(config)#no enable secret /---干掉加秘密碼---/
Switch(config)#exit
Switch#copy run start /---把當前配置的文件寫回Flash---/
用這個方法修改密碼不會把原來的配置文件內(nèi)容清掉。特別是一個現(xiàn)成的大型網(wǎng)絡里已經(jīng)在運行的交換機,這樣比較保險點。
看了“Cisco3750交換機密碼破解方法”還想看: