forked from mozilla/ssh_scan
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.com.json
More file actions
98 lines (96 loc) · 2.83 KB
/
Copy pathgithub.com.json
File metadata and controls
98 lines (96 loc) · 2.83 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
[
{
"ssh_scan_version": "0.0.13",
"ip": "192.30.253.113",
"port": 22,
"server_banner": "SSH-2.0-libssh-0.7.0",
"ssh_version": 2.0,
"os": "unknown",
"os_cpe": "o:unknown",
"ssh_lib": "libssh",
"ssh_lib_cpe": "a:libssh:libssh",
"cookie": "41dab36bef4c686f0cb0d9f71f1d712b",
"key_algorithms": [
"ecdh-sha2-nistp256",
"diffie-hellman-group14-sha1",
"diffie-hellman-group1-sha1"
],
"server_host_key_algorithms": [
"ssh-dss",
"ssh-rsa"
],
"encryption_algorithms_client_to_server": [
"aes256-ctr",
"aes192-ctr",
"aes128-ctr",
"aes256-cbc",
"aes192-cbc",
"aes128-cbc",
"blowfish-cbc"
],
"encryption_algorithms_server_to_client": [
"aes256-ctr",
"aes192-ctr",
"aes128-ctr",
"aes256-cbc",
"aes192-cbc",
"aes128-cbc",
"blowfish-cbc"
],
"mac_algorithms_client_to_server": [
"hmac-sha1",
"hmac-sha2-256",
"hmac-sha2-512"
],
"mac_algorithms_server_to_client": [
"hmac-sha1",
"hmac-sha2-256",
"hmac-sha2-512"
],
"compression_algorithms_client_to_server": [
"none",
"zlib",
],
"compression_algorithms_server_to_client": [
"none",
"zlib",
],
"languages_client_to_server": [
],
"languages_server_to_client": [
],
"hostname": "github.com",
"auth_methods": [
"publickey"
],
"fingerprints": {
"md5": "f6:ce:1e:d1:87:52:2d:26:81:89:ec:e6:d3:8f:9f:69",
"sha1": "4d:b1:29:4f:e8:de:1c:14:1f:11:47:45:4e:8c:9a:c8:a8:45:76:40",
"sha256": "9e:16:bf:1a:99:1b:b9:f6:9a:f9:24:fd:b2:55:29:51:d8:d2:20:06:14:c8:03:b0:bf:bb:95:9a:d1:a7:83:0f"
},
"compliance": {
"policy": "Mozilla Modern",
"compliant": false,
"recommendations": [
"Add these Key Exchange Algos: ecdh-sha2-nistp521,ecdh-sha2-nistp384,diffie-hellman-group-exchange-sha256",
"Add these MAC Algos: [email protected],[email protected],[email protected],[email protected]",
"Add these Encryption Ciphers: [email protected],[email protected]",
"Remove these Key Exchange Algos: diffie-hellman-group14-sha1, diffie-hellman-group1-sha1",
"Remove these MAC Algos: hmac-sha1",
"Remove these Encryption Ciphers: aes256-cbc, aes192-cbc, aes128-cbc, blowfish-cbc",
"Remove these Compression Algos: zlib"
],
"references": [
"https://wiki.mozilla.org/Security/Guidelines/OpenSSH"
]
},
"start_time": "2016-09-13 09:23:00 -0400",
"end_time": "2016-09-13 09:23:02 -0400",
"scan_duration_seconds": 2.312332
}
]