Nmap Development mailing list archives

Re: [NSE] epmd-info script


From: Toni Ruottu <toni.ruottu () iki fi>
Date: Sat, 2 Apr 2011 00:05:05 +0300

Forget about the overly complex test case I mentioned earlier. Just do...

apt-get install rabbitmq-server
nmap -p 4369 --script epmd-info 127.0.0.1

This is a lot better anyway, as it shows the scan being done against a
real existing system. See http://www.rabbitmq.com/ for details.

On Mon, Mar 21, 2011 at 1:33 AM, Toni Ruottu <toni.ruottu () iki fi> wrote:
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

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


Current thread: