All checks were successful
continuous-integration/drone/push Build is passing
25 lines
464 B
Markdown
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
|
|
|
|
|
|
|
|
|
|
|