informix-query
脚本使用类型:
portrule
  脚本所属分类:
  intrusive, auth
  
脚本下载地址: http://nmap.org/svn/scripts/informix-query.nse
Runs a query against IBM Informix Dynamic Server using the given authentication credentials (see also: informix-brute).
The query to run against the server (default: returns hostname and version)
The username used for authentication
The name of the database to connect to (default: sysmaster)
The name of the instance to connect to
The password used for authentication
执行格式
nmap -p 9088 <host> --script informix-query --script-args informix-query.username=informix,informix-query.password=informix
PORT     STATE SERVICE
9088/tcp open  unknown syn-ack
| informix-query:  
|   Information
|     User: informix
|     Database: sysmaster
|     Query: "SELECT FIRST 1 DBINFO('dbhostname') hostname, DBINFO('version','full') version FROM systables"
|   Results
|     hostname      version                                        
|_    patrik-laptop IBM Informix Dynamic Server Version 11.50.UC4E 
  Author: Patrik Karlsson
License: VER007 整理 http://www.ver007.com