From 0cabc73d3f7c4ad4aa63160003cb6306a97c8682 Mon Sep 17 00:00:00 2001 From: hackerpain <61242234+hackerpain@users.noreply.github.com> Date: Wed, 29 Apr 2020 22:37:43 +0530 Subject: [PATCH] Improved doc Adds ```silent``` flag to subfinder command to output only subdomains for probing and piping to nuclei --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 615041d44f..0408f701ab 100644 --- a/README.md +++ b/README.md @@ -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.