update
This commit is contained in:
parent
3e7a2b2089
commit
3480fa92fe
131 changed files with 12083 additions and 1287 deletions
101
.config/subfinder/config.yaml
Normal file
101
.config/subfinder/config.yaml
Normal file
|
@ -0,0 +1,101 @@
|
|||
# subfinder config file
|
||||
# generated by https://github.com/projectdiscovery/goflags
|
||||
|
||||
# domains to find subdomains for
|
||||
#domain: []
|
||||
|
||||
# file containing list of domains for subdomain discovery
|
||||
#list:
|
||||
|
||||
# specific sources to use for discovery (-s crtsh,github). use -ls to display all available sources.
|
||||
#sources: []
|
||||
|
||||
# use only sources that can handle subdomains recursively rather than both recursive and non-recursive sources
|
||||
#recursive: false
|
||||
|
||||
# use all sources for enumeration (slow)
|
||||
#all: false
|
||||
|
||||
# sources to exclude from enumeration (-es alienvault,zoomeyeapi)
|
||||
#exclude-sources: []
|
||||
|
||||
# subdomain or list of subdomain to match (file or comma separated)
|
||||
#match: []
|
||||
|
||||
# subdomain or list of subdomain to filter (file or comma separated)
|
||||
#filter: []
|
||||
|
||||
# maximum number of http requests to send per second (global)
|
||||
#rate-limit: 0
|
||||
|
||||
# maximum number of http requests to send per second for providers in key=value format (-rls hackertarget=10/m)
|
||||
#rate-limits: ["github=30/m", "fullhunt=60/m", "robtex=18446744073709551615/ms", "securitytrails=1/s", "shodan=1/s", "virustotal=4/m", "hackertarget=2/s", "waybackarchive=15/m", "whoisxmlapi=50/s", "securitytrails=2/s", "sitedossier=8/m", "netlas=1/s", "github=83/m", "hudsonrock=5/s"]
|
||||
|
||||
# number of concurrent goroutines for resolving (-active only)
|
||||
#t: 10
|
||||
|
||||
# update subfinder to latest version
|
||||
#update: false
|
||||
|
||||
# disable automatic subfinder update check
|
||||
#disable-update-check: false
|
||||
|
||||
# file to write output to
|
||||
#output:
|
||||
|
||||
# write output in jsonl(ines) format
|
||||
#json: false
|
||||
|
||||
# directory to write output (-dl only)
|
||||
#output-dir:
|
||||
|
||||
# include all sources in the output (-json only)
|
||||
#collect-sources: false
|
||||
|
||||
# include host ip in output (-active only)
|
||||
#ip: false
|
||||
|
||||
# flag config file
|
||||
#config: /home/rafayahmad/.config/subfinder/config.yaml
|
||||
|
||||
# provider config file
|
||||
#provider-config: /home/rafayahmad/.config/subfinder/provider-config.yaml
|
||||
|
||||
# comma separated list of resolvers to use
|
||||
#r: []
|
||||
|
||||
# file containing list of resolvers to use
|
||||
#rlist:
|
||||
|
||||
# display active subdomains only
|
||||
#active: false
|
||||
|
||||
# http proxy to use with subfinder
|
||||
#proxy:
|
||||
|
||||
# exclude ips from the list of domains
|
||||
#exclude-ip: false
|
||||
|
||||
# show only subdomains in output
|
||||
#silent: false
|
||||
|
||||
# show version of subfinder
|
||||
#version: false
|
||||
|
||||
# show verbose output
|
||||
#v: false
|
||||
|
||||
# disable color in output
|
||||
#no-color: false
|
||||
|
||||
# list all available sources
|
||||
#list-sources: false
|
||||
|
||||
# report source statistics
|
||||
#stats: false
|
||||
|
||||
# seconds to wait before timing out
|
||||
#timeout: 30
|
||||
|
||||
# minutes to wait for enumeration results
|
||||
#max-time: 10
|
Loading…
Add table
Add a link
Reference in a new issue