Nmap Development mailing list archives

[NSE script] Data Access Messaging Protocol used by Ingres Data Access server (iigcd)


From: "qhardyfr () gmail com" <qhardyfr () gmail com>
Date: Mon, 2 Jun 2014 15:01:21 +0200

Hi, everybody,

Nmap doesn't detect the Data Access Messaging protocol yet.

The Data Access Messaging Protocol is used by Ingres Data Access server
(iigcd process in Ingres).
As far as I know, this protocol is used by Ingres Data Access server ONLY.

The iigcd service allows a remote user to connect to the Ingres database
directly thanks to JDBC for exemple.

I have developed a NSE script which allow to detect this protocol.
It sends a specific DAM packet. If the service understands the protocol and
responds with some specific values, then the service  Ingres Data Access
server is running.

See the NSE script for more information.

Output exemple:
--- nmap -p1-65535 --script ./ingres-scanner.nse <ip>
-- @output
-- PORT      STATE SERVICE
-- ...
-- 21071/tcp open  unknown
-- | ingres-scanner: Data Access Messaging Protocol (DAM) detected
-- |_Ingres Data Access server (iigcd)
-- ...

Hope it will help you,

--

Quentin HARDY

Attachment: ingres-scanner.nse
Description:

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

Current thread: