Tags: welcome 

Rating:

# net-cat (50)

## Problem

Some problems in this CTF will require you to use netcat to access server-side problems.

For this problem netcat in to our server by using

nc challenges.ctfd.io 30126

## Solution

Connect to the server on the port using netcat.

```
$ nc challenges.ctfd.io 30126
bcactf{5urf1n_7h3_n37c47_c2VydmVyc2lkZQ}
```

Original writeup (https://github.com/shawnduong/ctf-writeups/blob/master/2019-BCA/0:%20welcome/net-cat.md).