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

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -