From 9d90bd7d97c7422a17451c1fac1c5d46b43eeda2 Mon Sep 17 00:00:00 2001 From: HackTheBridge <110546197+HackTheBridge@users.noreply.github.com> Date: Fri, 21 Jul 2023 21:40:33 +1200 Subject: [PATCH] Update get-started.md (#163) * typo update * Add note to mention mandatory and optional fields * misc update * Update nuclei.md fixed a small typo * Update get-started.md Typo correction --------- Co-authored-by: Sandeep Singh Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com> Co-authored-by: shubhamrasal Co-authored-by: Pj Metz <65838556+MetzinAround@users.noreply.github.com> --- docs/nuclei/get-started.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/nuclei/get-started.md b/docs/nuclei/get-started.md index 17037d86..2655e0e0 100644 --- a/docs/nuclei/get-started.md +++ b/docs/nuclei/get-started.md @@ -576,7 +576,7 @@ To easily overwrite [nuclei-ignore](https://github.com/projectdiscovery/nuclei-t ``` ### Uncover **Integration** -Nuclei supports integration with [uncover](https://github.com/projectdiscovery/uncover) to executes template against hosts returned by uncover for the given query. +Nuclei supports integration with [uncover](https://github.com/projectdiscovery/uncover) to execute templates against hosts returned by uncover for the given query. Here are uncover options to use - ```console @@ -590,7 +590,7 @@ UNCOVER: -ul, -uncover-limit int uncover results to return (default 100) -ucd, -uncover-delay int delay between uncover query requests in seconds (0 to disable) (default 1) ``` -You have set the API key of the engine you are using as an environment variable in your shell. +You have to set the API key of the engine you are using as an environment variable in your shell. ``` export SHODAN_API_KEY=xxx export CENSYS_API_ID=xxx @@ -601,7 +601,7 @@ export QUAKE_TOKEN=xxx export HUNTER_API_KEY=xxx export ZOOMEYE_API_KEY=xxx ``` -Required API keys can be obtained by signing up on following platform [Shodan](https://account.shodan.io/register), [Censys](https://censys.io/register), [Fofa](https://fofa.info/toLogin), [Quake](https://quake.360.net/quake/#/index), [Hunter](https://user.skyeye.qianxin.com/user/register?next=https%3A//hunter.qianxin.com/api/uLogin&fromLogin=1) and [ZoomEye](https://www.zoomeye.org/login) . +Required API keys can be obtained by signing up on the following platforms [Shodan](https://account.shodan.io/register), [Censys](https://censys.io/register), [Fofa](https://fofa.info/toLogin), [Quake](https://quake.360.net/quake/#/index), [Hunter](https://user.skyeye.qianxin.com/user/register?next=https%3A//hunter.qianxin.com/api/uLogin&fromLogin=1) and [ZoomEye](https://www.zoomeye.org/login) . Example of template execution using a search query. ```