appknox/pyaxmlparser

"x509 is not defined" in calling apk.get_certificates()

Closed this issue · 3 comments

In "pyaxmlparser/core.py", you use "x509" and "cms", but they haven't be imported.
And i read "requirements.txt", but i can't find anything about "x509" and "cms".
After i search in google, find "asn1crypto".

I think you should add "asn1crypto" in "requirements.txt" and import them in "pyaxmlparser/core.py"

Agreed this is a miss, will be fixing this

This is being tracked at #55 👍

@Venonatory new version released in Pypi, you can go ahead and use it now 👍