Skip to content

1. TLS_Breaker Configuration

subramanya-shetty edited this page Sep 14, 2022 · 4 revisions

This document provides information regarding the setting up of the project in order to execute the attacks.

Pre-requisites

  1. TLS-Breaker project.
  2. Java and Maven.
  3. TLS-Breaker requires JDK 11.

Compiling

To compile and build the TLS-Breaker. Follow the below steps

  1. Go to the TLS-Breaker folder.

    cd TLS-Breaker
    
  2. Execute the below command.

    mvn clean install
    

    (In order to skip the tests, use the alternative command)

     mvn clean install -DskipTests=true
    
  3. If successfully built, the resulting jar file is generated in the ‘apps’ folder. We should be able to see the latest attacks jar generated in the “apps” folder under TLS-Breaker.