Nmap citrix-enum-apps NSE Script


This page contains detailed information about how to use the citrix-enum-apps 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/citrix-enum-apps.nse
Script categories: discovery, safe
Target service / protocol: udp
Target network port(s): 1604
List of CVEs: -

Script Description


The citrix-enum-apps.nse script extracts a list of published applications from the ICA Browser service.

Citrix-enum-apps NSE Script Arguments


The citrix-enum-apps.nse script does not have any arguments.

Citrix-enum-apps NSE Script Example Usage


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

sudo ./nmap -sU --script=citrix-enum-apps -p 1604 <host>

Citrix-enum-apps NSE Script Example Output


Here's a sample output from the citrix-enum-apps.nse script:

PORT     STATE SERVICE
1604/udp open  unknown
1604/udp open  unknown
| citrix-enum-apps:
|   Notepad
|   iexplorer
|_  registry editor

Citrix-enum-apps 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 citrix-enum-apps.nse script:

Visit Nmap NSE Library for more scripts.

Version


This page has been created based on Nmap version 7.92.