Online Search get that light cat default Super User name: Telecomadmin Super Password: ne7ja%5m
Try to find out later is not correct, should be local telecom has a different super password.
Continue searching and find a way to get the super password via Telnet.
CMD under: (Win7 need to turn on Telnet client)
Telnet 192.168.1.1
Use account: root password: admin login
Input:
Shell
Enter the Linux shell interface
Then enter:
grep telecomadmin/mnt/jffs2/hw_ctree.xml
In the display content, Username= "" is the account name, password= "" is the Super password
No content is displayed after operation
Cat Hw_ctree.xml
Found the content is garbled, guess is encrypted. But I do not know how to encrypt the way, so continue to search online. Finally learned that the first compression after the use of AES encryption.
So first
CP Hw_ctree.xml tmpconfig.xml.gz
Copies a copy of the configuration file. Then enter:
AESCRYPT2 1 tmpconfig.xml.gz tmp
To decrypt. At last:
Gzip-d Tmpconfig.xml
OK, now tmpconfig.xml this file has been processed. Use the grep command above to find the super password.
However, if the Super Administrator account is changed, it may not be the result, so the following commands are recommended.
grep x_hw_webuserinfoinstance/mnt/jffs2/hw_ctree.xml
You can also modify the maximum number of WLAN connections through this file, as this is not my purpose, I will not say much.