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]