Skip to main content

in reply to Anders Rytter Hansen

It's not quite complete without code on the password reset page to tell you that you can't reuse your password.
in reply to kandoh

@kandoh
Yes haha. This way we can get back to the times where 4 characters passwords were sufficient 😃
in reply to Anders Rytter Hansen

Fine I'll just change my password to what I thought it should be.

*New password cannot match old password

in reply to Anders Rytter Hansen

As a non programmer, is the joke that humans will retype their password assuming that they made a typo?

If so, sick indeed.

in reply to Anders Rytter Hansen

This is a really interesting idea, but a password manager would throw a wrench in it.

I'd assume my password was invalidated or stored incorrectly, so I'd reset, then I'd try to log in, wtf... this website blows.

in reply to Anders Rytter Hansen

Won't protect against an offline attack (just will confuse the hell out of the hacker) but might confound an online attack? Until someone gets wise and runs the tool a second time. Loving the chaotic neutral vibes here.
This entry was edited (1 month ago)
in reply to Anders Rytter Hansen

Well, I sometimes input the same password 15-times in a row, and it works only on the last try. ¯⁠\⁠⁠(⁠ツ⁠)⁠⁠/⁠¯
This entry was edited (1 month ago)
in reply to Anders Rytter Hansen

If they had the password right the first try, that isn't a brute force attack, thats a credential leak.
in reply to Anders Rytter Hansen

I remember in college editing OpenSSH source code to instead of return wrong password to a root shell prompt just to stop brute force attacks
in reply to Anders Rytter Hansen

Oh all of my configs are deny root ssh login or without-password. I noticed a significant decrease in scans when returning a root prompt when I did that. This was also in the mid 2000s so who knows how things would be in this day in age for a reduction in scans
in reply to Pacmanlives

@Pacmanlives
So it was a fake root prompt which tricked the bots into believing that they logged in successfully but in reality the prompt could do nothing on the system?
⇧