vcenter_saml_login icon indicating copy to clipboard operation
vcenter_saml_login copied to clipboard

A tool to extract the IdP cert from vCenter backups and log in as Administrator

Results 12 vcenter_saml_login issues
Sort by recently updated
recently updated
newest added

vCenter version: VMware vCenter Server 7.0.3 build-18901211 Git cloned the source code today. When running, I receive the following: ``` root@host:/opt/vcenter_saml_login# python3 vcenter_saml_login.py -p data.mdb -t 10.0.X.X -v [*] Extracted...

For VMware vSphere 6.7.0.4600, the get_idp_cert() function returns the _first_ instance of bytes found that it thinks are a private key. I do see you perform a check_key_valid() to check...