forked from stfbk/tlsassistant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdependencies.json
71 lines (71 loc) · 1.42 KB
/
dependencies.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
71
[
{
"type": "git",
"url": "https://github.com/stfbk/mallodroid"
},
{
"type": "cfg",
"url": "https://chromium.googlesource.com/chromium/src/net/+/main/http/transport_security_state_static.json?format=TEXT"
},
{
"type": "cfg",
"url": "https://hg.mozilla.org/mozilla-central/raw-file/tip/security/manager/ssl/nsSTSPreloadList.inc"
},
{
"type": "git",
"url": "https://github.com/tomato42/tlsfuzzer"
},
{
"type": "pkg",
"url": "https://github.com/SUPERAndroidAnalyzer/super/releases/download/0.5.1/super-analyzer_0.5.1_ubuntu_amd64.deb"
},
{
"type": "git",
"url": "https://github.com/drwetter/testssl.sh"
},
{
"type": "apt",
"url": "libcairo2-dev"
},
{
"type": "pip",
"url": "z3c.rml==4.4.0"
},
{
"type": "zip",
"url": "https://github.com/googlefonts/roboto/releases/download/v2.138/roboto-unhinted.zip"
},
{
"type": "git",
"url": "https://github.com/stfbk/TLS-Scanner"
},
{
"type": "apt",
"url": "default-jre"
},
{
"type": "apt",
"url": "default-jdk"
},
{
"type": "apt",
"url": "maven"
},
{
"type": "compile_maven",
"path": "TLS-Scanner"
},
{
"type": "git-submodule",
"cmd": "update --init --recursive",
"path": "TLS-Scanner"
},
{
"type": "git",
"url": "https://github.com/stfbk/tls-table"
},
{
"type": "python3",
"path": "ciphersuites_converter.py"
}
]