You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting this error after installation. Double checked the dependencies and cannot see anything missing.
File "/Library/Frameworks/Python.framework/Versions/3.8/bin/cryptonice", line 5, in
from cryptonice.main import main
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/cryptonice/main.py", line 1, in
from cryptonice.scanner import scanner_driver
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/cryptonice/scanner.py", line 13, in
from .gettls import tls_scan
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/cryptonice/gettls.py", line 4, in
from sslyze import (
ImportError: cannot import name 'ServerNetworkLocationViaDirectConnection' from 'sslyze' (/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/sslyze/init.py)
The text was updated successfully, but these errors were encountered:
When sslyze were updated to version 5.0.0 in Nov '21, cryptonice was obviously buried. After the new major release of sslyze, which has numerous breaking changes (naturally, as it's a major release), there was no update for cryptonice anymore. Therefore, you can't use it anymore in recent environments.
It's a pity. But just put it in the grave to all of the other OpenSource tools from F5, which didn't stand a single year.
Getting this error after installation. Double checked the dependencies and cannot see anything missing.
File "/Library/Frameworks/Python.framework/Versions/3.8/bin/cryptonice", line 5, in
from cryptonice.main import main
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/cryptonice/main.py", line 1, in
from cryptonice.scanner import scanner_driver
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/cryptonice/scanner.py", line 13, in
from .gettls import tls_scan
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/cryptonice/gettls.py", line 4, in
from sslyze import (
ImportError: cannot import name 'ServerNetworkLocationViaDirectConnection' from 'sslyze' (/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/sslyze/init.py)
The text was updated successfully, but these errors were encountered: