Hi,
I'm not able to test my website since it is a javascript front-end expecting a json payload through a POST and answering with another json message in case of error.
In my login page there is only a password field to fill, without even a username needed.
The only example I've found on the web is from 2014
https://security.stackexchange.com/questions/57839/hydra-bruteforce-and-json
Do you know a better way to do that?