Skip to content

Commit

Permalink
misc(c4lcu1at0r): fix flag format
Browse files Browse the repository at this point in the history
  • Loading branch information
cfalas committed Jun 30, 2024
1 parent 08b1939 commit d87b3eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion misc/c4lcu1at0r/challenge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ extra:
compose_stack: !filecontents docker-compose.yml

flags:
- CCSC{1t5_4_b1t_t0o_muCh_t0_d0_by_h4nd}
- CTF{1t5_4_b1t_t0o_muCh_t0_d0_by_h4nd}

files:
- public/server.py
Expand Down
2 changes: 1 addition & 1 deletion misc/c4lcu1at0r/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
restart: always
build: ./setup/
environment:
FLAG: CCSC{1t5_4_b1t_t0o_muCh_t0_d0_by_h4nd}
FLAG: CTF{1t5_4_b1t_t0o_muCh_t0_d0_by_h4nd}
ports:
- 1337:1337

0 comments on commit d87b3eb

Please sign in to comment.