GithubHelp home page GithubHelp logo

morristech / tls-attacker-project-template Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tls-attacker/tls-attacker-project-template

0.0 1.0 0.0 6 KB

A TLS-Attacker maven Template for new TLS-Attacker related projects

Java 100.00%

tls-attacker-project-template's Introduction

TLS-Attacker-Project-Template

This is an example Maven project which uses TLS-Attacker as a library. It provies a basic pom.xml which you can adjust to your needs and some basic code on how to call TLS-Attacker code. First of all you need to install TLS-Attacker. If you already did that you can skip this step.

git clone https://github.com/RUB-NDS/TLS-Attacker.git
cd TLS-Attacker
mvn clean install
cd ..
\\Now you can clone this project 
git clone https://github.com/RUB-NDS/TLS-Attacker-Project-Template.git
cd TLS-Attacker-Project-Template

Now you should have everything you need. You can build the example project with:

mvn clean package

After you built the project you can run the jar from the apps folder.

java -jar apps/TLS-Attacker-Template.jar "10.160.160.3" "50001" "TLS12"

The example code specifies a basic config with an example WorkflowTrace. It then tries to connect to a server on 10.160.160.3 at port 50001. If there is no Server listening on that port you will get an ConfigurationException. We internally use Netbeans to work with TLS-Attacker. However you can use the IDE of your choice. If you have questions just contact @ic0nz1, @jurajsomorovsky or create an issue here on github.

Have fun :)

tls-attacker-project-template's People

Contributors

ic0ns avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.