Home page logo
/
Intro Reference Guide Book Install Guide
Download Changelog Zenmap GUI Docs
Bug Reports OS Detection Propaganda Related Projects
In the Movies In the News

File citrix-enum-apps-xml

Download: http://nmap.org/svn/scripts/citrix-enum-apps-xml.nse

User Summary

Extracts a list of applications, acls and settings from Citrix XML service

The script returns the shorter, comma separated output per default. Running nmap with the verbose flag (-v) triggers the detailed output.

Script Arguments

http-max-cache-size, http.useragent, pipeline

See the documentation for the http library.

Example Usage

nmap --script=citrix-enum-apps-xml -p 80,443,8080 <host>

Script Output

PORT     STATE SERVICE
8080/tcp open  http-proxy
| citrix-enum-apps-xml:  
|   Application: Notepad
|     Disabled: false
|     Desktop: false
|     On Desktop: false
|     Encryption: basic
|     In start menu: false
|     Publisher: labb1farm
|     SSL: false
|     Remote Access: false
|     Users: Anonymous
|   Application: iexplorer
|     Disabled: false
|     Desktop: false
|     On Desktop: false
|     Encryption: basic
|     In start menu: false
|     Publisher: labb1farm
|     SSL: false
|     Remote Access: false
|     Users: Anonymous
|   Application: registry editor
|     Disabled: false
|     Desktop: false
|     On Desktop: false
|     Encryption: basic
|     In start menu: false
|     Publisher: labb1farm
|     SSL: false
|     Remote Access: false
|     Users: WIN-B4RL0SUCJ29\Joe
|_    Groups: WIN-B4RL0SUCJ29\HR, *CITRIX_BUILTIN*\*CITRIX_ADMINISTRATORS*


PORT     STATE SERVICE
8080/tcp open  http-proxy
| citrix-enum-apps-xml:  
|   Application: Notepad; Users: Anonymous
|   Application: iexplorer; Users: Anonymous
|_  Application: registry editor; Users: WIN-B4RL0SUCJ29\Joe; Groups: WIN-B4RL0SUCJ29\HR, *CITRIX_BUILTIN*\*CITRIX_ADMINISTRATORS*

Requires


categories discovery safe

author Patrik Karlsson

copyright © Same as Nmap--See http://nmap.org/book/man-legal.html

Functions

format_output (appdata, mode)

Creates a table which is suitable for use with stdnse.format_output



Functions

format_output (appdata, mode)

Creates a table which is suitable for use with stdnse.format_output

Parameters

  • appdata: table with results from parse_appdata_response
  • mode: string short or long, see usage above

Return value:

table suitable for stdnse.format_output

Nmap Site Navigation

Intro Reference Guide Book Install Guide
Download Changelog Zenmap GUI Docs
Bug Reports OS Detection Propaganda Related Projects
In the Movies In the News
[ Nmap | Sec Tools | Mailing Lists | Site News | About/Contact | Advertising | Privacy ]