Nmap Development mailing list archives

[NSE] epmd-info script


From: Toni Ruottu <toni.ruottu () iki fi>
Date: Mon, 21 Mar 2011 01:33:20 +0200

I wrote an info script for the Erlang Port Mapper Daemon. To try it
out you need some basic erlang packages, and a few terminal windows. I
did "apt-get install erlang-base" on Ubuntu to install the required
erlang stuff. Here is how I run it...

terminal 1 - run the daemon
command: epmd

terminal 2 - start a node
command: erl -name krazy
erlprompt: node()

terminal 3 - start another node
command: erl -name ignatz
erlprompt: node()

terminal 4 - nmap
nmap -p 4369 --script epmd-info 127.0.0.1

Attachment: epmd-info.nse
Description:

_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/

Current thread: