Monday 6 June 2016

Cisco Level 7 Passwords.

This may not be part of CCENT ICND1 100-101 maybe 100-105

https://www.m00nie.com/type-7-password-tool/

Word: satish
Level 7 encrypted : 0215054F021507


Router(config)#enable password 7 ?
  WORD  The HIDDEN 'enable' password string
Router(config)#enable password 7 satish
Invalid encrypted password:satish
# not accepted 
Router(config)#enable password 7 0215054F021507
Router(config)#

# now accepted as the above string is level 7 encrypted

To log into enable privileged mode , the encrypted password
that is 0215054F021507 should be used and not satish.

Options:
 Router(config)#enable secret ?
  0      Specifies an UNENCRYPTED password will follow
  5      Specifies an ENCRYPTED secret will follow
  LINE   The UNENCRYPTED (cleartext) 'enable' secret
  level  Set exec level password
Router(config)#enable secret 5 ?
  LINE  The ENCRYPTED 'enable' secret string
Router(config)#enable secret 5 line
Router(config)#enable secret line ?
  <cr>
Router(config)#enable secret line
Router(config)#enable secret level ?
  <1-15>  Level number
Router(config)#enable secret level 15 ?
  0     Specifies an UNENCRYPTED password will follow
  5     Specifies an ENCRYPTED secret will follow
  LINE  The UNENCRYPTED (cleartext) 'enable' secret
Router(config)#enable secret level 15 0 0215054F021507
Router(config)#enable password ?
  7      Specifies a HIDDEN password will follow
  LINE   The UNENCRYPTED (cleartext) 'enable' password
  level  Set exec level password
Router(config)#enable password 7 ?
  WORD  The HIDDEN 'enable' password string


No comments:

Post a Comment