From 702c72c8720d00e44ce1b78c5d61dac07d62f315 Mon Sep 17 00:00:00 2001 From: Michael <886344+codingo@users.noreply.github.com> Date: Wed, 16 May 2018 11:02:55 +1000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b231aa..a08090f 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,9 @@ This will display help for the tool. Here are all the switches it supports. | -dL | List of domains to find subdomains for | ./subfinder -dl hosts.txt | | -nW | Remove wildcard subdomains | ./subfinder -nw | | -o | Name of the output file (Optional) | ./subfinder -o output.txt | -| -oA | Write output in JSON format (Required -nW) | ./subfinder -o output.txt -nw -oA | -| -oD | Output to directory (When using multiple hosts) | ./subfinder -od ~/misc/out/ | +| -oT | Write output in Aquatone style JSON format (Required -nW) | ./subfinder -o output.txt -nw -oA | | -oJ | Write output in JSON format | ./subfinder -o output.json -oJ | +| -oD | Output to directory (When using multiple hosts) | ./subfinder -od ~/misc/out/ | | -r | Comma-separated list of resolvers to use | ./subfinder -r 8.8.8.8,1.1.1.1 | | -rL | File containing list of resolvers to use | ./subfinder -rL resolvers.txt | | --recursive | Use recursive subdomain finding (default: true) | ./subfinder --recursive |