Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

Commit

Permalink
Update get-started.md (#163)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
Co-authored-by: sandeep <[email protected]>
Co-authored-by: shubhamrasal <[email protected]>
Co-authored-by: Pj Metz <[email protected]>
  • Loading branch information
5 people authored Jul 21, 2023
1 parent 58cdcdb commit 9d90bd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/nuclei/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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.
```
Expand Down

0 comments on commit 9d90bd7

Please sign in to comment.