Script informix-tables
Script types:
portrule
Categories:
intrusive, auth
Download: https://svn.nmap.org/nmap/scripts/informix-tables.nse
Script Summary
Retrieves a list of tables and column definitions for each database on an Informix server.
Script Arguments
- informix-tables.username
The username used for authentication
- informix-tables.password
The password used for authentication
Version 0.1 Created 27/07/2010 - v0.1 - created by Patrik Karlsson <patrik@cqure.net>
- informix.instance
See the documentation for the informix library.
Example Usage
nmap -p 9088 <host> --script informix-tables --script-args informix-tables.username=informix,informix-tables.password=informix
Script Output
PORT STATE SERVICE REASON 9088/tcp open unknown syn-ack | informix-tables: | Information | User: informix | Database: stores_demo | Results | table column rows | call_type call_code 5 | call_type code_descr 5 | catalog cat_advert 74 | catalog cat_descr 74 | catalog cat_picture 74 | catalog catalog_num 74 | catalog manu_code 74 | catalog stock_num 74 | classes class 4 | classes classid 4 | classes subject 4 | cust_calls call_code 7 | cust_calls call_descr 7 | cust_calls call_dtime 7 | cust_calls customer_num 7 | cust_calls res_descr 7 | cust_calls res_dtime 7 | cust_calls user_id 7 | warehouses warehouse_id 4 | warehouses warehouse_name 4 |_ warehouses warehouse_spec 4
Requires
Author:
License: Same as Nmap--See https://nmap.org/book/man-legal.html