Update README.md

This commit is contained in:
sandeep 2021-07-12 03:11:47 +05:30
parent 2790f2c3b5
commit 03046a83b9

View File

@ -152,13 +152,13 @@ Flags:
Scanning target domain with [community-curated](https://github.com/projectdiscovery/nuclei-templates) nuclei templates. Scanning target domain with [community-curated](https://github.com/projectdiscovery/nuclei-templates) nuclei templates.
```sh ```sh
nuclei -target https://example.com nuclei -u https://example.com
``` ```
Scanning target URLs with [community-curated](https://github.com/projectdiscovery/nuclei-templates) nuclei templates. Scanning target URLs with [community-curated](https://github.com/projectdiscovery/nuclei-templates) nuclei templates.
```sh ```sh
nuclei -list urls.txt nuclei -u urls.txt
``` ```
Example of `urls.txt`: Example of `urls.txt`: