File tree 7 files changed +12
-10
lines changed
src/main/java/de/rub/nds/tlsscanner/serverscanner/probe/result
7 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,8 @@ $ java -jar apps/TLS-Server-Scanner.jar -connect localhost:4433
36
36
37
37
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).
38
38
39
+ In order to see more details about the Guidelines, use "-reportDetail ALL".
40
+
39
41
40
42
# Docker
41
43
We provide you with a Dockerfile, which lets you run the scanner directly:
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >de.rub.nds.tlsscanner</groupId >
6
6
<artifactId >TLS-Scanner</artifactId >
7
- <version >4.3.0-SNAPSHOT </version >
7
+ <version >4.2.3 </version >
8
8
</parent >
9
9
<packaging >jar</packaging >
10
10
<artifactId >Scanner-Core</artifactId >
11
- <version >4.3.0-SNAPSHOT </version >
11
+ <version >4.2.3 </version >
12
12
<build >
13
13
<plugins >
14
14
<plugin >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >de.rub.nds.tlsscanner</groupId >
6
6
<artifactId >TLS-Scanner</artifactId >
7
- <version >4.3.0-SNAPSHOT </version >
7
+ <version >4.2.3 </version >
8
8
</parent >
9
9
<name >TLS-Client-Scanner</name >
10
10
<packaging >jar</packaging >
56
56
<dependency >
57
57
<groupId >de.rub.nds.tlsscanner</groupId >
58
58
<artifactId >Scanner-Core</artifactId >
59
- <version >4.3.0-SNAPSHOT </version >
59
+ <version >4.2.3 </version >
60
60
<type >jar</type >
61
61
</dependency >
62
62
</dependencies >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >de.rub.nds.tlsscanner</groupId >
6
6
<artifactId >TLS-Scanner</artifactId >
7
- <version >4.3.0-SNAPSHOT </version >
7
+ <version >4.2.3 </version >
8
8
</parent >
9
9
<packaging >jar</packaging >
10
10
<artifactId >TLS-Scanner-Core</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >de.rub.nds.tlsscanner</groupId >
6
6
<artifactId >TLS-Scanner</artifactId >
7
- <version >4.3.0-SNAPSHOT </version >
7
+ <version >4.2.3 </version >
8
8
</parent >
9
9
<name >TLS-Server-Scanner</name >
10
10
<packaging >jar</packaging >
67
67
<dependency >
68
68
<groupId >de.rub.nds.tlsscanner</groupId >
69
69
<artifactId >Scanner-Core</artifactId >
70
- <version >4.3.0-SNAPSHOT </version >
70
+ <version >4.2.3 </version >
71
71
<type >jar</type >
72
72
</dependency >
73
73
</dependencies >
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ protected void mergeData(ServerReport report) {
55
55
List <HpkpPin > reportOnlyPinList = new LinkedList <>();
56
56
if (headerList != null ) {
57
57
for (HttpsHeader header : headerList ) {
58
- if (header .getHeaderName ().getValue ().equals ("Strict-Transport-Security " )) {
58
+ if (header .getHeaderName ().getValue ().toLowerCase (). equals ("strict-transport-security " )) {
59
59
supportsHsts = TestResults .TRUE ;
60
60
boolean preload = false ;
61
61
String [] values = header .getHeaderValue ().getValue ().split (";" );
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 >4.3.0-SNAPSHOT </version >
6
+ <version >4.2.3 </version >
7
7
<packaging >pom</packaging >
8
8
<name >TLS-Scanner</name >
9
9
<url >https://github.com/tls-attacker/TLS-Scanner</url >
60
60
<dependency >
61
61
<groupId >de.rub.nds.tlsattacker</groupId >
62
62
<artifactId >TLS-Core</artifactId >
63
- <version >3.9.0-SNAPSHOT </version >
63
+ <version >3.8.1 </version >
64
64
</dependency >
65
65
<dependency >
66
66
<groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments