From 891de78b7349a5b4b556588b435620d056164a39 Mon Sep 17 00:00:00 2001 From: HAHWUL Date: Fri, 29 Mar 2024 23:57:28 +0900 Subject: [PATCH] Update README --- README.md | 34 +++++++++++++++++++++++++++++----- 1 file changed, 29 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4f357284..da97ef78 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,22 @@
-

Noir is an attack surface detector that identifies endpoints by static analysis.

+

Attack surface detector that identifies endpoints by static analysis.

+

+ + + +

+ +

+ Key Features • + Available Support Scope • + Installation • + Usage • + Contributing +

+ ## Key Features - Automatically identify language and framework from source code. - Find API endpoints and web pages through code analysis. @@ -10,7 +24,10 @@ - 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. ## Available Support Scope -### Endpoint's Entities + +
+ Endpoint's Entities + - Path - Method - Param @@ -19,7 +36,10 @@ - Protocol (e.g ws) - Details (e.g The origin of the endpoint) -### Languages and Frameworks +
+ +
+ Languages and Frameworks | Language | Framework | URL | Method | Param | Header | Cookie | WS | |----------|-------------|-----|--------|-------|--------|--------|----| @@ -45,8 +65,10 @@ | C# | ASP.NET MVC | ✅ | X | X | X | X | X | | JS | Next | X | X | X | X | X | X | +
-### Specification +
+ Specification | Specification | Format | URL | Method | Param | Header | WS | |------------------------|---------|-----|--------|-------|--------|----| @@ -57,6 +79,8 @@ | RAML | YAML | ✅ | ✅ | ✅ | ✅ | X | | HAR | JSON | ✅ | ✅ | ✅ | ✅ | X | +
+ ## Installation ### Homebrew (macOS) @@ -193,7 +217,7 @@ noir -b . -u https://testapp.internal.domains -f json -T } ``` -### Contributing +## Contributing Noir is open-source project and made it with ❤️ if you want contribute this project, please see [CONTRIBUTING.md](./CONTRIBUTING.md) and Pull-Request with cool your contents.