-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbbReportFormatter.json
More file actions
113 lines (113 loc) · 2.36 KB
/
bbReportFormatter.json
File metadata and controls
113 lines (113 loc) · 2.36 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"description": "Add the selected request, response, or text to bbReportFormatter. See https://github.com/Rhynorater/bbRequestFormatter",
"edition": 2,
"graph": {
"edges": [
{
"source": {
"exec_alias": "exec",
"node_id": 0
},
"target": {
"exec_alias": "exec",
"node_id": 2
}
},
{
"source": {
"exec_alias": "exec",
"node_id": 2
},
"target": {
"exec_alias": "exec",
"node_id": 1
}
}
],
"nodes": [
{
"alias": "convert_start",
"definition_id": "caido/convert-start",
"display": {
"x": -10,
"y": -80
},
"id": 0,
"inputs": [],
"name": "Convert Start",
"version": "0.1.0"
},
{
"alias": "convert_end",
"definition_id": "caido/convert-end",
"display": {
"x": 40,
"y": 220
},
"id": 1,
"inputs": [
{
"alias": "data",
"value": {
"data": "$shell.data",
"kind": "ref"
}
}
],
"name": "Convert End",
"version": "0.1.0"
},
{
"alias": "shell",
"definition_id": "caido/shell-cmd",
"display": {
"x": 0,
"y": 60
},
"id": 2,
"inputs": [
{
"alias": "init",
"value": {
"data": "",
"kind": "string"
}
},
{
"alias": "timeout",
"value": {
"data": 2000,
"kind": "integer"
}
},
{
"alias": "shell",
"value": {
"data": "powershell",
"kind": "string"
}
},
{
"alias": "data",
"value": {
"data": "$convert_start.data",
"kind": "ref"
}
},
{
"alias": "code",
"value": {
"data": "bbrf",
"kind": "string"
}
}
],
"name": "Shell",
"version": "0.1.0"
}
]
},
"id": "7aa5f7ba-661b-4961-8fc9-64001fe837c7",
"kind": "convert",
"name": "bbReportFormatter"
}