Skip to content

Commit bc82abc

Browse files
authored
Merge pull request #198 from goreil/main
Remove mention of Attacks.jar in README.md
2 parents dd09008 + 616f858 commit bc82abc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,6 @@ or as a server with:
6161
$ java -jar TLS-Server.jar -port [port]
6262
```
6363

64-
TLS-Attacker also ships with some example attacks on TLS to show you how easy it is to implement an attack with TLS-Attacker.
65-
You can run those examples with the following command:
66-
67-
```bash
68-
$ java -jar Attacks.jar [Attack] -connect [host:port]
69-
```
7064

7165
Although these example applications are very powerful in itself, TLS-Attacker unleashes its full potential when used as a programming library.
7266

0 commit comments

Comments
 (0)