Tool Documentation:

iaxflood Usage Example

Flood the VoIP server from the source (192.168.1.202) to the destination (192.168.1.1) by sending 500 packets (500):

root@kali:~# iaxflood 192.168.1.202 192.168.1.1 500
Will flood port 4569 from port 4569 500 times
We have IP_HDRINCL


Packages and Binaries:

iaxflood

A UDP Inter-Asterisk_eXchange (i.e. IAX) packet was captured from an IAX channel between two Asterisk IP PBX’s. The content of that packet is the source of the payload for the attack embodied by this tool. While the IAX protocol header might not match the Asterisk PBX you’ll attack with this tool, it may require more processing on the part of the PBX than a simple udpflood without any payload that even resembles an IAX payload.

Installed size: 25 KB
How to install: sudo apt install iaxflood

Dependencies:
  • libc6
iaxflood
root@kali:~# iaxflood -h
usage: iaxflood sourcename destinationname numpackets

Updated on: 2024-Mar-11