2

Can we use hping3 in Windows 64-bit OS? If not, can anyone help with some other tool with CLI commands use to ping?

avocadoLambda
  • 1,332
  • 7
  • 16
  • 33

1 Answers1

1

PsPing from microsoft sysinternals might do what you want

.\psping.exe -n 10 <host>:<port>

https://learn.microsoft.com/de-at/sysinternals/downloads/psping

xan2063
  • 95
  • 2
  • 6