cryptonice icon indicating copy to clipboard operation
cryptonice copied to clipboard

ServerNetworkLocationViaDirectConnection Error

Open vicpylongithub opened this issue 3 years ago • 2 comments

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)

vicpylongithub avatar Feb 23 '22 20:02 vicpylongithub

Have you solved this problem

dada2010 avatar May 04 '22 10:05 dada2010

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.

tsvsj avatar Oct 21 '22 17:10 tsvsj