not able to use
Created by: souravkr529
Hello,
I'm very new to this cybersecurity field Please anyone help me out with this problem. ### Note I have replace website name with ConfidentialWebsite.com
When I use tls protocol I'm getting this error :-
dheat --protocol tls ConfidentialWebsite.com Traceback (most recent call last): File "/usr/local/bin/dheat", line 8, in sys.exit(main()) File "/usr/local/lib/python3.9/dist-packages/dheater/main.py", line 512, in main enforcer = DHEnforcerThreadTLS(args.uri, args.timeout, pre_check_result) File "", line 14, in init File "/usr/local/lib/python3.9/dist-packages/dheater/main.py", line 125, in attrs_post_init self._pre_check() File "/usr/local/lib/python3.9/dist-packages/dheater/main.py", line 390, in _pre_check if is_tls_1_3: NameError: name 'is_tls_1_3' is not defined
When I use ssh protocol I'm getting this error :-
dheat --protocol ssh ConfidentialWebsite.com
Network error oocuerd while checking whether Diffie-Hellman ephemeral (DHE) key exchange is supported by the server;
uri="ConfidentialWebsite.com", error="connection to target cannot be established"
