Skip to content

UDP Ping

xxooxxooxx edited this page Dec 17, 2021 · 3 revisions
  • s (10.10.10.10)
apt install socat
socat -v UDP-LISTEN:4000,fork PIPE
  • c
apt install hping3
hping3 -2 10.10.10.10 -p 4000 -d 1
Clone this wiki locally