-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathctf_config.yaml
66 lines (66 loc) · 1.2 KB
/
ctf_config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
config:
categories:
- crypto
- web
- forensics
- misc
- re
- pwn
- osint
difficulties:
- name: easy
value: 1000
- name: medium
value: 1000
- name: hard
value: 1000
- name: insane
value: 1000
name: LNC2024
port: 8000
port_mappings:
CtfChallengeHub:
from_port: '1337'
to_port: '8401'
InversXin:
from_port: '5000'
to_port: '8402'
Orwells_Firewall:
from_port: '5000'
to_port: '8100'
post-it:
from_port: '1337'
to_port: '8101'
This_WEB_Too_Simple:
from_port: '5000'
to_port: '8103'
apache-server:
from_port: '80'
to_port: '8101'
bit-collider:
from_port: '1337'
to_port: '8000'
cheminventory:
from_port: '1337'
to_port: '8400'
dhi_or_dlo:
from_port: '1337'
to_port: '8001'
luckyplaza:
from_port: '1688'
to_port: '8403'
poisoned:
from_port: '1340'
to_port: '8404'
racket-server:
from_port: '8014'
to_port: '8200'
reverse-proxy:
from_port: '80'
to_port: '8102'
wabbit:
from_port: '8888'
to_port: '8300'
welcome:
from_port: '1337'
to_port: '8405'