mirror of
https://github.com/jtesta/ssh-audit.git
synced 2024-11-16 21:45:39 +01:00
210 lines
5.5 KiB
JSON
210 lines
5.5 KiB
JSON
{
|
|
"banner": {
|
|
"comments": null,
|
|
"protocol": [
|
|
2,
|
|
0
|
|
],
|
|
"raw": "SSH-2.0-OpenSSH_8.0",
|
|
"software": "OpenSSH_8.0"
|
|
},
|
|
"compression": [
|
|
"none",
|
|
"zlib@openssh.com"
|
|
],
|
|
"cves": [
|
|
{
|
|
"cvssv2": 7.0,
|
|
"description": "privilege escalation via supplemental groups",
|
|
"name": "CVE-2021-41617"
|
|
},
|
|
{
|
|
"cvssv2": 7.8,
|
|
"description": "command injection via anomalous argument transfers",
|
|
"name": "CVE-2020-15778"
|
|
},
|
|
{
|
|
"cvssv2": 7.8,
|
|
"description": "memory corruption and local code execution via pre-authentication integer overflow",
|
|
"name": "CVE-2019-16905"
|
|
},
|
|
{
|
|
"cvssv2": 5.3,
|
|
"description": "enumerate usernames via challenge response",
|
|
"name": "CVE-2016-20012"
|
|
}
|
|
],
|
|
"enc": [
|
|
"chacha20-poly1305@openssh.com",
|
|
"aes128-ctr",
|
|
"aes192-ctr",
|
|
"aes256-ctr",
|
|
"aes128-gcm@openssh.com",
|
|
"aes256-gcm@openssh.com"
|
|
],
|
|
"fingerprints": [
|
|
{
|
|
"hash": "UrnXIVH+7dlw8UqYocl48yUEcKrthGDQG2CPCgp7MxU",
|
|
"hash_alg": "SHA256",
|
|
"hostkey": "ssh-ed25519"
|
|
},
|
|
{
|
|
"hash": "1e:0c:7b:34:73:bf:52:41:b0:f9:d1:a9:ab:98:c7:c9",
|
|
"hash_alg": "MD5",
|
|
"hostkey": "ssh-ed25519"
|
|
},
|
|
{
|
|
"hash": "nsWtdJ9Z67Vrf7OsUzQov7esXhsWAfVppArGh25u244",
|
|
"hash_alg": "SHA256",
|
|
"hostkey": "ssh-rsa"
|
|
},
|
|
{
|
|
"hash": "18:e2:51:fe:21:6c:78:d0:b8:cf:32:d4:bd:56:42:e1",
|
|
"hash_alg": "MD5",
|
|
"hostkey": "ssh-rsa"
|
|
}
|
|
],
|
|
"kex": [
|
|
{
|
|
"algorithm": "curve25519-sha256"
|
|
},
|
|
{
|
|
"algorithm": "curve25519-sha256@libssh.org"
|
|
},
|
|
{
|
|
"algorithm": "ecdh-sha2-nistp256"
|
|
},
|
|
{
|
|
"algorithm": "ecdh-sha2-nistp384"
|
|
},
|
|
{
|
|
"algorithm": "ecdh-sha2-nistp521"
|
|
},
|
|
{
|
|
"algorithm": "diffie-hellman-group-exchange-sha256",
|
|
"keysize": 4096
|
|
},
|
|
{
|
|
"algorithm": "diffie-hellman-group16-sha512"
|
|
},
|
|
{
|
|
"algorithm": "diffie-hellman-group18-sha512"
|
|
},
|
|
{
|
|
"algorithm": "diffie-hellman-group14-sha256"
|
|
},
|
|
{
|
|
"algorithm": "diffie-hellman-group14-sha1"
|
|
}
|
|
],
|
|
"key": [
|
|
{
|
|
"algorithm": "rsa-sha2-512",
|
|
"keysize": 3072
|
|
},
|
|
{
|
|
"algorithm": "rsa-sha2-256",
|
|
"keysize": 3072
|
|
},
|
|
{
|
|
"algorithm": "ssh-rsa",
|
|
"keysize": 3072
|
|
},
|
|
{
|
|
"algorithm": "ecdsa-sha2-nistp256"
|
|
},
|
|
{
|
|
"algorithm": "ssh-ed25519"
|
|
}
|
|
],
|
|
"mac": [
|
|
"umac-64-etm@openssh.com",
|
|
"umac-128-etm@openssh.com",
|
|
"hmac-sha2-256-etm@openssh.com",
|
|
"hmac-sha2-512-etm@openssh.com",
|
|
"hmac-sha1-etm@openssh.com",
|
|
"umac-64@openssh.com",
|
|
"umac-128@openssh.com",
|
|
"hmac-sha2-256",
|
|
"hmac-sha2-512",
|
|
"hmac-sha1"
|
|
],
|
|
"recommendations": {
|
|
"critical": {
|
|
"del": {
|
|
"kex": [
|
|
{
|
|
"name": "diffie-hellman-group14-sha1",
|
|
"notes": ""
|
|
},
|
|
{
|
|
"name": "ecdh-sha2-nistp256",
|
|
"notes": ""
|
|
},
|
|
{
|
|
"name": "ecdh-sha2-nistp384",
|
|
"notes": ""
|
|
},
|
|
{
|
|
"name": "ecdh-sha2-nistp521",
|
|
"notes": ""
|
|
}
|
|
],
|
|
"key": [
|
|
{
|
|
"name": "ecdsa-sha2-nistp256",
|
|
"notes": ""
|
|
},
|
|
{
|
|
"name": "ssh-rsa",
|
|
"notes": ""
|
|
}
|
|
],
|
|
"mac": [
|
|
{
|
|
"name": "hmac-sha1",
|
|
"notes": ""
|
|
},
|
|
{
|
|
"name": "hmac-sha1-etm@openssh.com",
|
|
"notes": ""
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"warning": {
|
|
"del": {
|
|
"kex": [
|
|
{
|
|
"name": "diffie-hellman-group14-sha256",
|
|
"notes": ""
|
|
}
|
|
],
|
|
"mac": [
|
|
{
|
|
"name": "hmac-sha2-256",
|
|
"notes": ""
|
|
},
|
|
{
|
|
"name": "hmac-sha2-512",
|
|
"notes": ""
|
|
},
|
|
{
|
|
"name": "umac-128@openssh.com",
|
|
"notes": ""
|
|
},
|
|
{
|
|
"name": "umac-64-etm@openssh.com",
|
|
"notes": ""
|
|
},
|
|
{
|
|
"name": "umac-64@openssh.com",
|
|
"notes": ""
|
|
}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"target": "localhost:2222"
|
|
}
|