When I try to guess the password for my email using the Hydra tool, no result appears [closed]

When I try to guess the password for my Gmail email using the Hydra tool, no results appear, even though the password is in the wordlist. This is the command used.
hydra -l *******@gmail.com -P pass.lst -s 465 -S -v -V -t 1 smtp.gmail.com … Continue reading When I try to guess the password for my email using the Hydra tool, no result appears [closed]

I try to brute force hydra to an address but I don’t understand why it doesn’t work [closed]

This is my command
hydra -l root -P common.txt 192.168.100.1 http-post-form \
‘/http://192.168.100.1/login.cgi:UserName=^USER^&PassWord=^PASS^:Incorrect User Name/Password combination. Please try again.’

And this is the output I get
H… Continue reading I try to brute force hydra to an address but I don’t understand why it doesn’t work [closed]

Hydra accepts all passwords as valid when only one is. What can I do to make hydra work? [duplicate]

Hydra accepts all passwords as valid when only one is. What can I do to make hydra work? No articles helped.
My command:
hydra -V -l 1234565 -P password.txt -s 443 gartic.com.br http-post-form"/log.php:userLogin=^USER^&senhaLogin=… Continue reading Hydra accepts all passwords as valid when only one is. What can I do to make hydra work? [duplicate]