Skip to content

Commit

Permalink
Merge pull request #66 from hackerpain/patch-2
Browse files Browse the repository at this point in the history
updating subfinder example
  • Loading branch information
ehsandeep authored Apr 29, 2020
2 parents 8cb9620 + 0cabc73 commit 73bd018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 73bd018

Please sign in to comment.