Hi! i'm currently having issues bruteforcing a cisco router with hydra. I've created a file with 8 passwords, the correct one included, and the login is blank. When i try to use
hydra -l '' -P pass.txt 192.168.0.1 http-get /
hydra finds all the passwords valid. I searched some topics and found out that the protocol wasn't valid and that i needed to take a look at the framesource of the validation form. When i try to do it, all i can see is the form name: DprSetup.asp , but nothing else. I'm not able to see the authentification method or anything.
I've tried using wireshark to get the packages but i'm not sure how to filter the reelevant ones.
Do you guys have any ideas on how to proceed?
Thanks for the help