Skip to content

Commit c51475e

Browse files
committed
fixed attacks.jar main method
1 parent 4b84640 commit c51475e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Attacks/src/main/java/de/rub/nds/tlsattacker/attacks/config/Lucky13CommandConfig.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ public Lucky13CommandConfig(GeneralDelegate delegate) {
6565
ciphersuiteDelegate = new CiphersuiteDelegate();
6666
protocolVersionDelegate = new ProtocolVersionDelegate();
6767
starttlsDelegate = new StarttlsDelegate();
68+
proxyDelegate = new ProxyDelegate();
6869
addDelegate(clientDelegate);
6970
addDelegate(hostnameExtensionDelegate);
7071
addDelegate(ciphersuiteDelegate);

0 commit comments

Comments
 (0)