vcenter_saml_login icon indicating copy to clipboard operation
vcenter_saml_login copied to clipboard

Fix encoding errors that cannot execute loops correctly.

Open me1ons opened this issue 1 year ago • 2 comments

Fix errors caused by encoding issues.

me1ons avatar Sep 01 '23 02:09 me1ons

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 trusted_cert_1, domain = get_trusted_cert1(bin_stream, args.verbose) TypeError: cannot unpack non-iterable NoneType object

chibd2000 avatar Dec 07 '23 16:12 chibd2000

@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

devnull044 avatar Feb 28 '24 18:02 devnull044