From 415cbb0b25c24872c4ba9d07ecf9b7c1987e8d5e Mon Sep 17 00:00:00 2001 From: william Date: Wed, 10 Feb 2021 15:18:21 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7e39594..73a7646 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ #### Running the DNS Attack Script -1. Change to udp-dns attack folder - `cd other-end-attack/dnuss/full_scan` +1. Change to udp-dns attack folder - `cd server-side-attack/dns-sside/full_scan` 2. Compile attack script - `make` 3. Check to make sure vpn server has a conntrack entry for some vpn client's dns lookup (on vpn-server vm): `sudo conntrack -L | grep udp` 3. Try to inject from attack router - `sudo ./uud_send ` @@ -34,8 +34,7 @@ * VPN client connected to a VPN server * Reverse path filtering disabled on the VPN client machine -* Attack router acting as the local network gateway for the victim (VPN client) machine - +* Attack machine acting as the local network gateway for the victim (VPN client) machine using hostapd, create_ap, or Ubuntu's built-in hotspot feature. #### Running the Full Attack Script