Rating:

# Full WriteUp
Full Writeup on our website: [http://www.aperikube.fr/docs/tamu_2018_enum/](http://www.aperikube.fr/docs/tamu_2018_enum/)

-----

# TL;DR
For this challenge ssh credentials were given, the goal is to find the hidden flag. We first found a file containing credentials.Then a server running on port 9000. Since we don’t have tool to connect to it (netcat, telnet…), we used built-in socket to communicate with it using the credentials and get the flag.

Original writeup (http://www.aperikube.fr/docs/tamu_2018_enum/).