-
-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathconfig-example.yaml
More file actions
24 lines (22 loc) · 718 Bytes
/
Copy pathconfig-example.yaml
File metadata and controls
24 lines (22 loc) · 718 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
# sif config file. keys are flag long-names; top-level values are applied as
# file defaults on every run, the same as ~/.config/sif/config.yaml.
#
# sif manages that ambient path itself (goflags auto-creates it, all keys
# commented out, on first run); this file documents the schema, it is not
# read automatically. pass -config to point sif at a file like this one.
threads: 20
timeout: 15s
headers: true
# profiles are named overlays selected with -profile NAME. a profile's keys
# win over the top-level defaults above; an explicit cli flag still wins over
# both.
profiles:
quick:
probe: true
favicon: true
dirlist: small
deep:
crawl: true
crawl-depth: 3
sql: true
nuclei: true