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-12-12 11:07:52 +00:00
max-request : 2
2023-11-13 19:52:02 +00:00
shodan-query : product:"OpenSSH"
2024-01-14 09:21:50 +00:00
tags : js,enum,ssh,misconfig,network
2024-01-04 06:46:23 +00:00
2023-11-13 19:52:02 +00:00
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);
2024-02-29 08:05:22 +00:00
Export(response);
2023-11-13 19:52:02 +00:00
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
2024-02-29 08:16:55 +00:00
# digest: 4a0a00473045022100f5a936392279db23ce50aff41adcebe4526af7d2d851f64946ebfdd48830c2bb022076a11f935f2f1dd966c28ed4dbb697e23f0842341c7c5b1a505e4216e27cab55:922c64590222798bb761d5b6d8e72950