Recover WEP, Admin, Guest account Password from WLC

Salil Prabhu from Cisco TAC did a great post on how to recover WEP, ADMIN and Guest account passwords. Note this will not yield the PSK key. As you can not pull the PSK from a WLC.
Procedure to Recover WEP,Admin,Guest account Password from WLC
Step 1 :
1. (Cisco Controller) >show switchconfig
802.3x Flow Control Mode......................... Disable
FIPS prerequisite features....................... Disabled
secret obfuscation............................... Enabled
(Cisco Controller) >config switchconfig secret-obfuscation disabled
Secret (de-)obfuscation may take a few minutes.
Please wait... Done!
(Cisco Controller) >config passwd-cleartext enable
The way you see your passwds will be changed
You are being warned.
Enter admin password: ***********
Enabling cleartext viewing of passwords
Step 2:
2. Download config from the WLC. Commands --> Upload configuration from
WLC to tftp server.
Step 3:
3. Open the file in notepad :
WEP :
config wlan security static-wep-key encryption 4 40 hex encrypt 0 0 0 128 313233343500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 1
40 = 40 bit key
ADMIN :
config mgmtuser add encrypt admin1 0 0 0 8 436973636f31323300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 read-write
Guest-Account :
config netuser add encrypt username guest-1 password 0 0 0 7 67756573742d310000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 wlan 0 usertype guest lifetime 86400
Step 4:
4. Use this tool to convert to Ascii : ( Use red colour digits ..)
http://www.dolcevie.com/js/converter.html
WEP : Key size = 40bit.HEX :3132333435
Ascii : 12345 ( using the tool )
ADMIN : Username : admin1
HEX : 436973636f313233
Ascii : Cisco123
Guest-Account: Username: guest-1
HEX: 67756573742d31
Ascii : guest-1
Reader Comments