Improved doc

Adds ```silent``` flag to subfinder command to output only subdomains for probing and piping to nuclei
dev
hackerpain 2020-04-29 22:37:43 +05:30 committed by GitHub
parent 6780b3f27d
commit 0cabc73d3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ This will run the tool against all the hosts in `urls.txt` with all the template
```bash
> subfinder -d hackerone.com | httprobe | nuclei -t "path-to-templates/*.yaml" -o results.txt
> subfinder -d hackerone.com -silent | httprobe | nuclei -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. Please refer to [this guide](https://github.com/projectdiscovery/nuclei-templates/blob/master/GUIDE.md) to build your own custom templates.