Skip to content

TLS Server

ic0ns edited this page Sep 6, 2017 · 3 revisions

TLS-Attacker ships with an example TLS-Server implementation which you can use to start TLS-Servers. Note that since TLS-Attacker is Workflow oriented the Server will close itself after each connection has currently has to be restarted after each Handshake. In its core the Server works very similar to the TLS-Client. You can start the Server with the command:

java -jar TLS-Server.jar -port 4433 -cipher TLS_RSA_WITH_AES_128_CBC_SHA

You can find a reference of all available parameters by executing:

java -jar TLS-Server.jar
Clone this wiki locally