Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.46 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.46 KB

Protocol-Attacker

licence Build Status

Protocol-Attacker is an open-source library for the creation of Protocol-Analysis tools like TLS-Attacker or SSH-Attacker. The tool is not intended to be used directly, but by other software projects as a library.

Installation

In order to compile Protocol-Attacker, you need to have Java and Maven installed. On Ubuntu you can install Maven by running:

$ sudo apt-get install maven

Protocol-Attacker currently needs Java JDK 11 to run. If you have the correct Java version you can install Protocol-Attacker as follows.

$ git clone https://github.com/tls-attacker/Protocol-Attacker.git
$ cd Protocol-Attacker
$ mvn clean install

If you want to use this project as a dependency, you do not have to compile it yourself and can include it in your pom .xml as follows.

<dependency>
    <groupId>de.rub.nds</groupId>
    <artifactId>protocol-attacker</artifactId>
    <version>1.1.0</version>
</dependency>

Acknowledgements

The framework is developed, funded and maintained by the Ruhr University Bochum (RUB), Paderborn University (UPB), Technology Innovation Institute (TII), and the Hackmanit GmbH.

Projects

This library is used in TLS-Attacker (https://github.com/tls-attacker/TLS-Attacker/)