|
Home > Archive > CCNA > April 2001 > How to brake the enable password in Cisco 2600 Series Routers
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to brake the enable password in Cisco 2600 Series Routers
|
|
|
| enable secret password (which is a very secure, encrypted password).
enable password (which is a less secure, or nonencrypted, password).
help would be really appreciated thank you.
wais,
 | |
| JerryL 2001-04-20, 5:12 pm |
| Are you tryig to crack the encryption, or reset the password?
JerryL | |
|
|
|
| i am trying to reset the password, i think i booted from Flash without loading the configuration. flash version 0x2142. | |
|
| thanks JerryL and bbb, the site that you give me bbb is really helpfull, but one thing i dont understand what is 0x2142 ??? thanks for respond. | |
| dmaftei 2001-04-20, 6:58 pm |
| quote: Originally posted by wais
what is 0x2142 ???
It's the config register. The "4" means "ignore the config in NVRAM. If you search for "config-register" at www.cisco.com, you'll find a bazillion pages that explain the meaning of each bit. Good luck! | |
| MadChef 2001-04-21, 5:33 am |
| quote: Originally posted by wais
enable secret password (which is a very secure, encrypted password).
enable password (which is a less secure, or nonencrypted, password).
enable secret is not encrypted. It's an md5 checksum of the password. Being a one-way function, there is no way to derive the password (unencrypt it) from what is stored on the router.
enable password IS an encrypted password, albeit with a fairly trivial vigenere cipher.
More along the lines of this post, I needed to boot a router (a 2650) without loading the config yesterday. While you could still change the config register using a hex value, it also gave you the option of walking you through a menu that prompted you for the changes you wanted to make. Anyone know how long you've been able to do this? I thought it was pretty nifty.
MadChef |
|
|
|
|