HOME>>>>>>>>>

File domcon-cmd

脚本使用类型: portrule
脚本所属分类: intrusive, auth
脚本下载地址: http://nmap.org/svn/scripts/domcon-cmd.nse

User Summary

Runs a console command on the Lotus Domino Console using the given authentication credentials (see also: domcon-brute)

Script Arguments

domcon-cmd.cmd

The command to run on the remote server

domcon-cmd.pass

The password used to authenticate to the server

domcon-cmd.user

The user used to authenticate to the server

Example Usage

执行格式

nmap -p 2050 <host> --script domcon-cmd --script-args domcon-cmd.cmd="show server", \
		domcon-cmd.user="Patrik Karlsson",domcon-cmd.pass="secret"

Script Output

PORT     STATE SERVICE REASON
2050/tcp open  unknown syn-ack
| domcon-cmd:  
|   show server
|     
|     Lotus Domino (r) Server (Release 8.5 for Windows/32) 2010-07-30 00:52:58
|     
|     Server name:            server1/cqure - cqure testing server
|     Domain name:            cqure
|     Server directory:       C:\Program Files\IBM\Lotus\Domino\data
|     Partition:              C.Program Files.IBM.Lotus.Domino.data
|     Elapsed time:           00:27:11
|     Transactions/minute:    Last minute: 0; Last hour: 0; Peak: 0
|     Peak # of sessions:     0 at 
|     Transactions: 0         Max. concurrent: 20
|     ThreadPool Threads:     20  (TCPIP Port)
|     Availability Index:     100 (state: AVAILABLE)
|     Mail Tracking:          Not Enabled
|     Mail Journalling:       Not Enabled
|     Number of Mailboxes:    1
|     Pending mail: 0         Dead mail: 0    
|     Waiting Tasks:          0
|     DAOS:                   Not Enabled
|     Transactional Logging:  Not Enabled
|     Fault Recovery:         Not Enabled
|     Activity Logging:       Not Enabled
|     Server Controller:      Enabled
|     Diagnostic Directory:   C:\Program Files\IBM\Lotus\Domino\data\IBM_TECHNICAL_SUPPORT
|     Console Logging:        Enabled (1K)
|     Console Log File:       C:\Program Files\IBM\Lotus\Domino\data\IBM_TECHNICAL_SUPPORT\console.log
|_    DB2 Server:             Not Enabled

Requires


Author: Patrik Karlsson

License: VER007 整理 http://www.ver007.com