mirror of https://github.com/daffainfo/nuclei.git
include guide link
parent
69900f4dda
commit
3d96c9dd92
|
@ -110,7 +110,7 @@ This will run the tool against all the hosts in `urls.txt` with all the template
|
|||
> nuclei -l urls.txt -t "path-to-templates/*.yaml" -o results.txt
|
||||
```
|
||||
|
||||
Nuclei supports glob expression ending in `.yaml` meaning multiple templates can be easily passed to be executed one after the other.
|
||||
Nuclei supports glob expression ending in `.yaml` meaning multiple templates can be easily passed to be executed one after the other. Please refer to [this guide](https://github.com/projectdiscovery/nuclei-templates/blob/master/GUIDE.md) to build your own custom templates.
|
||||
|
||||
|
||||
# Thanks
|
||||
|
|
Loading…
Reference in New Issue