Advertisement
Guest User

Untitled

a guest
Feb 12th, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.91 KB | None | 0 0
  1. root@buck[6]:/home/mime/openvas/work/openvas/svn/var/lib/openvas/plugins/ (2)# egrep -v "^#" /etc/ssh/sshd_config
  2. KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256
  3. Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
  4. MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-ripemd160-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,hmac-ripemd160,umac-128@openssh.com
  5.  
  6. AuthorizedKeysFile .ssh/authorized_keys
  7. [...]
  8.  
  9. root@buck[6]:/home/mime/openvas/work/openvas/svn/var/lib/openvas/plugins/ (0)# openvas-nasl -X -B -d -i /home/mime/openvas/work/openvas/svn/var/lib/openvas/plugins/ --kb "Services/ssh=22" gb_ssh_algos.nasl 2016/gb_ssh_weak_encryption_algos.nasl 2016/gb_ssh_weak_hmac.nasl -t localhost
  10.  
  11. set key ssh/22/kex_algorithms -> curve25519-sha256@libssh.org
  12. set key ssh/22/kex_algorithms -> diffie-hellman-group-exchange-sha256
  13. set key ssh/22/server_host_key_algorithms -> ssh-rsa
  14. set key ssh/22/server_host_key_algorithms -> ssh-dss
  15. set key ssh/22/server_host_key_algorithms -> ecdsa-sha2-nistp256
  16. set key ssh/22/server_host_key_algorithms -> ssh-ed25519
  17. set key ssh/22/encryption_algorithms_client_to_server -> chacha20-poly1305@openssh.com
  18. set key ssh/22/encryption_algorithms_client_to_server -> aes256-gcm@openssh.com
  19. set key ssh/22/encryption_algorithms_client_to_server -> aes128-gcm@openssh.com
  20. set key ssh/22/encryption_algorithms_client_to_server -> aes256-ctr
  21. set key ssh/22/encryption_algorithms_client_to_server -> aes192-ctr
  22. set key ssh/22/encryption_algorithms_client_to_server -> aes128-ctr
  23. set key ssh/22/encryption_algorithms_server_to_client -> chacha20-poly1305@openssh.com
  24. set key ssh/22/encryption_algorithms_server_to_client -> aes256-gcm@openssh.com
  25. set key ssh/22/encryption_algorithms_server_to_client -> aes128-gcm@openssh.com
  26. set key ssh/22/encryption_algorithms_server_to_client -> aes256-ctr
  27. set key ssh/22/encryption_algorithms_server_to_client -> aes192-ctr
  28. set key ssh/22/encryption_algorithms_server_to_client -> aes128-ctr
  29. set key ssh/22/mac_algorithms_client_to_server -> hmac-sha2-512-etm@openssh.com
  30. set key ssh/22/mac_algorithms_client_to_server -> hmac-sha2-256-etm@openssh.com
  31. set key ssh/22/mac_algorithms_client_to_server -> hmac-ripemd160-etm@openssh.com
  32. set key ssh/22/mac_algorithms_client_to_server -> umac-128-etm@openssh.com
  33. set key ssh/22/mac_algorithms_client_to_server -> hmac-sha2-512
  34. set key ssh/22/mac_algorithms_client_to_server -> hmac-sha2-256
  35. set key ssh/22/mac_algorithms_client_to_server -> hmac-ripemd160
  36. set key ssh/22/mac_algorithms_client_to_server -> umac-128@openssh.com
  37. set key ssh/22/mac_algorithms_server_to_client -> hmac-sha2-512-etm@openssh.com
  38. set key ssh/22/mac_algorithms_server_to_client -> hmac-sha2-256-etm@openssh.com
  39. set key ssh/22/mac_algorithms_server_to_client -> hmac-ripemd160-etm@openssh.com
  40. set key ssh/22/mac_algorithms_server_to_client -> umac-128-etm@openssh.com
  41. set key ssh/22/mac_algorithms_server_to_client -> hmac-sha2-512
  42. set key ssh/22/mac_algorithms_server_to_client -> hmac-sha2-256
  43. set key ssh/22/mac_algorithms_server_to_client -> hmac-ripemd160
  44. set key ssh/22/mac_algorithms_server_to_client -> umac-128@openssh.com
  45. set key ssh/22/compression_algorithms_client_to_server -> none
  46. set key ssh/22/compression_algorithms_client_to_server -> zlib@openssh.com
  47. set key ssh/22/compression_algorithms_server_to_client -> none
  48. set key ssh/22/compression_algorithms_server_to_client -> zlib@openssh.com
  49. The following options are supported by the remote ssh service:
  50.  
  51. kex_algorithms:
  52. curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256
  53.  
  54. server_host_key_algorithms:
  55. ssh-rsa,ssh-dss,ecdsa-sha2-nistp256,ssh-ed25519
  56.  
  57. encryption_algorithms_client_to_server:
  58. chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
  59.  
  60. encryption_algorithms_server_to_client:
  61. chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
  62.  
  63. mac_algorithms_client_to_server:
  64. hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-ripemd160-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,hmac-ripemd160,umac-128@openssh.com
  65.  
  66. mac_algorithms_server_to_client:
  67. hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-ripemd160-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,hmac-ripemd160,umac-128@openssh.com
  68.  
  69. compression_algorithms_client_to_server:
  70. none,zlib@openssh.com
  71.  
  72. compression_algorithms_server_to_client:
  73. none,zlib@openssh.com
  74.  
  75.  
  76. set key HostDetails -> EXIT_CODE
  77. set key HostDetails/NVT -> 1.3.6.1.4.1.25623.1.0.105611
  78. set key HostDetails/NVT/1.3.6.1.4.1.25623.1.0.105611/EXIT_CODE -> EXIT_NOTVULN
  79. set key HostDetails -> EXIT_CODE
  80. set key HostDetails/NVT -> 1.3.6.1.4.1.25623.1.0.105610
  81. set key HostDetails/NVT/1.3.6.1.4.1.25623.1.0.105610/EXIT_CODE -> EXIT_NOTVULN
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement