Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ccosta-pd committed Dec 18, 2023
2 parents 9f18eeb + effabca commit 262b474
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion cloud/editor/ai.mdx
Original file line number Diff line number Diff line change
@@ -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"
---

<img src="/images/ai.jpg" alt="AI Prompt" width="800px" />
Expand Down
2 changes: 1 addition & 1 deletion templates/introduction.mdx
Original file line number Diff line number Diff line change
@@ -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'
---
Expand Down
2 changes: 1 addition & 1 deletion templates/protocols/code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -168,5 +168,5 @@ It's important to exercise caution while utilizing this feature, as executing ex
</Warning>

<Tip>
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.
</Tip>
2 changes: 1 addition & 1 deletion templates/protocols/network.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion templates/reference/extractors.mdx
Original file line number Diff line number Diff line change
@@ -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"
---
Expand Down
2 changes: 1 addition & 1 deletion templates/reference/helper-functions.mdx
Original file line number Diff line number Diff line change
@@ -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"
---
Expand Down
2 changes: 1 addition & 1 deletion templates/reference/matchers.mdx
Original file line number Diff line number Diff line change
@@ -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"
---
Expand Down
2 changes: 1 addition & 1 deletion templates/reference/preprocessors.mdx
Original file line number Diff line number Diff line change
@@ -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"
---
Expand Down
2 changes: 1 addition & 1 deletion templates/reference/template-signing.mdx
Original file line number Diff line number Diff line change
@@ -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"
---
Expand Down
2 changes: 1 addition & 1 deletion templates/reference/variables.mdx
Original file line number Diff line number Diff line change
@@ -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"
---
Expand Down
2 changes: 1 addition & 1 deletion tools/httpx/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ sidebarTitle: "Install"
</Tabs>
## 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
```
Expand Down
2 changes: 1 addition & 1 deletion tools/katana/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ sidebarTitle: "Install"
</Tabs>

## 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

```
Expand Down
2 changes: 1 addition & 1 deletion tools/subfinder/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 262b474

Please sign in to comment.