Hydra says different passwords with are correct each run, but only one works

I am doing CTF ‘Skynet’ from THM and came across this problem.
Enumerating SMB, I gathered credentials ‘milesdyson’ and a list of passwords ‘log1.txt’.
I figured that I could try to brute force squirrelMail login form using Hydra. This is … Continue reading Hydra says different passwords with are correct each run, but only one works

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]