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-38Lines changed: 2 additions & 38 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 installed, as well as [TLS-Attacker](https://github.com/RUB-NDS/TLS-Attacker) in Version 2.1
7
+
In order to compile and use TLS-Scanner, you need to have Java installed, as well as [TLS-Attacker](https://github.com/RUB-NDS/TLS-Attacker) in Version 2.2
8
8
9
9
```bash
10
10
$ cd TLS-Scanner
@@ -23,7 +23,7 @@ $ ./mvnw 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 2.1*
26
+
**Please note:***In order to run this tool you need TLS-Attacker version 2.2*
27
27
28
28
# Running
29
29
In order to run TLS-Scanner you need to run the jar file in the apps/ folder.
You can specify a host you want to scan with the -connect parameter. If you want to improve the performance of the scan you can use the -threads parameter (default=1).
36
-
37
-
38
-
# Results
39
-
TLS-Scanner uses the concept of "checks" which are performed after it collected configuration information. A check which results in "true" is consideres a non optimal choice and is an indicator for a pentester for a possible problem.
0 commit comments