Nmap eppc-enum-processes NSE Script


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

Script Description


The eppc-enum-processes.nse script attempts to enumerate process info over the Apple Remote Event protocol. When accessing an application over the Apple Remote Event protocol the service responds with the uid and pid of the application, if it is running, prior to requesting authentication.

Eppc-enum-processes NSE Script Arguments


The eppc-enum-processes.nse script does not have any arguments.

Eppc-enum-processes NSE Script Example Usage


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

nmap -p 3031 <ip> --script eppc-enum-processes

Eppc-enum-processes NSE Script Example Output


Here's a sample output from the eppc-enum-processes.nse script:

PORT     STATE SERVICE
3031/tcp open  eppc
| eppc-enum-processes:
| application       uid  pid
| Address Book      501  269
| Facetime          501  495
| Finder            501  274
| iPhoto            501  267
| Photo booth       501  471
| Remote Buddy      501  268
| Safari            501  270
| Terminal          501  266
| Transmission      501  265
|_VLC media player  501  367

Eppc-enum-processes 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


Visit Nmap NSE Library for more scripts.

Version


This page has been created based on Nmap version 7.92.