From a3d1fcdee34eb1bde2ea64904694eccc6a3d564e Mon Sep 17 00:00:00 2001 From: hahwul Date: Sun, 12 Nov 2023 01:01:46 +0900 Subject: [PATCH] Update --- docs/getting_started/about.md | 7 +++++++ index.md | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/getting_started/about.md b/docs/getting_started/about.md index 92c07e4..5b32179 100644 --- a/docs/getting_started/about.md +++ b/docs/getting_started/about.md @@ -10,4 +10,11 @@ Noir is developed with the goal of enabling security engineers and pentesters to It serves as an Attack Surface Detector, conducting static analysis on the source code and various files within the target directory to identify endpoints such as URLs, headers, and parameters. This facilitates the easy identification of endpoints within source code, enabling the transmission of results to other tools or parsing for integration with DAST or logging systems in a DevSecOps environment. +## Key Features + +- Automatically identify language and framework from source code. +- Find API endpoints and web pages through code analysis. +- Load results quickly through interactions with proxy tools such as ZAP, Burpsuite, Caido and More Proxy tools. +- That provides structured data such as JSON and YAML for identified Attack Surfaces to enable seamless interaction with other tools. Also provides command line samples to easily integrate and collaborate with other tools, such as curls or httpie. + ## Showcase \ No newline at end of file diff --git a/index.md b/index.md index 3977471..b529073 100644 --- a/index.md +++ b/index.md @@ -3,10 +3,3 @@ layout: home --- Noir is an attack surface detector form source code. - -## Key Features - -- Automatically identify language and framework from source code. -- Find API endpoints and web pages through code analysis. -- Load results quickly through interactions with proxy tools such as ZAP, Burpsuite, Caido and More Proxy tools. -- That provides structured data such as JSON and YAML for identified Attack Surfaces to enable seamless interaction with other tools. Also provides command line samples to easily integrate and collaborate with other tools, such as curls or httpie. \ No newline at end of file