-
Notifications
You must be signed in to change notification settings - Fork 135
Expand file tree
/
Copy pathDshell.json
More file actions
45 lines (45 loc) · 1.22 KB
/
Dshell.json
File metadata and controls
45 lines (45 loc) · 1.22 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
{
"name": "Dshell",
"organization": "US Army Research Laboratory",
"description": "An extensible network forensic analysis framework. Enables rapid development of plugins to support the dissection of network packet captures.",
"tags": [
"dshell"
"network"
"network protocol analysis"
"network forensics"
"packet analysis"
"cybersecurity"
],
"contact": {
"email": "daniel.e.krych.civ@mail.mil"
},
"status": "Production",
"vcs": "git",
"downloadURL": "https://github.com/USArmyResearchLab/Dshell",
"repositoryURL": "https://github.com/USArmyResearchLab/Dshell",
"homepageURL": "https://github.com/USArmyResearchLab/Dshell",
"languages": “Python”,
"permissions": {
"licenses": [
{
"URL": "https://github.com/USArmyResearchLab/Dshell/blob/master/LICENSE",
"name": "DOD/DA"
},
{
"URL": "http://opensource.org/licenses/mit-license.php",
"name": "MIT"
}
],
"usageType": "openSource",
"exemptionText": null
},
"laborHours": [],
"version": "3.1.3",
"date": {
"created": "2020-10-22",
"lastModified": "2021-04-22",
"metadataLastUpdated": "2021-04-22"
},
"disclaimerText": "",
"disclaimerURL": ""
}