From 3d907a17e75e1a28c4f633d6f0ae1f485190c2ae Mon Sep 17 00:00:00 2001 From: petbau Date: Tue, 25 Feb 2025 11:32:47 +0100 Subject: [PATCH] Add new file README.md --- tcpdump-schedule/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tcpdump-schedule/README.md diff --git a/tcpdump-schedule/README.md b/tcpdump-schedule/README.md new file mode 100644 index 0000000..94dd87f --- /dev/null +++ b/tcpdump-schedule/README.md @@ -0,0 +1,5 @@ +tcpdump scripts + +tcpdump_getdata.sh: Capture network traffic, stop with Ctrl-C +tcpdump_stop.sh: Stop the tcpdump command (e.g. when using crontab) +tcpdump.yml: Ansible Playbook which takes a tcpdump on the remote side(s) and copy it automatically to your server \ No newline at end of file