-
Notifications
You must be signed in to change notification settings - Fork 132
/
config.json
40 lines (37 loc) · 835 Bytes
/
config.json
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
{
"plugin" : null,
"userfile" : null,
"passwordfile" : null,
"userpassfile" : null,
"useragentfile" : null,
"outfile" : null,
"threads" : null,
"region" : null,
"jitter" : null,
"jitter_min" : null,
"delay" : null,
"batch_size": null,
"batch_delay": null,
"passwordsperdelay" : null,
"randomize" : false,
"header" : null,
"xforwardedfor" : null,
"weekday_warrior" : null,
"color" : false,
"trim" : false,
"slack_webhook" : null,
"pushover_token" : null,
"pushover_user" : null,
"ntfy_topic" : null,
"ntfy_host" : null,
"ntfy_token" : null,
"discord_webhook" : null,
"teams_webhook" : null,
"keybase_webhook": null,
"operator_id" : null,
"exclude_password" : false,
"access_key" : null,
"secret_access_key" : null,
"session_token" : null,
"profile_name" : null
}