Nmap ncp-enum-users NSE Script


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

Script Description


The ncp-enum-users.nse script retrieves a list of all eDirectory users from the Novell NetWare Core Protocol (NCP) service.

Ncp-enum-users NSE Script Arguments


The ncp-enum-users.nse script does not have any arguments.

Ncp-enum-users NSE Script Example Usage


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

nmap --script=ncp-enum-users <target>

Ncp-enum-users NSE Script Example Output


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

PORT    STATE SERVICE REASON
524/tcp open  ncp     syn-ack
| ncp-enum-users:
|   CN=admin.O=cqure
|   CN=cawi.OU=finance.O=cqure
|   CN=linux-l84tadmin.O=cqure
|   CN=nist.OU=hr.O=cqure
|   CN=novlxregd.O=cqure
|   CN=novlxsrvd.O=cqure
|   CN=OESCommonProxy_linux-l84t.O=cqure
|   CN=sasi.OU=hr.O=cqure
|_  CN=wwwrun.O=cqure

Ncp-enum-users 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-enum-users.nse script:

Visit Nmap NSE Library for more scripts.

Version


This page has been created based on Nmap version 7.92.