sflow/hping3

By sflow

Updated about 1 year ago

hping3 custom packet generator

Image
0

10K+

What is hping3?

hping3 is a tool for generating custom network packets.

How to use this image

docker run --rm -it sflow/hping3

Run hping3 in interactive mode. Type exit to close shell.

docker run --rm -v $PWD/test.htcl:/test.htcl sflow/hping3 exec test.htcl

Run a script.

docker run --rm sflow/hping3 -c 3 --icmp google.com

Ping an address.

docker run --rm sflow/hping3 -h

List hping3 options.

Docker Pull Command

docker pull sflow/hping3