From 58a5752355372a818e34f9fe1e08b5ed1227d4ed Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Wed, 17 Oct 2018 21:32:24 +0300 Subject: [PATCH] README: Update description --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 881481b..f4bb628 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,16 @@ Switch network interface (NIC), such as `eth0` or `wlan0`, from default *client **In the router mode**, a DHCP server on your computer kicks in and allocates IPv4 addresses for any connected client devices (which use a DHCP client, of course). This is similar behavior to normal stock/home router. +- You can perform occasional MITM attack scenarios without needing a fixed network setup for that + +- You can occasionally analyze all network traffic going through your network interface, and find out suspicious network traffic originating from a client device + +- You can quickly extend network area if needed + +- You can periodically use the same network interface for playing with Raspberry Pi/Arduino/... and switch quickly back to regular internet connection if needed + +- etc. ... + ---------------------- ## Requirements