Erlang Port Mapper Daemon
Enumeration
Mandatory
- Check if epmd is running
echo -n -e "\x00\x01\x6e" | nc -vn $target 4369 - Check with nmap
nmap -sV -Pn -n -T4 -p 4369 --script epmd-info $target - Brute force the key with https://insinuator.net/2017/10/erlang-distribution-rce-and-a-cookie-bruteforcer/ and try the RCE.
Leave a Reply
You must be logged in to post a comment.