forked from Keeper-Security/Commander
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimport.json.txt
113 lines (113 loc) · 2.65 KB
/
import.json.txt
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
{
"shared_folders": [
{
"path": "Social Media\\Customer1",
"manage_users": false,
"manage_records": false,
"can_edit": false,
"can_share": false,
"permissions": [
{
"name": "[email protected]",
"manage_users": true,
"manage_records": true
}
]
},
{
"path": "Social Media\\Customer2",
"manage_users": false,
"manage_records": false,
"can_edit": false,
"can_share": false,
"permissions": [
{
"name": "[email protected]",
"manage_users": true,
"manage_records": true
}
]
},
{
"path": "Shared Accounts",
"manage_users": false,
"manage_records": false,
"can_edit": false,
"can_share": false,
"permissions": [
{
"name": "[email protected]",
"manage_users": true,
"manage_records": true
}
]
}
],
"records": [
{
"title": "Facebook",
"login": "[email protected]",
"password": "TycWyx1133uKErX9VFxj8F8",
"login_url": "https://facebook.com",
"notes": "",
"custom_fields": {},
"folders": [
{
"shared_folder": "Social Media\\Customer2",
"folder": "Subfolder2",
"can_edit": true,
"can_share": true
}
]
},
{
"title": "Google Dev Account",
"login": "[email protected]",
"password": "8123,9fKJRefa$!@#4912fkk!--3",
"login_url": "https://accounts.google.com",
"notes": "Google Cloud ID 448812771239122\nAccount Number 449128\nThis is multi-line",
"custom_fields": {
"2FA Phone Number": "+19165551212"
},
"folders": [
{
"shared_folder": "Shared Accounts",
"can_edit": true,
"can_share": true
}
]
},
{
"title": "Twitter",
"login": "[email protected]",
"password": "a bad password",
"login_url": "https://twitter.com",
"notes": "Some interesting notes!",
"custom_fields": {
"API Key": "131939-AAAEKJLE-491231$##%!",
"Date Created": "2018-04-02"
},
"folders": [
{
"folder": "Business"
}
]
},
{
"title": "Twitter",
"login": "[email protected]",
"password": "xwVnk0hfJmd2M$2l4shGF#p",
"login_url": "https://twitter.com",
"notes": "",
"custom_fields": {},
"folders": [
{
"shared_folder": "Social Media\\Customer1",
"folder": "Subfolder1",
"can_edit": true,
"can_share": true
}
]
}
]
}