python - Getting Error "NameError: name 'TLSExtSupportedGroup' is not defined" while executing the program -


i trying execute program full_rsa_connection_with_application_data.py given here. however, dont know why getting following error

traceback (most recent call last): file "full_rsa_connection_with_application_data.py", line 21, in <module>     extensions = [tlsextension() / tlsextecpointsformat(),tlsextension()/ tlsextsupportedgroup()] nameerror: name 'tlsextsupportedgroup' not defined 

how can proceed further?

with pip install installing code of release 1.2.3.2 should try example instead:

https://github.com/tintinweb/scapy-ssl_tls/blob/release/1.2.3/examples/full_rsa_connection_with_application_data.py

the example linked there working master branch @ has classes release hasnt tlsextsupportedgroup


Comments

Popular posts from this blog

Command prompt result in label. Python 2.7 -

javascript - How do I use URL parameters to change link href on page? -

amazon web services - AWS Route53 Trying To Get Site To Resolve To www -