From effabca3031883bc2be4ad46e564e0b106d60aff Mon Sep 17 00:00:00 2001 From: Brendan O'Leary Date: Mon, 18 Dec 2023 17:04:34 -0500 Subject: [PATCH] Additional spelling fixes --- cloud/editor/ai.mdx | 2 +- templates/introduction.mdx | 2 +- templates/protocols/code.mdx | 2 +- templates/protocols/network.mdx | 2 +- templates/reference/extractors.mdx | 2 +- templates/reference/helper-functions.mdx | 2 +- templates/reference/matchers.mdx | 2 +- templates/reference/preprocessors.mdx | 2 +- templates/reference/template-signing.mdx | 2 +- templates/reference/variables.mdx | 2 +- tools/httpx/install.mdx | 2 +- tools/katana/install.mdx | 2 +- tools/subfinder/install.mdx | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/cloud/editor/ai.mdx b/cloud/editor/ai.mdx index a4cc604..c68e42d 100644 --- a/cloud/editor/ai.mdx +++ b/cloud/editor/ai.mdx @@ -1,6 +1,6 @@ --- title: "AI Assistance" -description: "Review detais on using AI to help generate Nuclei templates" +description: "Review details on using AI to help generate Nuclei templates" --- AI Prompt diff --git a/templates/introduction.mdx b/templates/introduction.mdx index f30bbe8..717ad56 100644 --- a/templates/introduction.mdx +++ b/templates/introduction.mdx @@ -1,6 +1,6 @@ --- title: 'Introduction to Nuclei Templates' -description: 'YAML based universal language for describing exploitable vulnerabilties' +description: 'YAML based universal language for describing exploitable vulnerabilities' sidebarTitle: 'Introduction' icon: 'star' --- diff --git a/templates/protocols/code.mdx b/templates/protocols/code.mdx index e4ef08c..0e5414f 100644 --- a/templates/protocols/code.mdx +++ b/templates/protocols/code.mdx @@ -168,5 +168,5 @@ It's important to exercise caution while utilizing this feature, as executing ex -To ensure the integrity of the code in your tempaltes, be sure to sign your templates using the [Template Signing](/templates/reference/template-signing) methods. +To ensure the integrity of the code in your templates, be sure to sign your templates using the [Template Signing](/templates/reference/template-signing) methods. \ No newline at end of file diff --git a/templates/protocols/network.mdx b/templates/protocols/network.mdx index 9e2d8f4..049fef8 100644 --- a/templates/protocols/network.mdx +++ b/templates/protocols/network.mdx @@ -18,7 +18,7 @@ tcp: First thing in the request is **inputs**. Inputs are the data that will be sent to the server, and optionally any data to read from the server. -At it's most simple, just specify a string, and it will be sent across the network socket. +At its most simple, just specify a string, and it will be sent across the network socket. ```yaml # inputs is the list of inputs to send to the server diff --git a/templates/reference/extractors.mdx b/templates/reference/extractors.mdx index 9c0cfb2..f0f8349 100644 --- a/templates/reference/extractors.mdx +++ b/templates/reference/extractors.mdx @@ -1,6 +1,6 @@ --- title: "Extractors" -description: "Review detais on extractors for Nuclei" +description: "Review details on extractors for Nuclei" icon: "arrow-down-to-line" iconType: "duotone" --- diff --git a/templates/reference/helper-functions.mdx b/templates/reference/helper-functions.mdx index e88867c..4cd53a5 100644 --- a/templates/reference/helper-functions.mdx +++ b/templates/reference/helper-functions.mdx @@ -1,6 +1,6 @@ --- title: "Helper Functions" -description: "Review detais on helper functions for Nuclei" +description: "Review details on helper functions for Nuclei" icon: "function" iconType: "solid" --- diff --git a/templates/reference/matchers.mdx b/templates/reference/matchers.mdx index 377c2b4..4a19845 100644 --- a/templates/reference/matchers.mdx +++ b/templates/reference/matchers.mdx @@ -1,6 +1,6 @@ --- title: "Matchers" -description: "Review detais on matchers for Nuclei" +description: "Review details on matchers for Nuclei" icon: "spell-check" iconType: "duotone" --- diff --git a/templates/reference/preprocessors.mdx b/templates/reference/preprocessors.mdx index a393a71..0e7a62d 100644 --- a/templates/reference/preprocessors.mdx +++ b/templates/reference/preprocessors.mdx @@ -1,6 +1,6 @@ --- title: "Preprocessors" -description: "Review detais on pre-processors for Nuclei" +description: "Review details on pre-processors for Nuclei" icon: "microchip" iconType: "solid" --- diff --git a/templates/reference/template-signing.mdx b/templates/reference/template-signing.mdx index 0d19b70..84e201a 100644 --- a/templates/reference/template-signing.mdx +++ b/templates/reference/template-signing.mdx @@ -1,6 +1,6 @@ --- title: "Template Signing" -description: "Review detais on template signing for Nuclei" +description: "Review details on template signing for Nuclei" icon: "signature" iconType: "solid" --- diff --git a/templates/reference/variables.mdx b/templates/reference/variables.mdx index 5db378e..6a67333 100644 --- a/templates/reference/variables.mdx +++ b/templates/reference/variables.mdx @@ -1,6 +1,6 @@ --- title: "Variables" -description: "Review detais on variables for Nuclei" +description: "Review details on variables for Nuclei" icon: "brackets-curly" iconType: "solid" --- diff --git a/tools/httpx/install.mdx b/tools/httpx/install.mdx index 2417e66..2812cc8 100644 --- a/tools/httpx/install.mdx +++ b/tools/httpx/install.mdx @@ -52,7 +52,7 @@ sidebarTitle: "Install" ## Installation Notes - - httpx requires the lastest version of [**Go**](https://go.dev/doc/install) + - httpx requires the latest version of [**Go**](https://go.dev/doc/install) - Add the Go bin path to the system paths. On OSX or Linux, in your terminal use ``` diff --git a/tools/katana/install.mdx b/tools/katana/install.mdx index 1215618..d865811 100644 --- a/tools/katana/install.mdx +++ b/tools/katana/install.mdx @@ -37,7 +37,7 @@ sidebarTitle: "Install" ## Installation Notes - - Katana requires the lastest version of [**Go**](https://go.dev/doc/install) + - Katana requires the latest version of [**Go**](https://go.dev/doc/install) - Add the Go bin path to the system paths. On OSX or Linux, in your terminal use ``` diff --git a/tools/subfinder/install.mdx b/tools/subfinder/install.mdx index 0424d31..53c2b86 100644 --- a/tools/subfinder/install.mdx +++ b/tools/subfinder/install.mdx @@ -56,7 +56,7 @@ sidebarTitle: "Install" ## Installation notes - - Subfinder requires the lastest version of [**Go**](https://go.dev/doc/install) + - Subfinder requires the latest version of [**Go**](https://go.dev/doc/install) - Add the Go bin path to the system paths. On OSX or Linux, in your terminal use ``` echo export $PATH=$PATH:$HOME/go/bin >> $home/.bashrc