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

25 lines
464 B
Markdown

---
title: "Ping Challenge"
geekdocDescription: "The burble.dn42 Ping Challenge"
weight: 80
---
Can you solve the burble.dn42 ping challenge ?
## To start
```sh
$ 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](http://kioubit.dn42/cyber/) useful