www/content/services/ping.md
Simon Marsh 71cf905e3c
All checks were successful
continuous-integration/drone/push Build is passing
Add ping challenge
2022-04-04 15:34:12 +01:00

464 B

title geekdocDescription weight
Ping Challenge The burble.dn42 Ping Challenge 80

Can you solve the burble.dn42 ping challenge ?

To start

$ ping -s 0 -c 1 fd42:4242:2601:31f0::1

Hints

  • Use -c 1 to only return one ping, unless instructed otherwise
  • Use -s 0 to create a zero sized ping, unless instructed otherwise
  • Packet capture is your friend
  • You may also find a CyberChef useful