Maybe your idiotic user forgot the DSL password to their Netcomm modem. A minute with the password dump and Excel should help:
- Backup the Netcomm modem configuration to file through its web interface.
- Open the file and find the encoded password - it will be hexadecimal pairs like this: password="989A909999899E8C8C"
- Fire up Excel and put each hexadecimal pair in a column starting from A1.
- Put this formula in B1 and copy it down: =CHAR(255-HEX2DEC(A1))
- The result is the password.
Big ups to
Cadzow Tech Proprietary Limited.
No comments:
Post a Comment