www/content/services/ping.md
Simon Marsh 3c2e0a5976
All checks were successful
continuous-integration/drone/push Build is passing
update ping hints
2022-04-05 20:12:27 +01:00

713 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
  • The server maintains state based on your source IP and will time out idle clients after several days. There are ways to check the status (revealed during the challenge) but if your state times out you will need to restart from the nearest checkpoint.