QUIC Protocol
The most significant part of this release is adding support for QUIC as C2 protocol.
- Use the
-proto
command line flag for both the agent and server with a value ofh2
for HTTP/2 andhq
for QUIC. The default ish2
. - A warning message is given when the server is run with the x509 certificates distributed with Merlin.
- The
sessions
andinfo
commands will now tell you the status of the agent (Active, Delayed, or Dead). - New
remove
command to clear a dead agent from the server. - Server now defaults to the loopback adapter interface of 127.0.0.1 when started without the
-i
command line flag. - View the CHANGELOG for additional details
The compressed files have a password of
merlin
.