Skip to content

Commit

Permalink
Update project settings
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanDeveloper committed Oct 16, 2024
1 parent 3cdcda3 commit 8ae7353
Show file tree
Hide file tree
Showing 18 changed files with 10 additions and 853 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ jobs:
- name: Upload results to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ repos:
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- id: trailing-whitespace
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,4 @@ Don't forget to give the project a star! Thanks again!
[license-shield]: https://img.shields.io/github/license/EMCL-Research-ITSecLab/ctf-creator.svg?style=for-the-badge
[license-url]: https://github.com/EMCL-Research-ITSecLab/ctf-creator/blob/master/LICENSE.txt
[coverage-shield]: https://img.shields.io/codecov/c/github/EMCL-Research-ITSecLab/ctf-creator?style=for-the-badge
[coverage-url]: https://app.codecov.io/github/EMCL-Research-ITSecLab/ctf-creator
[coverage-url]: https://app.codecov.io/github/EMCL-Research-ITSecLab/ctf-creator
28 changes: 6 additions & 22 deletions challenge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,37 +15,21 @@
######################################################################################

name: Exercise 1
# Containername:version
# Containername:version
# E.g. nginx:latest
containers:
# - ghcr.io/emcl-research-itseclab/itsec-1-exercises:main-wireshark-1
- nginx:latest
- image: nginx:latest

# Usernames/ Uni-IDs
users:
- tz251

# For SSH Connection
# Direction of your private SSH key
identityFile:
- /home/smachmeier/.ssh/hiscout

# For SSH Connection with user in Terminal
# E.g. user@hostIPadress
hosts:
- [email protected]

# IP Adress: firstpart.xx.xx.xx/24
# E.g. 10 if IP Adress is 10.13.0.0/24
subnet_first_part:
- 10

# IP Adress xx.second_part.xx.xx/24
# E.g. 13 if IP Adress is 10.13.0.0/24
subnet_second_part:
- 13
- ip: 129.206.5.206
username: debian
identity_file: /Users/stefan/.ssh/hiscout

# IP Adress xx.xx.third_part.xx/24
# E.g. 0 if IP Adress is 10.13.0.0/24
subnet_third_part:
- 0
subnet: 10.13.0.0/24
55 changes: 0 additions & 55 deletions example.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions example_generated_data/data/user_lk543/README.md

This file was deleted.

183 changes: 0 additions & 183 deletions example_generated_data/data/user_lk543/client.ovpn

This file was deleted.

Binary file not shown.
10 changes: 0 additions & 10 deletions example_generated_data/data/user_mg235/README.md

This file was deleted.

Loading

0 comments on commit 8ae7353

Please sign in to comment.