Merge pull request #6955 from projectdiscovery/pussycat0x-patch-3

Erlang Port Mapper Daemon
patch-1
Dhiyaneshwaran 2023-12-29 19:56:47 +05:30 committed by GitHub
commit f30fd0b8ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: erlang-daemon
info:
name: Erlang Port Mapper Daemon
author: pussycat0x
severity: low
description: |
The erlang port mapper daemon is used to coordinate distributed erlang instances. His job is to keep track of which node name listens on which address. Hence, epmd map symbolic node names to machine addresses.
reference:
- https://nmap.org/nsedoc/scripts/epmd-info.html
- https://book.hacktricks.xyz/network-services-pentesting/4369-pentesting-erlang-port-mapper-daemon-epmd
- https://medium.com/@_sadshade/couchdb-erlang-and-cookies-rce-on-default-settings-b1e9173a4bcd
metadata:
verified: "true"
shodan-query: product:"Erlang Port Mapper Daemon"
tags: demon,enum,erlang,epmd
network:
- inputs:
- data: "\x00\x01\x6e"
host:
- "{{Hostname}}"
port: 4369
extractors:
- type: dsl
name: default-instances
dsl:
- trim(raw, '[ ]')