forked from arriven/db1000n
-
Notifications
You must be signed in to change notification settings - Fork 0
/
testconfig.json
70 lines (70 loc) · 1.88 KB
/
testconfig.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"jobs": [
{
"type": "encrypted",
"args": {
"format": "json",
"data": "YWdlLWVuY3J5cHRpb24ub3JnL3YxCi0+IHNjcnlwdCB5eCtiMzQ5RWlZRXo4dTNpRE8veHdRIDE4CmYyb2d0YXlnaXptS25sbUJlQUVaUHpRbngwaUdBYUpJRStHbFltdUVNNkUKLS0tIG5oUUVCd041TWJoNWNCQjhvODk4eUFpUldmUFUvaStpanRsdCtWR0RrSVkK2ehc+JYVl+f5VgLKV0mG/J4CQrtHn+FFV5AAcKiLEAjU6MNDaVqBI6Qm9RunLZ51wAA13DLZkPJH39DcsS77H3HmgLpRQ7DMFG2AIDxWysIt2Yi2hVVn9Ogea73twGa8FOpk2kk0Z7NSHCCcpTJd1Db4cwYJiIFaqfBXR+VZtNk3qBgUMStN1CiOyJxvHbnc6tbfeqq042LImKsaLvFzB2y5H/ec9BonHimrP/aZv6dhequs"
}
},
{
"type": "http",
"args": {
"request": {
"method": "GET",
"path": "http://localhost:8080/test?queryparam=test&s={{ random_uuid }}",
"headers": {
"Authorization": "wtf"
}
},
"client": {
"proxy_urls": "{{ join get_proxylist \",\" }}"
},
"interval_ms": 100
}
},
{
"type": "tcp",
"count": 100,
"args": {
"address": "localhost:9090",
"body": "more_test",
"interval_ms": 1000
}
},
{
"type": "udp",
"filter": "{{ (.Value (ctx_key \"global\")).EnablePrimitiveJobs }}",
"count": 100,
"args": {
"address": "localhost:9191",
"header": "test",
"body": "more_test",
"interval_ms": 1000
}
},
{
"type": "http",
"args": {
"request": {
"method": "GET",
"path": "https://127.0.0.1/",
"headers": {
"HOST": "localhost"
}
}
}
},
{
"type": "dns-blast",
"filter": "{{ (.Value (ctx_key \"global\")).EnablePrimitiveJobs }}",
"args": {
"root_domain": "example.com",
"protocol": "udp",
"seed_domains": ["yahoo.com"],
"parallel_queries": 3,
"interval_ms": 100
}
}
]
}