Monday 20 January 2020

Iperf and hping3


Iperf - measure network speed / bandwidth

Port: 5201

On destination machine:
iperf3.exe -s

On source machine:
iperf3.exe -P 1 -c localhost

iperf3.exe -P 10 -c localhost

root@kali:~#hping3 -1 --flood 10.10.10.5