Hello There,

So far hydra looks great for me. would like to know the following scenario works in current release or not.

1) Input url -> http://192.168.21.1/primaryurl.php with login and password as form fields.
2) Occasionally, If some parameters are not present it would redirect to http://192.168.21.1/login.php for authentication and redirects back to /primaryurl.php
3) I see parameters remains same in either of urls.

I have tried to use following command:

hydra -L user.txt -P pass.txt 192.168.21.1 http-form-post "/primaryurl.php:login=^USER^&password=^PASS^&form=s ubmit:Invalid Credentials" -vV

Now, can we have the following possibilities?

1) how to tell hydra to follow redirects just like curl does with parameter -L ?
2) how to pass session parameters?

Can we know more on this topic?

Thanks,
Ravindra Aditya
https://www.linkedin.com/in/mravindra