Nmap cccam-version NSE Script


This page contains detailed information about how to use the cccam-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/cccam-version.nse
Script categories: version
Target service / protocol: cccam
Target network port(s): 10000, 10001, 12000, 12001, 16000, 16001
List of CVEs: -

Script Description


The cccam-version.nse script detects the CCcam service (software for sharing subscription TV among multiple receivers).

The service normally runs on port 12000. It distinguishes itself by printing 16 random-looking bytes upon receiving a connection.

Because the script attempts to detect "random-looking" bytes, it has a small chance of failing to detect the service when the data do not seem random enough.

Cccam-version NSE Script Arguments


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

Cccam-version NSE Script Example Usage


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

nmap --script=cccam-version <target>

Cccam-version NSE Script Example Output


There is no sample output for this module.

Cccam-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


  • David Fifield

References


See Also


Visit Nmap NSE Library for more scripts.

Version


This page has been created based on Nmap version 7.92.