Remote tcpdump demo

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2019-09-06 13:11:52 +02:00
parent d3e719af66
commit 04014e1254
2 changed files with 12 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
kapow route add /sniff/{iface} -c 'tcpdump -i "$(kapow get /request/matches/iface)" -U -s0 -w - "not port 8080" | kapow set /response/stream'