File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -55,15 +55,16 @@ Options:
5555 -csv Turn results to CSV
5656 -json Turn results to JSON
5757 -jsonl Turn results to JSONL (JSON Lines)
58- -q Quiet mode (Hide progress messages, only show results)
58+ -q Quiet mode (Hide progress messages, only show results) [Bulk Mode Only]
5959
6060Examples:
61- crt example.com
62- crt -s -e example.com
63- crt -json -o logs.json example.com
64- crt -l 15 -csv -o logs.csv example.com
61+ crt "example.com"
62+ crt -s -e "example.com"
63+ crt -json -o logs.json "example.com"
64+ crt -l 15 -csv -o logs.csv "example.com"
65+ crt -jsonl -q -s "example.com" 2>/dev/null | jq -r ".subdomain"
6566 crt -i domains.txt -s -e -json -o results.json
66- crt -i domains.txt -c 3 -d 0 -jsonl
67+ crt -i domains.txt -c 100 -d 10 -jsonl
6768`
6869
6970// Shared buffers for collecting results
You can’t perform that action at this time.
0 commit comments