-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.ini.example
More file actions
43 lines (32 loc) · 1.02 KB
/
config.ini.example
File metadata and controls
43 lines (32 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# DNX Configuration File
# Copy this file to ~/.dnx/config.ini to use
# Number of concurrent threads for DNS brute-force
threads = 20
# DNS timeout in seconds
timeout = 5
# API rate limit (requests per second)
rate_limit = 10
# Default output format (text, json, csv)
format = text
# Custom DNS resolvers (comma-separated)
# Uncomment and modify to use custom resolvers
# resolvers = 8.8.8.8,8.8.4.4,1.1.1.1,1.0.0.1,9.9.9.9
# Default wordlist path
# wordlist = /path/to/your/wordlist.txt
# API Keys (optional - for enhanced enumeration)
# Get your keys from:
# - Shodan: https://account.shodan.io/
# - VirusTotal: https://www.virustotal.com/gui/my-apikey
# - SecurityTrails: https://securitytrails.com/
# Shodan API key
# shodan_api_key = YOUR_SHODAN_API_KEY_HERE
# VirusTotal API key
# virustotal_api_key = YOUR_VIRUSTOTAL_API_KEY_HERE
# SecurityTrails API key
# securitytrails_api_key = YOUR_SECURITYTRAILS_API_KEY_HERE
# Advanced Features
# recursive = 0
# recursion_depth = 3
# zone_transfer = 0
# http_probe = 0
# takeover_check = 0