-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrun_config.example.json
More file actions
38 lines (29 loc) · 857 Bytes
/
Copy pathrun_config.example.json
File metadata and controls
38 lines (29 loc) · 857 Bytes
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
{
"_comment": "SimpleReconDomain run-config preset. Copy this file, edit as needed, and pass with --config.",
"_note": "Keys set to null are ignored (CLI/argparse defaults apply). CLI flags always override config values.",
"output": "json",
"outfile": "results.json",
"profile": "osint",
"sources": null,
"exclude": null,
"no_passive": false,
"threads": 20,
"timeout": 30,
"rate_limit": 3,
"verify_live": true,
"brute": null,
"resolvers": "config/resolvers.txt",
"check_resolvers": false,
"wildcard_tests": 3,
"validate_resolvers": false,
"permute": false,
"tld_brute": null,
"recursive": false,
"recursive_depth": 1,
"proxy": null,
"user_agent": "SimpleReconDomain/2",
"verbose": 0,
"quiet": false,
"no_banner": false,
"no_color": false
}