tintinweb / scapy-ssl_tls

SSL/TLS layers for scapy the interactive packet manipulation tool
GNU General Public License v2.0
419 stars 156 forks source link

Server key Exchange #102

Closed sujith-chilled closed 6 years ago

sujith-chilled commented 7 years ago

Any one have any sample code for generating SKE message from server ?

alexmgr commented 7 years ago

Hi @sujith-chilled,

I did this a while back, but looks like I never put this in the example folder. Can't remember if it required changes to scapy-ssl_tls itself. Anyway, you can start by modifying rsa_server.py under examples to support SKE. If you encounter any bugs, I can fix the backend code.

alexmgr commented 6 years ago

@sujith-chilled I just added this in #113 (only DHE right now). Give it a shot if it's still relevant to you (see examples/server_dhe.py)