From 73dbb85b041f97bba16bd22dce9c9dc0113cce50 Mon Sep 17 00:00:00 2001 From: Gasper Spagnolo Date: Sat, 11 Mar 2023 11:13:35 +0100 Subject: [PATCH] Update readme --- README.md | 15 ++++++++++++--- pcap/{wg0traffic.pcap => wg0_traffic.pcap} | Bin report/.gitignore | 10 ++++++++++ 3 files changed, 22 insertions(+), 3 deletions(-) rename pcap/{wg0traffic.pcap => wg0_traffic.pcap} (100%) create mode 100644 report/.gitignore diff --git a/README.md b/README.md index 612ce68..33065f1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Wireguard automated install with vagrant and asnible provision +# Wireguard automated install with vagrant and ansible provision ## Dependencies: @@ -21,17 +21,26 @@ Ansible: ansible-galaxy install -r requirements.yml ``` - ## Start ```bash ./virsh_network/start.sh cd vg && vagrant up --provider=libvirt --no-parallel ``` - ## Destroy the environment ```bash vagrant destroy ./virsh_network/destroy.sh ``` + +## Report +```bash +zathura report/report.pdf +``` + +## Wireshark captures +```bash +wireshark pcap/eth1_traffic.pcap # public interface (encrypted traffic) +wiershark pcap/wg0_traffic.pcap # wireguard interface (decrypted traffic) +``` diff --git a/pcap/wg0traffic.pcap b/pcap/wg0_traffic.pcap similarity index 100% rename from pcap/wg0traffic.pcap rename to pcap/wg0_traffic.pcap diff --git a/report/.gitignore b/report/.gitignore new file mode 100644 index 0000000..19e5537 --- /dev/null +++ b/report/.gitignore @@ -0,0 +1,10 @@ +*.aux +*.fdb_latexmk +*.fls +*.log +*.synctex.gz +*.out +*.dvi +*.latexrun.* +*.pdfsync +*.toc