diff --git a/orbital23.com/orbital23.com__nuclei.json b/orbital23.com/orbital23.com__nuclei.json new file mode 100644 index 0000000..e0a339a --- /dev/null +++ b/orbital23.com/orbital23.com__nuclei.json @@ -0,0 +1,6 @@ +{"template":"http/technologies/waf-detect.yaml","template-url":"https://cloud.projectdiscovery.io/public/waf-detect","template-id":"waf-detect","template-path":"/root/nuclei-templates/http/technologies/waf-detect.yaml","info":{"name":"WAF Detection","author":["dwisiswant0","lu4nx"],"tags":["waf","tech","misc"],"description":"A web application firewall was detected.","reference":["https://github.com/Ekultek/WhatWaf"],"severity":"info","metadata":{"max-request":1},"classification":{"cve-id":null,"cwe-id":["cwe-200"]}},"matcher-name":"nginxgeneric","type":"http","host":"next.orbital23.com","port":"443","scheme":"https","url":"https://next.orbital23.com","matched-at":"https://next.orbital23.com","request":"POST / HTTP/1.1\r\nHost: next.orbital23.com\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:109.0) Gecko/20100101 Firefox/115.0\r\nConnection: close\r\nContent-Length: 27\r\nContent-Type: application/x-www-form-urlencoded\r\nAccept-Encoding: gzip\r\n\r\n_=\u003cscript\u003ealert(1)\u003c/script\u003e","response":"HTTP/1.1 500 Internal Server Error\r\nConnection: close\r\nTransfer-Encoding: chunked\r\nContent-Type: text/html; charset=UTF-8\r\nDate: Fri, 16 Aug 2024 16:56:17 GMT\r\nServer: nginx/1.6.2\r\nX-Powered-By: PHP/7.2.11\r\n\r\n","ip":"163.172.80.49","timestamp":"2024-08-16T16:56:17.035025285Z","curl-command":"curl -X 'POST' -d '_=\u003cscript\u003ealert(1)\u003c/script\u003e' -H 'Content-Type: application/x-www-form-urlencoded' -H 'Host: next.orbital23.com' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:109.0) Gecko/20100101 Firefox/115.0' 'https://next.orbital23.com'","matcher-status":true} +{"template":"javascript/cves/2023/CVE-2023-48795.yaml","template-url":"https://cloud.projectdiscovery.io/public/CVE-2023-48795","template-id":"CVE-2023-48795","template-path":"/root/nuclei-templates/javascript/cves/2023/CVE-2023-48795.yaml","info":{"name":"OpenSSH Terrapin Attack - Detection","author":["pussycat0x"],"tags":["cve","cve2023","packetstorm","seclists","js","ssh","network","passive","openbsd"],"description":"The SSH transport protocol with certain OpenSSH extensions, found in OpenSSH before 9.6 and other products, allows remote attackers to bypass integrity checks such that some packets are omitted (from the extension negotiation message), and a client and server may consequently end up with a connection for which some security features have been downgraded or disabled, aka a Terrapin attack. This occurs because the SSH Binary Packet Protocol (BPP), implemented by these extensions, mishandles the handshake phase and mishandles use of sequence numbers. For example, there is an effective attack against SSH's use of ChaCha20-Poly1305 (and CBC with Encrypt-then-MAC). The bypass occurs in chacha20-poly1305@openssh.com and (if CBC is used) the -etm@openssh.com MAC algorithms. This also affects Maverick Synergy Java SSH API before 3.1.0-SNAPSHOT, Dropbear through 2022.83, Ssh before 5.1.1 in Erlang/OTP, PuTTY before 0.80, AsyncSSH before 2.14.2, golang.org/x/crypto before 0.17.0, libssh before 0.10.6, libssh2 through 1.11.0, Thorn Tech SFTP Gateway before 3.4.6, Tera Term before 5.1, Paramiko before 3.4.0, jsch before 0.2.15, SFTPGo before 2.5.6, Netgate pfSense Plus through 23.09.1, Netgate pfSense CE through 2.7.2, HPN-SSH through 18.2.0, ProFTPD before 1.3.8b (and before 1.3.9rc2), ORYX CycloneSSH before 2.3.4, NetSarang XShell 7 before Build 0144, CrushFTP before 10.6.0, ConnectBot SSH library before 2.2.22, Apache MINA sshd through 2.11.0, sshj through 0.37.0, TinySSH through 20230101, trilead-ssh2 6401, LANCOM LCOS and LANconfig, FileZilla before 3.66.4, Nova before 11.8, PKIX-SSH before 14.4, SecureCRT before 9.4.3, Transmit5 before 5.10.4, Win32-OpenSSH before 9.5.0.0p1-Beta, WinSCP before 6.2.2, Bitvise SSH Server before 9.32, Bitvise SSH Client before 9.33, KiTTY through 0.76.1.13, the net-ssh gem 7.2.0 for Ruby, the mscdex ssh2 module before 1.15.0 for Node.js, the thrussh library before 0.35.1 for Rust, and the Russh crate before 0.40.2 for Rust.\n","reference":["https://github.com/RUB-NDS/Terrapin-Scanner","https://terrapin-attack.com/","http://packetstormsecurity.com/files/176280/Terrapin-SSH-Connection-Weakening.html","http://seclists.org/fulldisclosure/2024/Mar/21","http://www.openwall.com/lists/oss-security/2023/12/18/3"],"severity":"medium","metadata":{"verified":true,"max-request":1,"vendor":"openbsd","product":"openssh","shodan-query":["product:\"OpenSSH\"","product:\"openssh\"","cpe:\"cpe:2.3:a:openbsd:openssh\""]},"classification":{"cve-id":["cve-2023-48795"],"cwe-id":["cwe-354"],"cvss-metrics":"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N","cvss-score":5.9,"epss-score":0.69474,"epss-percentile":0.97955,"cpe":"cpe:2.3:a:openbsd:openssh:*:*:*:*:*:*:*:*"},"remediation":"One can address this vulnerability by temporarily disabling the affected chacha20-poly1305@openssh.com encryption and -etm@openssh.com MAC algorithms in the configuration of the SSH server (or client), and instead utilize unaffected algorithms like AES-GCM.\n"},"type":"javascript","host":"next.orbital23.com:22","port":"22","url":"next.orbital23.com:22","matched-at":"next.orbital23.com:22","extracted-results":["Vulnerable to Terrapin"],"request":"const m = require(\"nuclei/ssh\");\nconst c = m.SSHClient();\nconst response = c.ConnectSSHInfoMode(Host, Port);\n\nfunction SupportsChaCha20() {\n const CiphersClientServer = response.ServerKex.CiphersClientServer;\n const csexists = CiphersClientServer.includes(\"chacha20-poly1305@openssh.com\");\n csexists;\n const CiphersServerClient = response.ServerKex.CiphersServerClient;\n const scexist = CiphersServerClient.includes(\"chacha20-poly1305@openssh.com\");\n scexist;\n return csexists || scexist;\n}\n\nfunction SupportsCbcEtm() {\n const EncryCCS = response.ServerKex.CiphersClientServer;\n const EncryCCSsuf = EncryCCS.some(value =\u003e value.endsWith(\"-cbc\"));\n EncryCCSsuf;\n\n const Macacs = response.ServerKex.MACsClientServer;\n const MacacsSuf = Macacs.some(value =\u003e value.endsWith(\"-etm@openssh.com\"));\n MacacsSuf;\n\n const EncrySC = response.ServerKex.CiphersServerClient;\n const EncrySCSuf = EncrySC.some(value =\u003e value.endsWith(\"-cbc\"));\n EncrySCSuf;\n\n const Macasc = response.ServerKex.MACsServerClient;\n const MacascSuf = Macasc.some(value =\u003e value.endsWith(\"-etm@openssh.com\"));\n MacascSuf;\n return EncryCCSsuf \u0026\u0026 MacacsSuf || EncrySCSuf \u0026\u0026 MacascSuf;\n\n}\n\nfunction SupportsStrictKex() {\n const SuStrictKex = response.ServerKex.KexAlgos;\n const hasSuffix = SuStrictKex.some(value =\u003e value.endsWith(\"kex-strict-s-v00@openssh.com\"));\n return hasSuffix;\n\n}\n\nfunction IsVulnerable() {\n const vuln = ((SupportsChaCha20() || SupportsCbcEtm()) \u0026\u0026 !SupportsStrictKex())\n if (vuln === true) {\n return (\"Vulnerable to Terrapin\");\n }\n}\nExport(IsVulnerable())","response":"Vulnerable to Terrapin","ip":"163.172.80.49","timestamp":"2024-08-16T16:56:35.421929511Z","matcher-status":true} +{"template":"javascript/detection/ssh-auth-methods.yaml","template-url":"https://cloud.projectdiscovery.io/public/ssh-auth-methods","template-id":"ssh-auth-methods","template-path":"/root/nuclei-templates/javascript/detection/ssh-auth-methods.yaml","info":{"name":"SSH Auth Methods - Detection","author":["ice3man543"],"tags":["js","detect","ssh","enum","network"],"description":"SSH (Secure Shell) authentication modes are methods used to verify the identity of users and ensure secure access to remote systems. Common SSH authentication modes include password-based authentication, which relies on a secret passphrase, and public key authentication, which uses cryptographic keys for a more secure and convenient login process. Additionally, multi-factor authentication (MFA) can be employed to enhance security by requiring users to provide multiple forms of authentication, such as a password and a one-time code.\n","reference":["https://nmap.org/nsedoc/scripts/ssh-auth-methods.html"],"severity":"info","metadata":{"max-request":1,"shodan-query":"product:\"OpenSSH\""}},"type":"javascript","host":"next.orbital23.com:22","port":"22","url":"next.orbital23.com:22","matched-at":"next.orbital23.com:22","extracted-results":["[\"publickey\",\"password\"]"],"request":"var m = require(\"nuclei/ssh\");\nvar c = m.SSHClient();\nvar response = c.ConnectSSHInfoMode(Host, Port);\nExport(response);","response":"{\n \"Banner\": \"\",\n \"ServerID\": {\n \"Raw\": \"SSH-2.0-OpenSSH_6.7p1 Debian-5+deb8u7\",\n \"ProtoVersion\": \"2.0\",\n \"SoftwareVersion\": \"OpenSSH_6.7p1\",\n \"Comment\": \"Debian-5+deb8u7\"\n },\n \"ClientID\": null,\n \"ServerKex\": {\"cookie\":\"z1+fYHSUbM+uPT02AMsqCA==\",\"kex_algorithms\":[\"curve25519-sha256@libssh.org\",\"ecdh-sha2-nistp256\",\"ecdh-sha2-nistp384\",\"ecdh-sha2-nistp521\",\"diffie-hellman-group-exchange-sha256\",\"diffie-hellman-group14-sha1\"],\"host_key_algorithms\":[\"ssh-rsa\",\"ssh-dss\",\"ecdsa-sha2-nistp256\",\"ssh-ed25519\"],\"client_to_server_ciphers\":[\"aes128-ctr\",\"aes192-ctr\",\"aes256-ctr\",\"aes128-gcm@openssh.com\",\"aes256-gcm@openssh.com\",\"chacha20-poly1305@openssh.com\"],\"server_to_client_ciphers\":[\"aes128-ctr\",\"aes192-ctr\",\"aes256-ctr\",\"aes128-gcm@openssh.com\",\"aes256-gcm@openssh.com\",\"chacha20-poly1305@openssh.com\"],\"client_to_server_macs\":[\"umac-64-etm@openssh.com\",\"umac-128-etm@openssh.com\",\"hmac-sha2-256-etm@openssh.com\",\"hmac-sha2-512-etm@openssh.com\",\"hmac-sha1-etm@openssh.com\",\"umac-64@openssh.com\",\"umac-128@openssh.com\",\"hmac-sha2-256\",\"hmac-sha2-512\",\"hmac-sha1\"],\"server_to_client_macs\":[\"umac-64-etm@openssh.com\",\"umac-128-etm@openssh.com\",\"hmac-sha2-256-etm@openssh.com\",\"hmac-sha2-512-etm@openssh.com\",\"hmac-sha1-etm@openssh.com\",\"umac-64@openssh.com\",\"umac-128@openssh.com\",\"hmac-sha2-256\",\"hmac-sha2-512\",\"hmac-sha1\"],\"client_to_server_compression\":[\"none\",\"zlib@openssh.com\"],\"server_to_client_compression\":[\"none\",\"zlib@openssh.com\"],\"first_kex_follows\":false,\"reserved\":0},\n \"ClientKex\": null,\n \"AlgorithmSelection\": {\"dh_kex_algorithm\":\"curve25519-sha256@libssh.org\",\"host_key_algorithm\":\"ecdsa-sha2-nistp256\",\"client_to_server_alg_group\":{\"cipher\":\"aes128-ctr\",\"mac\":\"hmac-sha2-256\",\"compression\":\"none\"},\"server_to_client_alg_group\":{\"cipher\":\"aes128-ctr\",\"mac\":\"hmac-sha2-256\",\"compression\":\"none\"}},\n \"DHKeyExchange\": {\"curve25519_sha256_params\":{\"server_public\":\"YZ6kk9jMQQyNxQkvHOXKxF/oCU/fPT4Q0UHdMRDYH0I=\"},\"server_signature\":{\"parsed\":{\"algorithm\":\"ecdsa-sha2-nistp256\",\"value\":\"AAAAIQDHVb/XyCO5uY/DbQxDB7V5Fz5R4JePSFdpqblHJLY3rgAAACBPgHDYH4+r13CYf7y5lXwJ9FG4fJEJnHIuV7I3QyTBuw==\"},\"raw\":\"AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAABJAAAAIQDHVb/XyCO5uY/DbQxDB7V5Fz5R4JePSFdpqblHJLY3rgAAACBPgHDYH4+r13CYf7y5lXwJ9FG4fJEJnHIuV7I3QyTBuw==\",\"h\":\"B5ZFKm6zFylhGyRdzB+9QwaunxljW3QE6EVk2cnRO/Q=\"},\"server_host_key\":{\"ecdsa_public_key\":{\"b\":\"WsY12Ko6k+ez671VdpiGvGUdBrDMU7D2O848PifSYEs=\",\"curve\":\"P-256\",\"gx\":\"axfR8uEsQkf4vOblY6RA8ncDfYEt6zOg9KE5RdiYwpY=\",\"gy\":\"T+NC4v4af5uO5+tKfA+eFivOM1drMV7Oy7ZAaDe/UfU=\",\"length\":256,\"n\":\"/////wAAAAD//////////7zm+q2nF56E87nKwvxjJVE=\",\"p\":\"/////wAAAAEAAAAAAAAAAAAAAAD///////////////8=\",\"x\":\"fPVSAR/5H2clrEGblNo5Zo6/OAdNw0YulMhE5rvDV7s=\",\"y\":\"IwrTbh4Nj9HVJOboo7EfXfhvbw3CK8k3XJKDcWWOa5c=\"},\"raw\":\"AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHz1UgEf+R9nJaxBm5TaOWaOvzgHTcNGLpTIROa7w1e7IwrTbh4Nj9HVJOboo7EfXfhvbw3CK8k3XJKDcWWOa5c=\",\"algorithm\":\"ecdsa-sha2-nistp256\",\"fingerprint_sha256\":\"84b88e3f7dbddc2a766f0ec2dad1c3a00d5f354ff0e016d85dd0e7d61cdafe06\"}},\n \"UserAuth\": [\n \"publickey\",\n \"password\"\n ],\n \"Crypto\": null\n}","ip":"163.172.80.49","timestamp":"2024-08-16T16:56:35.427029936Z","matcher-status":true} +{"template":"javascript/enumeration/ssh/ssh-password-auth.yaml","template-url":"https://cloud.projectdiscovery.io/public/ssh-password-auth","template-id":"ssh-password-auth","template-path":"/root/nuclei-templates/javascript/enumeration/ssh/ssh-password-auth.yaml","info":{"name":"SSH Password-based Authentication","author":["princechaddha"],"tags":["ssh","js","enum","network"],"reference":["https://nmap.org/nsedoc/scripts/ssh-auth-methods.html"],"severity":"info","metadata":{"verified":true,"max-request":2,"shodan-query":"product:\"OpenSSH\""}},"type":"javascript","host":"next.orbital23.com:22","port":"22","url":"next.orbital23.com:22","matched-at":"next.orbital23.com:22","request":"var m = require(\"nuclei/ssh\");\nvar c = m.SSHClient();\nvar response = c.ConnectSSHInfoMode(Host, Port);\nExport(response);","response":"{\n \"Banner\": \"\",\n \"ServerID\": {\n \"Raw\": \"SSH-2.0-OpenSSH_6.7p1 Debian-5+deb8u7\",\n \"ProtoVersion\": \"2.0\",\n \"SoftwareVersion\": \"OpenSSH_6.7p1\",\n \"Comment\": \"Debian-5+deb8u7\"\n },\n \"ClientID\": null,\n \"ServerKex\": {\"cookie\":\"z1+fYHSUbM+uPT02AMsqCA==\",\"kex_algorithms\":[\"curve25519-sha256@libssh.org\",\"ecdh-sha2-nistp256\",\"ecdh-sha2-nistp384\",\"ecdh-sha2-nistp521\",\"diffie-hellman-group-exchange-sha256\",\"diffie-hellman-group14-sha1\"],\"host_key_algorithms\":[\"ssh-rsa\",\"ssh-dss\",\"ecdsa-sha2-nistp256\",\"ssh-ed25519\"],\"client_to_server_ciphers\":[\"aes128-ctr\",\"aes192-ctr\",\"aes256-ctr\",\"aes128-gcm@openssh.com\",\"aes256-gcm@openssh.com\",\"chacha20-poly1305@openssh.com\"],\"server_to_client_ciphers\":[\"aes128-ctr\",\"aes192-ctr\",\"aes256-ctr\",\"aes128-gcm@openssh.com\",\"aes256-gcm@openssh.com\",\"chacha20-poly1305@openssh.com\"],\"client_to_server_macs\":[\"umac-64-etm@openssh.com\",\"umac-128-etm@openssh.com\",\"hmac-sha2-256-etm@openssh.com\",\"hmac-sha2-512-etm@openssh.com\",\"hmac-sha1-etm@openssh.com\",\"umac-64@openssh.com\",\"umac-128@openssh.com\",\"hmac-sha2-256\",\"hmac-sha2-512\",\"hmac-sha1\"],\"server_to_client_macs\":[\"umac-64-etm@openssh.com\",\"umac-128-etm@openssh.com\",\"hmac-sha2-256-etm@openssh.com\",\"hmac-sha2-512-etm@openssh.com\",\"hmac-sha1-etm@openssh.com\",\"umac-64@openssh.com\",\"umac-128@openssh.com\",\"hmac-sha2-256\",\"hmac-sha2-512\",\"hmac-sha1\"],\"client_to_server_compression\":[\"none\",\"zlib@openssh.com\"],\"server_to_client_compression\":[\"none\",\"zlib@openssh.com\"],\"first_kex_follows\":false,\"reserved\":0},\n \"ClientKex\": null,\n \"AlgorithmSelection\": {\"dh_kex_algorithm\":\"curve25519-sha256@libssh.org\",\"host_key_algorithm\":\"ecdsa-sha2-nistp256\",\"client_to_server_alg_group\":{\"cipher\":\"aes128-ctr\",\"mac\":\"hmac-sha2-256\",\"compression\":\"none\"},\"server_to_client_alg_group\":{\"cipher\":\"aes128-ctr\",\"mac\":\"hmac-sha2-256\",\"compression\":\"none\"}},\n \"DHKeyExchange\": {\"curve25519_sha256_params\":{\"server_public\":\"YZ6kk9jMQQyNxQkvHOXKxF/oCU/fPT4Q0UHdMRDYH0I=\"},\"server_signature\":{\"parsed\":{\"algorithm\":\"ecdsa-sha2-nistp256\",\"value\":\"AAAAIQDHVb/XyCO5uY/DbQxDB7V5Fz5R4JePSFdpqblHJLY3rgAAACBPgHDYH4+r13CYf7y5lXwJ9FG4fJEJnHIuV7I3QyTBuw==\"},\"raw\":\"AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAABJAAAAIQDHVb/XyCO5uY/DbQxDB7V5Fz5R4JePSFdpqblHJLY3rgAAACBPgHDYH4+r13CYf7y5lXwJ9FG4fJEJnHIuV7I3QyTBuw==\",\"h\":\"B5ZFKm6zFylhGyRdzB+9QwaunxljW3QE6EVk2cnRO/Q=\"},\"server_host_key\":{\"ecdsa_public_key\":{\"b\":\"WsY12Ko6k+ez671VdpiGvGUdBrDMU7D2O848PifSYEs=\",\"curve\":\"P-256\",\"gx\":\"axfR8uEsQkf4vOblY6RA8ncDfYEt6zOg9KE5RdiYwpY=\",\"gy\":\"T+NC4v4af5uO5+tKfA+eFivOM1drMV7Oy7ZAaDe/UfU=\",\"length\":256,\"n\":\"/////wAAAAD//////////7zm+q2nF56E87nKwvxjJVE=\",\"p\":\"/////wAAAAEAAAAAAAAAAAAAAAD///////////////8=\",\"x\":\"fPVSAR/5H2clrEGblNo5Zo6/OAdNw0YulMhE5rvDV7s=\",\"y\":\"IwrTbh4Nj9HVJOboo7EfXfhvbw3CK8k3XJKDcWWOa5c=\"},\"raw\":\"AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHz1UgEf+R9nJaxBm5TaOWaOvzgHTcNGLpTIROa7w1e7IwrTbh4Nj9HVJOboo7EfXfhvbw3CK8k3XJKDcWWOa5c=\",\"algorithm\":\"ecdsa-sha2-nistp256\",\"fingerprint_sha256\":\"84b88e3f7dbddc2a766f0ec2dad1c3a00d5f354ff0e016d85dd0e7d61cdafe06\"}},\n \"UserAuth\": [\n \"publickey\",\n \"password\"\n ],\n \"Crypto\": null\n}","ip":"163.172.80.49","timestamp":"2024-08-16T16:56:45.424163215Z","matcher-status":true} +{"template":"javascript/enumeration/ssh/ssh-server-enumeration.yaml","template-url":"https://cloud.projectdiscovery.io/public/ssh-server-enumeration","template-id":"ssh-server-enumeration","template-path":"/root/nuclei-templates/javascript/enumeration/ssh/ssh-server-enumeration.yaml","info":{"name":"SSH Server Software Enumeration","author":["ice3man543","tarunkoyalwar"],"tags":["js","ssh","enum","network"],"severity":"info","metadata":{"verified":true,"max-request":2,"shodan-query":"product:\"OpenSSH\""}},"type":"javascript","host":"next.orbital23.com:22","port":"22","url":"next.orbital23.com:22","matched-at":"next.orbital23.com:22","extracted-results":["SSH-2.0-OpenSSH_6.7p1 Debian-5+deb8u7"],"request":"var m = require(\"nuclei/ssh\");\nvar c = m.SSHClient();\nvar response = c.ConnectSSHInfoMode(Host, Port);\nExport(response);","response":"{\n \"Banner\": \"\",\n \"ServerID\": {\n \"Raw\": \"SSH-2.0-OpenSSH_6.7p1 Debian-5+deb8u7\",\n \"ProtoVersion\": \"2.0\",\n \"SoftwareVersion\": \"OpenSSH_6.7p1\",\n \"Comment\": \"Debian-5+deb8u7\"\n },\n \"ClientID\": null,\n \"ServerKex\": {\"cookie\":\"z1+fYHSUbM+uPT02AMsqCA==\",\"kex_algorithms\":[\"curve25519-sha256@libssh.org\",\"ecdh-sha2-nistp256\",\"ecdh-sha2-nistp384\",\"ecdh-sha2-nistp521\",\"diffie-hellman-group-exchange-sha256\",\"diffie-hellman-group14-sha1\"],\"host_key_algorithms\":[\"ssh-rsa\",\"ssh-dss\",\"ecdsa-sha2-nistp256\",\"ssh-ed25519\"],\"client_to_server_ciphers\":[\"aes128-ctr\",\"aes192-ctr\",\"aes256-ctr\",\"aes128-gcm@openssh.com\",\"aes256-gcm@openssh.com\",\"chacha20-poly1305@openssh.com\"],\"server_to_client_ciphers\":[\"aes128-ctr\",\"aes192-ctr\",\"aes256-ctr\",\"aes128-gcm@openssh.com\",\"aes256-gcm@openssh.com\",\"chacha20-poly1305@openssh.com\"],\"client_to_server_macs\":[\"umac-64-etm@openssh.com\",\"umac-128-etm@openssh.com\",\"hmac-sha2-256-etm@openssh.com\",\"hmac-sha2-512-etm@openssh.com\",\"hmac-sha1-etm@openssh.com\",\"umac-64@openssh.com\",\"umac-128@openssh.com\",\"hmac-sha2-256\",\"hmac-sha2-512\",\"hmac-sha1\"],\"server_to_client_macs\":[\"umac-64-etm@openssh.com\",\"umac-128-etm@openssh.com\",\"hmac-sha2-256-etm@openssh.com\",\"hmac-sha2-512-etm@openssh.com\",\"hmac-sha1-etm@openssh.com\",\"umac-64@openssh.com\",\"umac-128@openssh.com\",\"hmac-sha2-256\",\"hmac-sha2-512\",\"hmac-sha1\"],\"client_to_server_compression\":[\"none\",\"zlib@openssh.com\"],\"server_to_client_compression\":[\"none\",\"zlib@openssh.com\"],\"first_kex_follows\":false,\"reserved\":0},\n \"ClientKex\": null,\n \"AlgorithmSelection\": {\"dh_kex_algorithm\":\"curve25519-sha256@libssh.org\",\"host_key_algorithm\":\"ecdsa-sha2-nistp256\",\"client_to_server_alg_group\":{\"cipher\":\"aes128-ctr\",\"mac\":\"hmac-sha2-256\",\"compression\":\"none\"},\"server_to_client_alg_group\":{\"cipher\":\"aes128-ctr\",\"mac\":\"hmac-sha2-256\",\"compression\":\"none\"}},\n \"DHKeyExchange\": {\"curve25519_sha256_params\":{\"server_public\":\"YZ6kk9jMQQyNxQkvHOXKxF/oCU/fPT4Q0UHdMRDYH0I=\"},\"server_signature\":{\"parsed\":{\"algorithm\":\"ecdsa-sha2-nistp256\",\"value\":\"AAAAIQDHVb/XyCO5uY/DbQxDB7V5Fz5R4JePSFdpqblHJLY3rgAAACBPgHDYH4+r13CYf7y5lXwJ9FG4fJEJnHIuV7I3QyTBuw==\"},\"raw\":\"AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAABJAAAAIQDHVb/XyCO5uY/DbQxDB7V5Fz5R4JePSFdpqblHJLY3rgAAACBPgHDYH4+r13CYf7y5lXwJ9FG4fJEJnHIuV7I3QyTBuw==\",\"h\":\"B5ZFKm6zFylhGyRdzB+9QwaunxljW3QE6EVk2cnRO/Q=\"},\"server_host_key\":{\"ecdsa_public_key\":{\"b\":\"WsY12Ko6k+ez671VdpiGvGUdBrDMU7D2O848PifSYEs=\",\"curve\":\"P-256\",\"gx\":\"axfR8uEsQkf4vOblY6RA8ncDfYEt6zOg9KE5RdiYwpY=\",\"gy\":\"T+NC4v4af5uO5+tKfA+eFivOM1drMV7Oy7ZAaDe/UfU=\",\"length\":256,\"n\":\"/////wAAAAD//////////7zm+q2nF56E87nKwvxjJVE=\",\"p\":\"/////wAAAAEAAAAAAAAAAAAAAAD///////////////8=\",\"x\":\"fPVSAR/5H2clrEGblNo5Zo6/OAdNw0YulMhE5rvDV7s=\",\"y\":\"IwrTbh4Nj9HVJOboo7EfXfhvbw3CK8k3XJKDcWWOa5c=\"},\"raw\":\"AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHz1UgEf+R9nJaxBm5TaOWaOvzgHTcNGLpTIROa7w1e7IwrTbh4Nj9HVJOboo7EfXfhvbw3CK8k3XJKDcWWOa5c=\",\"algorithm\":\"ecdsa-sha2-nistp256\",\"fingerprint_sha256\":\"84b88e3f7dbddc2a766f0ec2dad1c3a00d5f354ff0e016d85dd0e7d61cdafe06\"}},\n \"UserAuth\": [\n \"publickey\",\n \"password\"\n ],\n \"Crypto\": null\n}","ip":"163.172.80.49","timestamp":"2024-08-16T16:56:45.432652149Z","matcher-status":true} +{"template":"javascript/enumeration/ssh/ssh-sha1-hmac-algo.yaml","template-url":"https://cloud.projectdiscovery.io/public/ssh-sha1-hmac-algo","template-id":"ssh-sha1-hmac-algo","template-path":"/root/nuclei-templates/javascript/enumeration/ssh/ssh-sha1-hmac-algo.yaml","info":{"name":"SSH SHA-1 HMAC Algorithms Enabled","author":["pussycat0x"],"tags":["enum","js","ssh","misconfig","network"],"description":"The SSH server at the remote end is set up to allow the use of SHA-1 HMAC algorithms.\n","reference":["https://forums.ivanti.com/s/article/How-to-disable-SSH-SHA-1-HMAC-algorithms?language=en_US"],"severity":"info","metadata":{"verified":true,"max-request":2,"shodan-query":"product:\"OpenSSH\""}},"type":"javascript","host":"next.orbital23.com:22","port":"22","url":"next.orbital23.com:22","matched-at":"next.orbital23.com:22","request":"let m = require(\"nuclei/ssh\");\nlet c = m.SSHClient();\nlet response = c.ConnectSSHInfoMode(Host, Port);\nExport(response);","response":"{\n \"Banner\": \"\",\n \"ServerID\": {\n \"Raw\": \"SSH-2.0-OpenSSH_6.7p1 Debian-5+deb8u7\",\n \"ProtoVersion\": \"2.0\",\n \"SoftwareVersion\": \"OpenSSH_6.7p1\",\n \"Comment\": \"Debian-5+deb8u7\"\n },\n \"ClientID\": null,\n \"ServerKex\": {\"cookie\":\"z1+fYHSUbM+uPT02AMsqCA==\",\"kex_algorithms\":[\"curve25519-sha256@libssh.org\",\"ecdh-sha2-nistp256\",\"ecdh-sha2-nistp384\",\"ecdh-sha2-nistp521\",\"diffie-hellman-group-exchange-sha256\",\"diffie-hellman-group14-sha1\"],\"host_key_algorithms\":[\"ssh-rsa\",\"ssh-dss\",\"ecdsa-sha2-nistp256\",\"ssh-ed25519\"],\"client_to_server_ciphers\":[\"aes128-ctr\",\"aes192-ctr\",\"aes256-ctr\",\"aes128-gcm@openssh.com\",\"aes256-gcm@openssh.com\",\"chacha20-poly1305@openssh.com\"],\"server_to_client_ciphers\":[\"aes128-ctr\",\"aes192-ctr\",\"aes256-ctr\",\"aes128-gcm@openssh.com\",\"aes256-gcm@openssh.com\",\"chacha20-poly1305@openssh.com\"],\"client_to_server_macs\":[\"umac-64-etm@openssh.com\",\"umac-128-etm@openssh.com\",\"hmac-sha2-256-etm@openssh.com\",\"hmac-sha2-512-etm@openssh.com\",\"hmac-sha1-etm@openssh.com\",\"umac-64@openssh.com\",\"umac-128@openssh.com\",\"hmac-sha2-256\",\"hmac-sha2-512\",\"hmac-sha1\"],\"server_to_client_macs\":[\"umac-64-etm@openssh.com\",\"umac-128-etm@openssh.com\",\"hmac-sha2-256-etm@openssh.com\",\"hmac-sha2-512-etm@openssh.com\",\"hmac-sha1-etm@openssh.com\",\"umac-64@openssh.com\",\"umac-128@openssh.com\",\"hmac-sha2-256\",\"hmac-sha2-512\",\"hmac-sha1\"],\"client_to_server_compression\":[\"none\",\"zlib@openssh.com\"],\"server_to_client_compression\":[\"none\",\"zlib@openssh.com\"],\"first_kex_follows\":false,\"reserved\":0},\n \"ClientKex\": null,\n \"AlgorithmSelection\": {\"dh_kex_algorithm\":\"curve25519-sha256@libssh.org\",\"host_key_algorithm\":\"ecdsa-sha2-nistp256\",\"client_to_server_alg_group\":{\"cipher\":\"aes128-ctr\",\"mac\":\"hmac-sha2-256\",\"compression\":\"none\"},\"server_to_client_alg_group\":{\"cipher\":\"aes128-ctr\",\"mac\":\"hmac-sha2-256\",\"compression\":\"none\"}},\n \"DHKeyExchange\": {\"curve25519_sha256_params\":{\"server_public\":\"YZ6kk9jMQQyNxQkvHOXKxF/oCU/fPT4Q0UHdMRDYH0I=\"},\"server_signature\":{\"parsed\":{\"algorithm\":\"ecdsa-sha2-nistp256\",\"value\":\"AAAAIQDHVb/XyCO5uY/DbQxDB7V5Fz5R4JePSFdpqblHJLY3rgAAACBPgHDYH4+r13CYf7y5lXwJ9FG4fJEJnHIuV7I3QyTBuw==\"},\"raw\":\"AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAABJAAAAIQDHVb/XyCO5uY/DbQxDB7V5Fz5R4JePSFdpqblHJLY3rgAAACBPgHDYH4+r13CYf7y5lXwJ9FG4fJEJnHIuV7I3QyTBuw==\",\"h\":\"B5ZFKm6zFylhGyRdzB+9QwaunxljW3QE6EVk2cnRO/Q=\"},\"server_host_key\":{\"ecdsa_public_key\":{\"b\":\"WsY12Ko6k+ez671VdpiGvGUdBrDMU7D2O848PifSYEs=\",\"curve\":\"P-256\",\"gx\":\"axfR8uEsQkf4vOblY6RA8ncDfYEt6zOg9KE5RdiYwpY=\",\"gy\":\"T+NC4v4af5uO5+tKfA+eFivOM1drMV7Oy7ZAaDe/UfU=\",\"length\":256,\"n\":\"/////wAAAAD//////////7zm+q2nF56E87nKwvxjJVE=\",\"p\":\"/////wAAAAEAAAAAAAAAAAAAAAD///////////////8=\",\"x\":\"fPVSAR/5H2clrEGblNo5Zo6/OAdNw0YulMhE5rvDV7s=\",\"y\":\"IwrTbh4Nj9HVJOboo7EfXfhvbw3CK8k3XJKDcWWOa5c=\"},\"raw\":\"AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHz1UgEf+R9nJaxBm5TaOWaOvzgHTcNGLpTIROa7w1e7IwrTbh4Nj9HVJOboo7EfXfhvbw3CK8k3XJKDcWWOa5c=\",\"algorithm\":\"ecdsa-sha2-nistp256\",\"fingerprint_sha256\":\"84b88e3f7dbddc2a766f0ec2dad1c3a00d5f354ff0e016d85dd0e7d61cdafe06\"}},\n \"UserAuth\": [\n \"publickey\",\n \"password\"\n ],\n \"Crypto\": null\n}","ip":"163.172.80.49","timestamp":"2024-08-16T16:56:45.447500641Z","matcher-status":true}