-
Notifications
You must be signed in to change notification settings - Fork 385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Censys analyzer is failing #917
Comments
If you are using the public API rather than the ASM, you need to change the censys related headers in censys_analyzer.py to:
|
@smclinden It did not work as well. It gives the following error:
|
I used the most recent (at the time of the original posting) version of censys-python from GitHub. https://github.com/censys/censys-python/ |
Hello folks, any news on this ? We will postpone it for 3.1.0 until a fix is available. |
I think this has been fixed here.. c0cb7f8#diff-72cabf7350aa394a58a826df82d5f868402a54f2377d5afc0eb8d8f0188e606e |
I have some problem similar to this: TheHive-Project#917. Its bug (dont know what this issue was closed) This working for censys==2.0.5
Thanks !
Not sure if its related, but upon futher testing the Censys_1_0 analyzer failed to work as well :
Traceback (most recent call last): File "/opt/Cortex-Analyzers/analyzers/Censys/censys_analyzer.py", line 6, in <module> from censys.base import CensysNotFoundException, CensysRateLimitExceededException, CensysUnauthorizedExceptionImportError: cannot import name 'CensysNotFoundException' from 'censys.base' (/usr/local/lib/python3.8/dist-packages/censys/base.py)
Originally posted by @Aim4r in #914 (comment)
The text was updated successfully, but these errors were encountered: