Nmap ncp-serverinfo NSE Script


This page contains detailed information about how to use the ncp-serverinfo 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/ncp-serverinfo.nse
Script categories: default, discovery, safe
Target service / protocol: ncp, tcp
Target network port(s): 524
List of CVEs: -

Script Description


The ncp-serverinfo.nse script retrieves eDirectory server information (OS version, server name, mounts, etc.) from the Novell NetWare Core Protocol (NCP) service.

Ncp-serverinfo NSE Script Arguments


The ncp-serverinfo.nse script does not have any arguments.

Ncp-serverinfo NSE Script Example Usage


Here's an example of how to use the ncp-serverinfo.nse script:

nmap --script=ncp-serverinfo <target>

Ncp-serverinfo NSE Script Example Output


Here's a sample output from the ncp-serverinfo.nse script:

PORT    STATE SERVICE
524/tcp open  ncp
| ncp-serverinfo:
|   Server name: LINUX-L84T
|   Tree Name: IIT-LABTREE
|   OS Version: 5.70 (rev 7)
|   Product version: 6.50 (rev 7)
|   OS Language ID: 4
|   Addresses
|     10.0.200.33 524/udp
|     10.0.200.33 524/tcp
|   Mounts
|     SYS
|     ADMIN
|_    _ADMIN

Ncp-serverinfo NSE Script Example XML Output


There is no sample XML output for this module. However, by providing the -oX <file> option, Nmap will produce a XML output and save it in the file.xml file.

Author


  • Patrik Karlsson

References


See Also


Related NSE scripts to the ncp-serverinfo.nse script:

Visit Nmap NSE Library for more scripts.

Version


This page has been created based on Nmap version 7.92.