Tags: 3dsctf bitmap 

Rating:

```
$ curl -s http://bitmap01.3dsctf.org:8010 | grep -Eo "#[^\"]*" | tr -d '#\n' | xxd -r -p | strings | grep 3DS{
3DS{H1dd3n_1n_7ru3_C0l0r5}

```