2023-11-13 19:52:02 +00:00
id : ssh-weak-algo-supported
info :
name : SSH Weak Algorithms Supported
author : pussycat0x
severity : medium
description : |
SSH weak algorithms are outdated cryptographic methods that pose security risks. Identifying and disabling these vulnerable algorithms is crucial for enhancing the overall security of SSH connections.
reference :
- https://www.tenable.com/plugins/nessus/90317
metadata :
verified : true
2023-11-15 11:17:20 +00:00
max-request : 1
2023-11-13 19:52:02 +00:00
shodan-query : product:"OpenSSH"
tags : javascript,ssh,misconfig,network
javascript :
2023-12-01 13:18:05 +00:00
- pre-condition : |
isPortOpen(Host,Port);
code : |
2023-11-13 19:52:02 +00:00
let m = require("nuclei/ssh");
let c = m.SSHClient();
let response = c.ConnectSSHInfoMode(Host, Port);
to_json(response);
args :
Host : "{{Host}}"
Port : "22"
matchers-condition : and
matchers :
- type : word
words :
- "client_to_server_ciphers"
- "server_to_client_ciphers"
condition : and
- type : word
words :
- "arcfour"
- "arcfour128"
- "arcfour256"
2023-11-14 19:00:03 +00:00
condition : or
2023-11-16 10:31:49 +00:00
# digest: 4a0a004730450220791c269bff8f611f822a1b188ec392166f2febf667e190377543580639a592ec022100cfc30025a071503bde04a61e8954bb7eea5a8ee55e38fd8efc67c817619832cf:922c64590222798bb761d5b6d8e72950