TLS-Attacker
TLS-Attacker copied to clipboard
-executor_type THREADED_SERVER is not listening on actual host ip instead it is on loop back address only
java -jar TLS-Server.jar -port 4433 -version TLS13 -executor_type THREADED_SERVER 09:34:23 [main] INFO : ThreadedServerWorkflowExecutor - Initializing server connection end at port 4433 09:34:23 [main] INFO : ThreadedServerWorkflowExecutor - Listening on localhost/127.0.0.1:4433... 09:34:23 [main] INFO : ThreadedServerWorkflowExecutor - --- use SIGINT to shutdown ---
is it a bug or design issue ?
with -executor_type DEFAULT it listens on actual host server ip