From 088bbc9c0b6027404f7f121e1c3aa39ff47fa2bb Mon Sep 17 00:00:00 2001 From: HAHWUL Date: Sat, 9 Mar 2024 00:05:46 +0900 Subject: [PATCH] Update noir.yaml with new description and URL --- weapons/noir.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/weapons/noir.yaml b/weapons/noir.yaml index 8c0cfde..4d2259c 100644 --- a/weapons/noir.yaml +++ b/weapons/noir.yaml @@ -1,9 +1,9 @@ --- name: noir -description: ♠️ Noir is an attack surface detector form source code. -url: https://github.com/hahwul/noir +description: Attack surface detector that identifies endpoints by static analysis +url: https://github.com/noir-cr/noir category: tool type: Recon platform: [linux, macos] lang: Crystal -tags: [endpoint, url] +tags: [endpoint, url, attack-surface]