Nmap iax2-version NSE Script


This page contains detailed information about how to use the iax2-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/iax2-version.nse
Script categories: version
Target service / protocol: iax2, udp, tcp
Target network port(s): 4569
List of CVEs: -

Script Description


The iax2-version.nse script detects the UDP IAX2 service.

The script sends an Inter-Asterisk eXchange (IAX) Revision 2 Control Frame POKE request and checks for a proper response. This protocol is used to enable VoIP connections between servers as well as client-server communication.

Iax2-version NSE Script Arguments


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

Iax2-version NSE Script Example Usage


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

nmap -sU -sV -p 4569 <target>

Iax2-version NSE Script Example Output


Here's a sample output from the iax2-version.nse script:

PORT     STATE  SERVICE VERSION
4569/udp closed iax2

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


  • Ferdy Riphagen

References


See Also


Related NSE scripts to the iax2-version.nse script:

Visit Nmap NSE Library for more scripts.

Version


This page has been created based on Nmap version 7.92.