Hello, I am trying to enumerate 1800+ KVM switches to determine what they are. My problem is they use self-signed SSL certs. I have all the IP addresses for them and I know the login urls. However, these could have a logon like these:
https://x.x.x.x/cgi-bin/kvm.cgi?&file=login
https://x.x.x.x/login.asp?language=en-US
Obviously, I really would like to avoid having to logon using IE, approving the self-signed cert, then marking the identity down. It is very labor intensive and time consuming. Can someone come up with a script that would try each of these URLs and ignore the invalid cert by using IP Addresses in a file?