A Docker with a ready-to-use version of retina using a PCAP-based DPDK virtual device.
838
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
Content type
Image
Digest
Size
1017.8 MB
Last updated
over 4 years ago
docker pull tbarbette/retina