我有新的 Alcatel-Lucent 路由器,由我的 ISP 人员安装。当我看到 WAN 设置时,那里存储着用户名和密码。
我想知道那个密码。
我可以透露密码吗?我已经尝试使用检查元素更改 HTML 脚本
<input type="password" name="pppoe_password" size="20" maxlength="62">
到
<input type="text" name="pppoe_password" size="20" maxlength="62">
但还是不行,密码变成了奇怪的符号。如何揭示“真正的”密码?