I have a private system that requires a user to login. It links to a separate webmail login page that requires users to enter the same credentials twice. I can pre-fill these fields in with html parameters, but I can’t seem to find a way to auto-submit. Is it possible? How?
Share
You can exploit CSRF to log users in, if the webmail isn’t protected against CSRF attacks (yes, attack, as automatically submitting forms on 3rd party site is a risk).