@@ -74,13 +74,13 @@ msf5 auxiliary(scanner/ssh/ssh_version) > run
74
74
encryption.host_key rsa-sha2-512
75
75
encryption.host_key rsa-sha2-256
76
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]
77
+ encryption.key_exchange curve25519-sha256
78
+ encryption.key_exchange [email protected]
79
+ encryption.key_exchange ecdh-sha2-nistp256
80
+ encryption.key_exchange ecdh-sha2-nistp384
81
+ encryption.key_exchange ecdh-sha2-nistp521
82
+ encryption.key_exchange diffie-hellman-group-exchange-sha256
83
+ encryption.key_exchange [email protected]
84
84
85
85
[*] Scanned 1 of 1 hosts (100% complete)
86
86
[*] Auxiliary module execution completed
@@ -161,14 +161,14 @@ msf6 auxiliary(scanner/ssh/ssh_version) > run
161
161
encryption.host_key ssh-dss
162
162
encryption.host_key ecdsa-sha2-nistp256 Weak elliptic curve
163
163
encryption.host_key ssh-ed25519
164
- encryption.key_exchange_(kex) [email protected]
165
- encryption.key_exchange_(kex) ecdh-sha2-nistp256
166
- encryption.key_exchange_(kex) ecdh-sha2-nistp384
167
- encryption.key_exchange_(kex) ecdh-sha2-nistp521
168
- encryption.key_exchange_(kex) diffie-hellman-group-exchange-sha256
169
- encryption.key_exchange_(kex) diffie-hellman-group-exchange-sha1 Deprecated
170
- encryption.key_exchange_(kex) diffie-hellman-group14-sha1
171
- encryption.key_exchange_(kex) diffie-hellman-group1-sha1 Deprecated
164
+ encryption.key_exchange [email protected]
165
+ encryption.key_exchange ecdh-sha2-nistp256
166
+ encryption.key_exchange ecdh-sha2-nistp384
167
+ encryption.key_exchange ecdh-sha2-nistp521
168
+ encryption.key_exchange diffie-hellman-group-exchange-sha256
169
+ encryption.key_exchange diffie-hellman-group-exchange-sha1 Deprecated
170
+ encryption.key_exchange diffie-hellman-group14-sha1
171
+ encryption.key_exchange diffie-hellman-group1-sha1 Deprecated
172
172
fingerprint_db ssh.banner
173
173
openssh.comment Ubuntu-2ubuntu1
174
174
os.cpe23 cpe:/o:canonical:ubuntu_linux:14.04
0 commit comments