forked from DownUnderCTF/Challenges_2023_Public
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathctfcli.yaml
More file actions
23 lines (17 loc) · 673 Bytes
/
Copy pathctfcli.yaml
File metadata and controls
23 lines (17 loc) · 673 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
version: "0.1" # ctfcli version (leave as is)
id: simple-ftp-server # internal chall id (just name this anything sensible)
name: SimpleFTPServer # challenge name to be displayed
category: misc
description: |
It always confused me why python had a simple HTTP server, but never a simple FTP server. So I made my own!
I hope I didn't leave secrets open to the global internet...
Author: BootlegSorcery@
hosting:
type: kube
template: tcp-challenge-privileged.yaml
connection_info: nc ${host} ${port}
# at least put a difficulty here, one of beginner, easy, medium, hard, insane
tags:
- easy
flags:
- DUCTF{15_this_4_j41lbr34k?}