Under The Wire: Cyborg 0 -> 1
Table of Contents
Summary
The goal of this level is to log into the game. Do the following in order to achieve this goal.
- Obtain the initial credentials via the #StartHere channel on our Slack (link). Once you are in the channel, scroll to the top to see the credentials.
- After obtaining the credentials, connect to the server via SSH. You will need an SSH client such as Putty. The host that you will be connecting to is cyborg.underthewire.tech, on port 22.
- When prompted, use the credentials for the applicable game found in the #StartHere Slack channel.
- You have successfully connected to the game server when your path changes to “PS C:\Users\Cyborg1\desktop>”.
Solution
In this challenge we need to joing the Slack challenge and joing the #StartHere channel. After finding the credentials at the top of the channel. We’re ready to get to work.
Think of this as an Introduction round to get started. No actual work will be performed. They’re just trying to get you logged into the server so you can start.
With the credentials we need to SSH to Cyborg using the cyborg1 user.
ssh cyborg1@cyborg.underthewire.tech
Once signed in the following prompt should show.
Windows PowerShell
Copyright (C) 2016 Microsoft Corporation. All rights reserved.
Under the Wire... PowerShell Training for the People!
PS C:\users\cyborg1\desktop>
Now it’s time to get started on the actual work.