@@ -35,9 +35,9 @@ CMD ["/usr/sbin/sshd","-D"]
35
35
36
36
## Options
37
37
38
- ### ENCRYPTION
38
+ ### EXTENDED_CHECKS
39
39
40
- Check encryption for issues. Defaults to ` true `
40
+ Check for cryptographic issues. Defaults to ` true `
41
41
42
42
## Scenarios
43
43
@@ -49,39 +49,38 @@ msf5 auxiliary(scanner/ssh/ssh_version) > set RHOSTS github.com
49
49
RHOSTS => github.com
50
50
msf5 auxiliary(scanner/ssh/ssh_version) > run
51
51
52
- [*] 140.82.113.3 - Key Fingerprint: 65:96:2d:fc:e8:d5:a9:11:64:0c:0f:ea:00:6e:5b:bd
53
- [+] 140.82.113.3 - Host Key Encryption ecdsa-sha2-nistp256 uses a weak elliptic curve and should not be used.
54
- [*] 140.82.113.3 - SSH server version: SSH-2.0-babeld-8e18a363
55
- [*] 140.82.113.3 - Server Encryption
56
- =================
52
+ [*] 140.82.113.4 - Key Fingerprint: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl
53
+ [*] 140.82.113.4 - SSH server version: SSH-2.0-babeld-8405f9f3
54
+ [*] 140.82.113.4 - Server Information and Encryption
55
+ =================================
57
56
58
- Type Value
59
- ---- - ----
60
- Compression none
61
-
62
- Compression zlib
63
-
64
-
65
-
66
- Encryption aes256-ctr
67
- Encryption aes192-ctr
68
- Encryption aes128-ctr
69
-
70
-
71
- HMAC hmac-sha2-512
72
- HMAC hmac-sha2-256
73
- Host Key ssh-ed25519
74
- Host Key ecdsa-sha2-nistp256
75
- Host Key rsa-sha2-512
76
- Host Key rsa-sha2-256
77
- Host Key ssh-rsa
78
- Key Exchange (kex) curve25519-sha256
79
- Key Exchange (kex) [email protected]
80
- Key Exchange (kex) ecdh-sha2-nistp256
81
- Key Exchange (kex) ecdh-sha2-nistp384
82
- Key Exchange (kex) ecdh-sha2-nistp521
83
- Key Exchange (kex) diffie-hellman-group-exchange-sha256
84
- Key Exchange (kex) [email protected]
57
+ Type Value Note
58
+ ---- ----- ----
59
+ encryption.compression none
60
+ encryption.compression [email protected]
61
+ encryption.compression zlib
62
+ encryption.encryption [email protected]
63
+ encryption.encryption [email protected]
64
+ encryption.encryption [email protected]
65
+ encryption.encryption aes256-ctr
66
+ encryption.encryption aes192-ctr
67
+ encryption.encryption aes128-ctr
68
+
69
+
70
+ encryption.hmac hmac-sha2-512
71
+ encryption.hmac hmac-sha2-256
72
+ encryption.host_key ssh-ed25519
73
+ encryption.host_key ecdsa-sha2-nistp256 Weak elliptic curve
74
+ encryption.host_key rsa-sha2-512
75
+ encryption.host_key rsa-sha2-256
76
+ encryption.host_key ssh-rsa
77
+ encryption.key_exchange_ (kex) curve25519-sha256
78
+ encryption.key_exchange_ (kex) [email protected]
79
+ encryption.key_exchange_ (kex) ecdh-sha2-nistp256
80
+ encryption.key_exchange_ (kex) ecdh-sha2-nistp384
81
+ encryption.key_exchange_ (kex) ecdh-sha2-nistp521
82
+ encryption.key_exchange_ (kex) diffie-hellman-group-exchange-sha256
83
+ encryption.key_exchange_ (kex) [email protected]
85
84
86
85
[*] Scanned 1 of 1 hosts (100% complete)
87
86
[*] Auxiliary module execution completed
0 commit comments