One of my responsibilities at my new job pertains to network security and after I ran a directory traversal tool against our old web server I found that the admin login page to the Content Management System is unrestricted and is accessible through the internet.
I brought this to the attention of my boss who said that since the "EventValidation" and "ViewState" parameters are set, it's protected against a brute forcing applications like Hydra or Medusa. This doesn't really sit well with me because there is no reCAPTCHA or account lock-out policy in place on the web form.
I've tried to do some research on these parameters and how they affect brute force attacks but I'm not finding anything concrete, if anyone could point me in the right direction or shed some light on this issue I'd really appreciate it!