Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linux: add CTF for the students who already know linux #77

Merged
merged 1 commit into from
Mar 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions topics/linux/code/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ services:
- ./hello_world_service:/hello_world_service/hello_world_service
- ./solution:/hello_world_service/solution
privileged: true
learn-linux-by-ctf:
image: ghcr.io/bacluc/learn-linux-by-ctf:2024-03
profiles:
- learn-linux-by-ctf
15 changes: 15 additions & 0 deletions topics/linux/linux_exercise.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,18 @@ Startet der Service auch neu?
\lstinputlisting{code/solution/update-hello-world-service.sh}

<#endif>

### Learn Linux by Capture the Flag (CTF)

Für die schnellen sind zusätzliche Übungen mit einem Capture the Flag vorbereitet.
Starte das CTF mit:

```shell
cd topics/linux/code
docker compose run learn-linux-by-ctf
```

Taken from:

- [guye1296/learn-linux-by-ctf](https://github.com/guye1296/learn-linux-by-ctf), Lizenz: [GPL-3.0](https://github.com/guye1296/learn-linux-by-ctf#GPL-3.0-1-ov-file)
- [fluxkompensat0r/learn-linux-by-ctf](https://github.com/fluxkompensat0r/learn-linux-by-ctf), Lizenz: [GPL-3.0](https://github.com/fluxkompensat0r/learn-linux-by-ctf#GPL-3.0-1-ov-file)
Loading