Web applications frequently provide their users the ability to retrieve a forgotten password. Unfortunately, many web applications fail to implement the mechanism properly. The information required to verify the identity of the user is often overly simplistic.
web应用一般会为用户提供取回密码功能,但是很多应用没有正确的实现这个机制。
Hint: There is no lock out policy in place, brute force your way!
即没有锁死机制,因此有时只需要进行暴力破解就可以拿到用户密码!!!
脑残问题 但是与弱密钥问题一样 普遍存在
学会怎样检索到存在这类问题的网站!!!