From 65fa96830826c25dbd9363fd17669c6e8237c925 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Abdelkader=20Mart=C3=ADnez=20P=C3=A9rez?= Date: Fri, 6 Sep 2019 13:21:00 +0200 Subject: [PATCH] Better explanation --- poc/examples/tcpdump/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/poc/examples/tcpdump/README.md b/poc/examples/tcpdump/README.md index fc7698a..3b91b3e 100644 --- a/poc/examples/tcpdump/README.md +++ b/poc/examples/tcpdump/README.md @@ -1,7 +1,8 @@ Remote tcpdump sniffer with source filtering ============================================ -1. Add any filter you want to the tcpdump command inside `tcpdump.pow`. +1. Add any filter you want to the tcpdump command inside `tcpdump.pow` to filter + any traffic you don't want to be sniffed! 2. For the sake of simplicity run `sudo kapow server tcpdump.pow`. In a production environment tcpdump should be run with the appropiate permissions but kapow can (and should) run as an unprivilieged user.