什么没有 发表于 2018-7-15 09:40:25

CISCO 交换机密码破解方法

  1、连接交换机的console口到终端或PC超级终端
  2、先按住交换机上mode键,然后打开电源
  3、初始化Flash
  Switch:Flash_init
  4、改名含有Password的配置文件
  Switch:renameFlash:config.text   Flash:config.old
  5、重启交换机
  Switch:boot
  6、进入特权模式
  Switch:enable
  7、此时开机时已忽略Password
  Switch:rename    Flash:config.old   Flash:config.text
  8、copy配置文件到当前系统中
  Switch:copyFlash:config.textsystem:running-config
  9、修改口令
  Switch:enable secretcisco
  10、保存配置
  Switch:copy running-config startup-config
页: [1]
查看完整版本: CISCO 交换机密码破解方法