Skip to content
This repository was archived by the owner on Mar 10, 2023. It is now read-only.

Commit 22c7109

Browse files
author
syreal17
committed
[Added 'event' field to each problem.json]
1 parent f14d4be commit 22c7109

File tree

6 files changed

+18
-12
lines changed

6 files changed

+18
-12
lines changed

auth1/problem.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"hints" : ["https://en.wikipedia.org/wiki/Base64"],
66
"score" : 1,
77
"author": "speeeday",
8-
"organization": "picoCTF"
8+
"organization": "picoCTF",
9+
"event": "bokkenCTF"
910
}

client-side-java/problem.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"score" : 1,
66
"hints": ["Client Side really is a bad way to do it."],
77
"author": "bobson",
8-
"organization": "picoCTF"
8+
"organization": "picoCTF",
9+
"event": "bokkenCTF"
910
}

grep-1/problem.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description" : "Can you find the flag in {{url_for(\"file\", display=\"file\")}}? This would be really obnoxious to look through by hand, see if you can find a faster way. You can also find the file in {{directory}} on the shell server.",
55
"hints" : ["grep <a href=\"https://ryanstutorials.net/linuxtutorial/grep.php\">tutorial</a>"],
66
"score" : 1,
7-
"author": "bobson",
8-
"organization": "picoCTF-2018"
7+
"author": "bobson",
8+
"organization": "picoCTF-2018",
9+
"event": "bokkenCTF"
910
}

pipe/problem.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"hints" : ["Remember the flag format is picoCTF{XXXX}", "Ever heard of a pipe? No not that kind of pipe... This <a href=\"http://www.linfo.org/pipes.html\">kind</a>"],
66
"score" : 1,
77
"author": "bobson",
8-
"organization": "picoCTF-2018"
8+
"organization": "picoCTF-2018",
9+
"event": "bokkenCTF"
910
}

secret-agent/problem.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "Secret Agent",
3-
"category": "Web Exploitation",
4-
"description": "Here's a little website that hasn't fully been finished. But I heard google gets all your info anyway. <code>http://{{server}}:{{port}}</code> (<a href=\"http://{{server}}:{{port}}\">link</a>)",
5-
"score": 1,
6-
"hints": ["How can your browser pretend to be something else?"],
3+
"category": "Web Exploitation",
4+
"description": "Here's a little website that hasn't fully been finished. But I heard google gets all your info anyway. <code>http://{{server}}:{{port}}</code> (<a href=\"http://{{server}}:{{port}}\">link</a>)",
5+
"score": 1,
6+
"hints": ["How can your browser pretend to be something else?"],
77
"author": "bobson",
88
"pip_requirements": ["Flask"],
9-
"organization": "picoCTF"
9+
"organization": "picoCTF",
10+
"event": "bokkenCTF"
1011
}

store/problem.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description" : "We started a little {{url_for(\"store\", display=\"store\")}}, can you buy the flag? {{url_for(\"source.c\", display=\"Source\")}}. Connect with <code>{{server}} {{port}}</code>.",
55
"hints" : ["Two's compliment can do some weird things when numbers get really big!"],
66
"score" : 400,
7-
"author": "Danny",
8-
"organization": "picoCTF-2018"
7+
"author": "Danny",
8+
"organization": "picoCTF-2018",
9+
"event": "bokkenCTF"
910
}
1011

0 commit comments

Comments
 (0)