Nmap openlookup-info NSE Script


This page contains detailed information about how to use the openlookup-info NSE script. For list of all NSE scripts, visit the Nmap NSE Library.

Script Overview


Script source code: https://github.com/nmap/nmap/tree/master/scripts/openlookup-info.nse
Script categories: default, discovery, safe, version
Target service / protocol: openlookup
Target network port(s): 5850
List of CVEs: -

Script Description


The openlookup-info.nse script parses and displays the banner information of an OpenLookup (network key-value store) server.

Openlookup-info NSE Script Arguments


The openlookup-info.nse script does not have any arguments.

Openlookup-info NSE Script Example Usage


Here's an example of how to use the openlookup-info.nse script:

nmap -p 5850 --script openlookup-info <target>

Openlookup-info NSE Script Example Output


Here's a sample output from the openlookup-info.nse script:

5850/tcp open  openlookup
| openlookup-info:
|   sync port: 5850
|   name: Paradise, Arizona
|   your address: 127.0.0.1:50162
|   timestamp: 2011-05-21T11:26:07
|   version: 2.7
|_  http port: 5851

Openlookup-info NSE Script Example XML Output


Here's a sample XML output from the openlookup-info.nse script produced by providing the -oX <file> Nmap option:

 <elem key="sync port">5850</elem>
 <elem key="name">Paradise, Arizona</elem>
 <elem key="your address">127.0.0.1:50162</elem>
 <elem key="timestamp">2011-05-21T11:26:07</elem>
 <elem key="version">2.7</elem>
 <elem key="http port">5851</elem>

Author


  • Toni Ruottu

References


See Also


Visit Nmap NSE Library for more scripts.

Version


This page has been created based on Nmap version 7.92.