This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Example server commands, copied from https://blog.differentpla.net/blog/2022/11/01/erlang-ssh/. | |
| ```sh | |
| mkdir /tmp/erlang-ssh-server/ | |
| ssh-keygen -q -N "" -t rsa -f /tmp/erlang-ssh-server/ssh_host_rsa_key | |
| erl | |
| ``` | |
| ```erl | |
| {ok, _} = application:ensure_all_started(ssh). | |
| Port = 2222. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| id: ivanti-connect-secure-detect | |
| info: | |
| name: Ivanti Connect Secure - Detect | |
| author: darses | |
| severity: info | |
| description: Detects the version of Ivanti Connect Secure (formerly Pulse Secure) installations | |
| reference: | |
| - https://github.com/BishopFox/CVE-2025-0282-check | |
| metadata: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| id: erlang-otp-ssh-detect | |
| info: | |
| name: Erlang/OTP SSH Server - Detect | |
| author: darses | |
| severity: info | |
| description: Detects Erlang/OTP SSH servers and parses the version number from the banner. | |
| tags: network,ssh,erlang,detect,detection,tcp | |
| metadata: | |
| shodan-query: 'SSH-2.0-Erlang' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| id: paloalto-globalprotect-version-date | |
| info: | |
| name: Palo Alto Networks GlobalProtect Version Release Date | |
| author: darses,justrelax | |
| severity: info | |
| description: | | |
| Detect PAN-OS version release date from the GlobalProtect Portal ETag on static resources. This template supports both older (~<10.1) and newer PAN-OS (<=11.2) versions. | |
| metadata: | |
| max-request: 3 |