> For the complete documentation index, see [llms.txt](https://kashz.gitbook.io/kashz-jewels/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kashz.gitbook.io/kashz-jewels/protocols/epmd-4369.md).

# epmd :4369

* [HackTricks/4369-pentesting-erlang-port-mapper-daemon-epmd](https://book.hacktricks.xyz/pentesting/4369-pentesting-erlang-port-mapper-daemon-epmd)

## Recon

```bash
nmap -sV -Pn -n -T4 -p 4369 --script epmd-info IP
# will show which nodes are running on which port
```
