You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ TLS-Scanner is a tool created by the Chair for Network and Data Security from th
4
4
**Please note:***TLS-Scanner is a research tool intended for TLS developers, pentesters, administrators and researchers. There is no GUI. It is in the first version and may contain some bugs.*
5
5
6
6
# Compiling
7
-
In order to compile and use TLS-Scanner, you need to have Java and Maven installed, as well as [TLS-Attacker](https://github.com/RUB-NDS/TLS-Attacker) in Version 3.3.0
7
+
In order to compile and use TLS-Scanner, you need to have Java and Maven installed, as well as [TLS-Attacker](https://github.com/RUB-NDS/TLS-Attacker) in Version 3.3.1
8
8
9
9
```bash
10
10
$ cd TLS-Scanner
@@ -23,7 +23,7 @@ $ mvn clean install
23
23
24
24
For hints on installing the required libraries checkout the corresponding GitHub repositories.
25
25
26
-
**Please note:***In order to run this tool you need TLS-Attacker version 3.3.0*
26
+
**Please note:***In order to run this tool you need TLS-Attacker version 3.3.1*
27
27
28
28
# Running
29
29
In order to run TLS-Scanner you need to run the jar file in the apps/ folder.
0 commit comments