Skip to content

Commit

Permalink
fix(convince-me): fix flag format
Browse files Browse the repository at this point in the history
  • Loading branch information
cfalas committed Jul 4, 2024
1 parent c764f58 commit ecce2f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion misc/convince-me/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:
- CTF{39b8f45879db8f58f48d64ceb818e567}
- GTBQ{39b8f45879db8f58f48d64ceb818e567}

tags:
- misc
Expand Down
2 changes: 1 addition & 1 deletion misc/convince-me/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: CTF{39b8f45879db8f58f48d64ceb818e567}
FLAG: GTBQ{39b8f45879db8f58f48d64ceb818e567}
API_KEY: sk-proj-vopvUjFiktIbHJre3Fl2T3BlbkFJWs5wpdf0yITuJwjmgKOd
ports:
- 1337:1337

0 comments on commit ecce2f6

Please sign in to comment.