Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when I login, i find if i use a wrong username:
So we can use brute force to get the correct username beacuse the correct username has different response lenth
after we got the correct username,use the same way to get the correct password
302 redirect means we login successful
The text was updated successfully, but these errors were encountered:
https://github.com/sanluan/PublicCMS/issues/18
803d4ab
No branches or pull requests
when I login, i find if i use a wrong username:

So we can use brute force to get the correct username beacuse the correct username has different response lenth

after we got the correct username,use the same way to get the correct password
302 redirect means we login successful
The text was updated successfully, but these errors were encountered: