From da4e34e1df4fee7563ab1901979f756fa3fc713a Mon Sep 17 00:00:00 2001 From: Jean-Louis Huynen Date: Mon, 14 Jan 2019 17:12:26 +0100 Subject: [PATCH] typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 891949a..133a1db 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,11 @@ make amd64l # for amd64 / linux See https://github.com/D4-project/d4-core/tree/master/server $IP_SRV being the d4-server's address, $PORT its listening port ## Pipe data into the client -###Some file +### Some file ```bash cat /proc/cpuinfo | ./d4-goclient -c conf.sample/ | socat - OPENSSL-CONNECT:$IP_SRV:$PORT,verify=0 ``` -###Tcpdump output, discarding our own traffic +### Tcpdump output, discarding our own traffic $IP being the monitoring computer ip ```bash tcpdump not dst $IP and not src $IP -w - | ./d4-goclient -c conf.sample/ | socat - OPENSSL-CONNECT:$IP_SRV:$PORT,verify=0