vcenter_saml_login
vcenter_saml_login copied to clipboard
Fix encoding errors that cannot execute loops correctly.
Fix errors caused by encoding issues.
root@iZbp16t0f0capiopc3i773Z:~/linux/output/master/vcenter_saml_login-main# python3 vcenter_saml_login_fix.py -p data.mdb.bak -t 10.17.202.100
[*] Successfully extracted the IdP certificate
Traceback (most recent call last):
File "vcenter_saml_login_fix.py", line 345, in
@chibd2000 im currently getting the error you posted using the main branch:
[*] Successfully extracted the IdP certificate
[*] CN: cn=TrustedCertChain-1,cn=TrustedCertificateChains,cn=vSphere.local,cn=Tenants,cn=IdentityManager,cn=Services,dc=vSphere,dc=local
[*] Domain: vSphere.local
Traceback (most recent call last):
File "/opt/vcenter_saml_login/vcenter_saml_login2.py", line 345, in <module>
trusted_cert_1, domain = get_trusted_cert1(bin_stream, args.verbose)
TypeError: cannot unpack non-iterable NoneType object