We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b84640 commit c51475eCopy full SHA for c51475e
Attacks/src/main/java/de/rub/nds/tlsattacker/attacks/config/Lucky13CommandConfig.java
@@ -65,6 +65,7 @@ public Lucky13CommandConfig(GeneralDelegate delegate) {
65
ciphersuiteDelegate = new CiphersuiteDelegate();
66
protocolVersionDelegate = new ProtocolVersionDelegate();
67
starttlsDelegate = new StarttlsDelegate();
68
+ proxyDelegate = new ProxyDelegate();
69
addDelegate(clientDelegate);
70
addDelegate(hostnameExtensionDelegate);
71
addDelegate(ciphersuiteDelegate);
0 commit comments