Add ping challenge
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Marsh 2022-04-04 15:34:12 +01:00
parent 2b38c0a0f3
commit 71cf905e3c
Signed by: burble
GPG Key ID: 0FCCD13AE1CF7ED8
2 changed files with 25 additions and 1 deletions

View File

@ -10,7 +10,7 @@ burble.dn42 and across the wider DN42 network.
Abuse could include, but is not limited to:
- Excessive use of resources
- Hacking, viruses, trojans etc or any other disrution that could harm or create
- Hacking, viruses, trojans etc or any other disruption that could harm or create
risk to the services or its users
- Distribution of objectional content that could create a civil or criminal liability

24
content/services/ping.md Normal file
View File

@ -0,0 +1,24 @@
---
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