From fa372ed71dcb399307edc3ec885e663516bb5b9c Mon Sep 17 00:00:00 2001 From: "A. Zabadany" Date: Sun, 14 Apr 2024 12:38:47 +0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eabb582..2b69a0a 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ NetWarden is an open source network management tool that provides a range of fea - Background scanning for ongoing network monitoring. - Live device scanning for real-time updates. - Ability to add a nickname for each device (persisted). +- Defend Against ARP spoofing attacks (including the ones done by another NetWarden user) ## Prerequisites @@ -52,7 +53,7 @@ Make sure you have .NET SDK installed on your machine before building from sourc ## TODO -- [ ] Ability to defend against spoofing attacks. +- [x] Ability to defend against spoofing attacks. - [ ] Limit download and upload speed for devices. - [ ] Create a GUI for the application.