Nmap giop-info NSE Script


This page contains detailed information about how to use the giop-info 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/giop-info.nse
Script categories: default, discovery, safe
Target service / protocol: giop, tcp
Target network port(s): 2809, 1050, 1049
List of CVEs: -

Script Description


The giop-info.nse script queries a CORBA naming server for a list of objects.

Giop-info NSE Script Arguments


The giop-info.nse script does not have any arguments.

Giop-info NSE Script Example Usage


Here's an example of how to use the giop-info.nse script:

nmap --script=giop-info <target>

Giop-info NSE Script Example Output


Here's a sample output from the giop-info.nse script:

PORT     STATE SERVICE              REASON
1050/tcp open  java-or-OTGfileshare syn-ack
| giop-info:
|   Object: Hello
|   Context: Test
|_  Object: GoodBye

Giop-info NSE Script Example XML Output


Here's a sample XML output from the giop-info.nse script produced by providing the -oX <file> Nmap option:

 <table>
   <enum key="enum">0</enum>
   <enum key="id">Hello</enum>
   <enum key="kind">18</enum>
 </table>
 <table>
   <enum key="enum">1</enum>
   <enum key="id">Test</enum>
   <enum key="kind">0</enum>
 </table>
 <table>
   <enum key="enum">0</enum>
   <enum key="id">Goodbye</enum>
   <enum key="kind">18</enum>
 </table>

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.