mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-04 01:33:21 +08:00
TemplateMan Update [Sun Nov 12 10:53:58 UTC 2023] 🤖
This commit is contained in:
@@ -10,16 +10,15 @@ info:
|
||||
- https://www.tenable.com/plugins/nessus/70658
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 1
|
||||
shodan-query: product:"OpenSSH"
|
||||
tags: javascript,ssh,misconfig,network
|
||||
|
||||
javascript:
|
||||
- code: |
|
||||
let m = require("nuclei/ssh");
|
||||
let c = m.SSHClient();
|
||||
let response = c.ConnectSSHInfoMode(Host, Port);
|
||||
to_json(response);
|
||||
|
||||
args:
|
||||
Host: "{{Host}}"
|
||||
Port: "22"
|
||||
@@ -41,4 +40,5 @@ javascript:
|
||||
- "blowfish-cbc"
|
||||
- "cast128-cbc"
|
||||
condition: or
|
||||
# digest: 490a0046304402207860ed2e7d0164e54f06fff2cbeca2148ac6eda34b7f480d0437f6e520e339e1022047f617d50e8e123429cd90c920c284eb2838d2ea73b072be38f75675b0fa9f9a:922c64590222798bb761d5b6d8e72950
|
||||
|
||||
# digest: 490a0046304402207860ed2e7d0164e54f06fff2cbeca2148ac6eda34b7f480d0437f6e520e339e1022047f617d50e8e123429cd90c920c284eb2838d2ea73b072be38f75675b0fa9f9a:922c64590222798bb761d5b6d8e72950
|
||||
|
||||
@@ -10,16 +10,15 @@ info:
|
||||
- https://www.tenable.com/plugins/nessus/153953
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 1
|
||||
shodan-query: product:"OpenSSH"
|
||||
tags: javascript,ssh,misconfig,network
|
||||
|
||||
javascript:
|
||||
- code: |
|
||||
let m = require("nuclei/ssh");
|
||||
let c = m.SSHClient();
|
||||
let response = c.ConnectSSHInfoMode(Host, Port);
|
||||
to_json(response);
|
||||
|
||||
args:
|
||||
Host: "{{Host}}"
|
||||
Port: "22"
|
||||
|
||||
Reference in New Issue
Block a user