Nmap netbus-version NSE Script


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

Script Description


The netbus-version.nse script extends version detection to detect NetBuster, a honeypot service that mimes NetBus.

Netbus-version NSE Script Arguments


The netbus-version.nse script does not have any arguments.

Netbus-version NSE Script Example Usage


Here's an example of how to use the netbus-version.nse script:

nmap -sV -p 12345 --script netbus-version <target>

Netbus-version NSE Script Example Output


Here's a sample output from the netbus-version.nse script:

12345/tcp open  netbus  Netbuster (honeypot)

Netbus-version 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


  • Toni Ruottu

References


See Also


Related NSE scripts to the netbus-version.nse script:

Visit Nmap NSE Library for more scripts.

Version


This page has been created based on Nmap version 7.92.