If you're using Bash, you can use its /dev/udp
virtual filesystem, like this:
echo -n "hello">/dev/udp/localhost/8000
Shamelessly re-used from this answer to "How to send only one UDP packet with netcat?"
If you're using Bash, you can use its /dev/udp
virtual filesystem, like this:
echo -n "hello">/dev/udp/localhost/8000
Shamelessly re-used from this answer to "How to send only one UDP packet with netcat?"