Rating: 5.0

CERULEAN EXPRESS - lool 20

**Name the ssh server username with the UID of 1001.**

1. Bit more complicated, but make sure to cd .. twice, as we will be working in the ./ directory.
2. Go to cd etc/ as this will be where all passwords, usernames, and UID
3. Since Linux was updated, and security came more important, the passwords of all the users has been changed from the passwd file, to the shadow file, however the passwd file is still extremely useful when looking for information on user
4. When going into the passwd file, we see that the user hackerBackdoor, has a UID of 1001, making it the user that we are looking for.

Therefore, the flag is:
SAH{hackerBackdoor}