File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ $ ./mvnw clean install
24
24
25
25
For hints on installing the required libraries checkout the corresponding GitHub repositories.
26
26
27
+ ** Please note:** * In order to run this tool you need TLS-Attacker version 2.0Beta4*
28
+
27
29
# Running
28
30
In order to run TLS-Scanner you need to run the jar file in the apps/ folder.
29
31
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<artifactId >TLS-Scanner</artifactId >
5
5
<groupId >de.rub.nds.tlsscanner</groupId >
6
- <version >2.0Beta3 </version >
6
+ <version >1.0 </version >
7
7
<packaging >jar</packaging >
8
8
<dependencies >
9
9
<dependency >
10
10
<groupId >de.rub.nds.tlsattacker</groupId >
11
11
<artifactId >TLS-Core</artifactId >
12
- <version >2.0Beta3 </version >
12
+ <version >2.0Beta4 </version >
13
13
</dependency >
14
14
<dependency >
15
15
<groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments