Skip to content

Commit

Permalink
Added challenge text
Browse files Browse the repository at this point in the history
  • Loading branch information
will-caruana authored Jun 13, 2020
1 parent 5e80fd0 commit e86dc80
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions Space Cadets/LT Starbuck/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Lt Starbuck
## Space Cadets

![](https://media.giphy.com/media/7gAULpAkC2vSw/giphy.gif)

*142 points, 24 solves*


# Challenge Description

In this CTF, questions may come in one of three different flavors. The second is a service running on an external host that has the flag on it. Connect to the external host, give it your ticket, solve the problem it asks of you, get the flag, and submit it to the scoreboard to score points. Most of these questions will require you to write a program to interact with the server in order to solve the problem within a strict time limit.

### Ticket

Present this ticket when connecting to the challenge:

```
ticket{charlie96055oscar:___a bunch of unguessable stuff___}
```

Don't share your ticket with other teams.

### Connecting

Connect to the challenge on
```
intro2.satellitesabove.me:5002
```

Using netcat, you might run
```
nc intro2.satellitesabove.me 5002
```

### Solving

Your team's flag for this challenge will look something like ```flag{charlie96055oscar:___a bunch of unguessable stuff___}``` .

0 comments on commit e86dc80

Please sign in to comment.