Tags: baby rev strings 

Rating:

**Description**

Just a wee little baby re challenge.

**Knowledge required :**

1) Strings command

**Solution:**

1) Downloading the file and checking it with the file command reveals that the file a C binary

2) Making a basic check with strings actually reveals 3 potential flags
```
wctf{Must_be_fr0m_OSU}
wctf{A_t0tally_fake_flag}
wctf{Oh10_Stat3_1s_Smelly!}
```

3) Trying the flags out reveals that
```
wctf{Oh10_Stat3_1s_Smelly!}
```
is actually correct.