Skip to content

Commit 306bfe4

Browse files
authored
Merge pull request #134 from tls-attacker/readmefix
updated readme to indicate that you have to checkout submodules and c…
2 parents 68441c1 + e1683e3 commit 306bfe4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ In order to compile and use TLS-Scanner, you need to run:
1313

1414
```bash
1515
$ cd TLS-Scanner
16+
$ git submodule update --init --recursive
1617
$ mvn clean package
1718

1819
```
@@ -30,7 +31,7 @@ $ mvn clean install
3031
In order to run TLS-Scanner you need to run the jar file in the apps/ folder.
3132

3233
```bash
33-
$ java -jar apps/TLS-Scanner.jar -connect localhost:4433
34+
$ java -jar apps/TLS-Server-Scanner.jar -connect localhost:4433
3435
```
3536

3637
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).

0 commit comments

Comments
 (0)