|
|
|
|
|
by throw10920
1512 days ago
|
|
There are far better ways to stop credential stuffing than requiring a phone number that would be immediately obvious to the people at Google - Hashcash, for instance[1]. 250M login attempts times a few seconds of CPU time is a lot of compute cost to inflict on an attacker who is carrying out the same attack against a bunch of other services at once, and virtually nothing to the few thousands of active users who should only be logging in once every few months each. And yes, a few extra seconds of logon time is viable, because people are used to the login process taking a few seconds and they don't do it very frequently. "Credential stuffing" is straight-up an invalid excuse for asking for someone's phone number. [1] https://en.wikipedia.org/wiki/Hashcash |
|
In a normal attack, there are maybe 2-3 requests per hour that come from each hacker-owned device. The only thing that hashcat would do is drastically increase power consumption at no cost to the attacker, and turn the application into a battery drainer on mobile devices.
So no, Hashcat is not an adequate solution.