Lint README.md

dnsrepo-source
Defuse Venue 2021-08-09 16:08:12 +09:00
parent 2bd4cb1208
commit 0f989d87e5
1 changed files with 25 additions and 25 deletions

View File

@ -54,7 +54,7 @@ subfinder -h
This will display help for the tool. Here are all the switches it supports.
| Flag | Description | Example |
| ---------------- | ---------------------------------------------------------- | -------------------------------------- |
| ---------------- | ---------------------------------------------------------- | --------------------------------------------|
| -all | Use all sources (slow) for enumeration | subfinder -d uber.com -all |
| -config | Configuration file for API Keys, etc | subfinder -config config.yaml |
| -d | Domain to find subdomains for | subfinder -d uber.com |
@ -75,7 +75,7 @@ This will display help for the tool. Here are all the switches it supports.
| -sources | Comma separated list of sources to use | subfinder -sources shodan,censys |
| -t | Number of concurrent goroutines for resolving (default 10) | subfinder -t 100 |
| -timeout | Seconds to wait before timing out (default 30) | subfinder -timeout 30 |
| -http-proxy | Http Proxy | subfinder -http-proxy http://localhost:3128
| -http-proxy | Http Proxy | subfinder -http-proxy http://localhost:3128 |
| -v | Show Verbose output | subfinder -v |
| -version | Show current program version | subfinder -version |