From e6274b9f3d80aed043aa8532f66b3e0b6ea662a2 Mon Sep 17 00:00:00 2001 From: KayJay7 <31775749+KayJay7@users.noreply.github.com> Date: Tue, 26 Nov 2024 14:18:21 +0000 Subject: [PATCH] Added IPNEIGH to the plugins README.md file --- front/plugins/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/front/plugins/README.md b/front/plugins/README.md index ee13e064..f3852f37 100755 --- a/front/plugins/README.md +++ b/front/plugins/README.md @@ -58,6 +58,7 @@ Device-detecting plugins insert values into the `CurrentScan` database table. T | `VNDRPDT` | ⚙ | Vendor database update | | | Script | [vendor_update](/front/plugins/vendor_update/) | | `WEBHOOK` | ▶️ | Webhook notifications | | | Script | [_publisher_webhook](/front/plugins/_publisher_webhook/) | | `WEBMON` | ♻ | Website down monitoring | | | Script | [website_monitor](/front/plugins/website_monitor/) | +| `IPNEIGH` | 🔍 | Scan ARP (IPv4) and NDP (IPv6) tables | | | Script | [ipneigh](/front/plugins/ipneigh/) | > \* The database cleanup plugin (`DBCLNP`) is not _required_ but the app will become unusable after a while if not executed.