-
Notifications
You must be signed in to change notification settings - Fork 14.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,13 +74,13 @@ msf5 auxiliary(scanner/ssh/ssh_version) > run | |
encryption.host_key rsa-sha2-512 | ||
encryption.host_key rsa-sha2-256 | ||
encryption.host_key ssh-rsa | ||
encryption.key_exchange_(kex) curve25519-sha256 | ||
encryption.key_exchange_(kex) [email protected] | ||
encryption.key_exchange_(kex) ecdh-sha2-nistp256 | ||
encryption.key_exchange_(kex) ecdh-sha2-nistp384 | ||
encryption.key_exchange_(kex) ecdh-sha2-nistp521 | ||
encryption.key_exchange_(kex) diffie-hellman-group-exchange-sha256 | ||
encryption.key_exchange_(kex) [email protected] | ||
encryption.key_exchange curve25519-sha256 | ||
encryption.key_exchange [email protected] | ||
encryption.key_exchange ecdh-sha2-nistp256 | ||
encryption.key_exchange ecdh-sha2-nistp384 | ||
encryption.key_exchange ecdh-sha2-nistp521 | ||
encryption.key_exchange diffie-hellman-group-exchange-sha256 | ||
encryption.key_exchange [email protected] | ||
[*] Scanned 1 of 1 hosts (100% complete) | ||
[*] Auxiliary module execution completed | ||
|
@@ -161,14 +161,14 @@ msf6 auxiliary(scanner/ssh/ssh_version) > run | |
encryption.host_key ssh-dss | ||
encryption.host_key ecdsa-sha2-nistp256 Weak elliptic curve | ||
encryption.host_key ssh-ed25519 | ||
encryption.key_exchange_(kex) [email protected] | ||
encryption.key_exchange_(kex) ecdh-sha2-nistp256 | ||
encryption.key_exchange_(kex) ecdh-sha2-nistp384 | ||
encryption.key_exchange_(kex) ecdh-sha2-nistp521 | ||
encryption.key_exchange_(kex) diffie-hellman-group-exchange-sha256 | ||
encryption.key_exchange_(kex) diffie-hellman-group-exchange-sha1 Deprecated | ||
encryption.key_exchange_(kex) diffie-hellman-group14-sha1 | ||
encryption.key_exchange_(kex) diffie-hellman-group1-sha1 Deprecated | ||
encryption.key_exchange [email protected] | ||
encryption.key_exchange ecdh-sha2-nistp256 | ||
encryption.key_exchange ecdh-sha2-nistp384 | ||
encryption.key_exchange ecdh-sha2-nistp521 | ||
encryption.key_exchange diffie-hellman-group-exchange-sha256 | ||
encryption.key_exchange diffie-hellman-group-exchange-sha1 Deprecated | ||
encryption.key_exchange diffie-hellman-group14-sha1 | ||
encryption.key_exchange diffie-hellman-group1-sha1 Deprecated | ||
fingerprint_db ssh.banner | ||
openssh.comment Ubuntu-2ubuntu1 | ||
os.cpe23 cpe:/o:canonical:ubuntu_linux:14.04 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters