Sign inSign up

tbarbette/retina

By tbarbette

•Updated over 4 years ago

A Docker with a ready-to-use version of retina using a PCAP-based DPDK virtual device.

Image
0

838

tbarbette/retina repository overview

The docker entry point has two argument : the interface name, for instance eth0 and the app to run, for instance tls_log

You need to use --network host to access the network interface :

sudo docker run -it --rm --network host --name my_retina tbarbette/retina eth0 tls_log

Will launch Retina on eth0 and log all TLS handshakes.

If eth0 is your real WAN interface, you may browse an HTTPS website, for instance, https://www.google.com⁠ and you will get the TLS handshake information on screen.

The source for this docker are available at https://github.com/tbarbette/retina-docker⁠

Tag summary

Content type

Image

Digest

Size

1017.8 MB

Last updated

over 4 years ago

docker pull tbarbette/retina