Skip to content

Commit ce23d2b

Browse files
committed
Initial Commit from Scoreserver
0 parents  commit ce23d2b

File tree

112 files changed

+4532
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+4532
-0
lines changed

Backdoored Crypto System/solved_by.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Backdoored Crypto System
2+
3+
## Flag #1
4+
5+
|Team|Submission Time|
6+
|------------|------------------|
7+
|LC/BC|2016/09/03 21:12:14 UTC|
8+
|PwnThyBytes|2016/09/04 04:57:18 UTC|
9+
|Tasteless|2016/09/04 18:15:16 UTC|
10+

Backdoored Crypto System/statement.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Get the flag.
2+
3+
[attachment:bcs.7z]
4+
5+
```
6+
$ nc bcs.chal.ctf.westerns.tokyo 3971
7+
```
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Backpacker's cipher - easy mode
2+
3+
## Flag #1
4+
5+
|Team|Submission Time|
6+
|------------|------------------|
7+
|CS16|2016/09/03 11:57:34 UTC|
8+
|217|2016/09/03 12:29:38 UTC|
9+
|LC/BC|2016/09/03 13:35:40 UTC|
10+
|Bushwhackers|2016/09/03 13:54:51 UTC|
11+
|p4|2016/09/03 18:35:22 UTC|
12+
|PPP|2016/09/03 19:25:11 UTC|
13+
|SSR_CTF_BU|2016/09/03 20:18:31 UTC|
14+
|Leaf Pie|2016/09/03 20:47:06 UTC|
15+
|1064CBread|2016/09/03 23:19:41 UTC|
16+
|dcua|2016/09/04 01:03:24 UTC|
17+
|ASIS|2016/09/04 02:03:32 UTC|
18+
|galhacktic trendsetters|2016/09/04 05:54:12 UTC|
19+
|igorpyan|2016/09/04 07:17:33 UTC|
20+
|NaruseJun|2016/09/04 09:37:06 UTC|
21+
|Abracada|2016/09/04 11:55:35 UTC|
22+
|seven|2016/09/04 12:55:40 UTC|
23+
|H4x0rPsch0rr|2016/09/04 14:44:03 UTC|
24+
|Dragon Sector|2016/09/04 15:50:47 UTC|
25+
|0daysober|2016/09/04 20:14:28 UTC|
26+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Decrypt it. [attachment:backpack.7z]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Backpacker's cipher - extra mode
2+
3+
## Flag #1
4+
5+
|Team|Submission Time|
6+
|------------|------------------|
7+
|Bushwhackers|2016/09/04 23:36:09 UTC|
8+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[attachment:revenge_of_knapsack.7z]

Broken NTFS/solved_by.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Broken NTFS
2+
3+
## Flag #1
4+
5+
|Team|Submission Time|
6+
|------------|------------------|
7+
|superflip|2016/09/04 19:11:54 UTC|
8+
|PPP|2016/09/04 20:03:00 UTC|
9+
|CTF-infinit|2016/09/04 22:23:36 UTC|
10+

Broken NTFS/statement.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Someone broke my disk!!
2+
I discovered this command from .bash_history.
3+
```
4+
openssl aes-256-cbc -e -in /tmp/flag.jpg -out /mnt/flag:flag -pass file:<(openssl aes-256-cbc -e -in ./key -pass pass:`pwd`/key -nosalt)
5+
```
6+
Please recover flag from [attachment:problem.7z].
7+
8+
Note: the ntfs.dd is mounted to /mnt.
9+
10+
**[2016/09/03 19:12 JST] The statement is fixed.```(-pass pass:`pwd` -> -pass pass:`pwd`/key)```**
11+
12+
Hints:
13+
1. $MFT is broken
14+
2. You can determine only one key file used for encrypting.

Candy Store/solved_by.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Candy Store
2+
3+
## Flag #1
4+
5+
|Team|Submission Time|
6+
|------------|------------------|
7+
|mgking|2016/09/04 10:02:10 UTC|
8+
|PPP|2016/09/04 10:07:16 UTC|
9+
|blue&#45;lotus|2016/09/04 16:00:44 UTC|
10+
|217|2016/09/04 16:50:33 UTC|
11+
|SoySauce|2016/09/04 17:40:53 UTC|
12+
|Public Security Section 9|2016/09/04 20:18:20 UTC|
13+
|BambooFox|2016/09/04 23:11:57 UTC|
14+
|Tasteless|2016/09/04 23:48:57 UTC|
15+

Candy Store/statement.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Host : candystore1.chal.ctf.westerns.tokyo
2+
Port : 11111
3+
4+
Do you want something sweet...?
5+
6+
[candystore](https://twctf7qygt6ujk.azureedge.net/uploads/candystore-b6195c6b24f31c53add02c0202f55ea8a11da7d9fdb49d473708cc832ec3a893)
7+
8+
--
9+
Update1: The flag is on "/home/candystore/flag" and this binary is running on the latest Raspbian.

Cello Rule/solved_by.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Cello Rule
2+
3+
## Flag #1
4+
5+
|Team|Submission Time|
6+
|------------|------------------|
7+
|Shellphish|2016/09/03 04:09:51 UTC|
8+
|PPP|2016/09/03 05:26:11 UTC|
9+
|PwnThyBytes|2016/09/03 11:26:53 UTC|
10+
|SUSlo&#46;PAS|2016/09/03 13:13:00 UTC|
11+
|katagaitai|2016/09/03 13:37:21 UTC|
12+
|blue&#45;lotus|2016/09/03 13:59:13 UTC|
13+
|dodododo|2016/09/03 14:22:58 UTC|
14+
|LC&#47;BC|2016/09/03 21:12:45 UTC|
15+
|ELT|2016/09/04 10:07:10 UTC|
16+
|217|2016/09/04 10:18:30 UTC|
17+
|Public Security Section 9|2016/09/04 16:45:28 UTC|
18+
|CS16|2016/09/04 19:15:16 UTC|
19+

Cello Rule/statement.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[attachment:cello_rule.7z]

Cocktail/solved_by.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Cocktail
2+
3+
## Flag #1
4+
5+
|Team|Submission Time|
6+
|------------|------------------|
7+
|1064CBread|2016/09/03 07:37:44 UTC|
8+
|PPP|2016/09/03 08:17:15 UTC|
9+
|galhacktic trendsetters|2016/09/03 08:18:39 UTC|
10+
|Shellphish|2016/09/03 09:27:13 UTC|
11+
|Public Security Section 9|2016/09/03 11:01:09 UTC|
12+
|Dystopian Narwhals|2016/09/03 11:08:10 UTC|
13+
|kokeshi|2016/09/03 12:01:14 UTC|
14+
|BabyPhD|2016/09/03 12:07:28 UTC|
15+
|super&#95;nonharmful&#95;busters|2016/09/03 14:45:17 UTC|
16+
|TSG|2016/09/03 14:58:15 UTC|
17+
|HacknamStyle|2016/09/03 15:34:12 UTC|
18+
|p4|2016/09/03 16:30:15 UTC|
19+
|Ridge Racer|2016/09/03 16:52:43 UTC|
20+
|CS16|2016/09/03 16:57:35 UTC|
21+
|H4x0rPsch0rr|2016/09/03 19:40:41 UTC|
22+
|PwnThyBytes|2016/09/03 19:55:48 UTC|
23+
|JaGoTu|2016/09/03 21:29:14 UTC|
24+
|atx2600|2016/09/04 01:23:07 UTC|
25+
|We&#95;0wn&#95;Y0u|2016/09/04 01:34:00 UTC|
26+
|NaruseJun|2016/09/04 09:10:04 UTC|
27+
|dcua|2016/09/04 10:46:18 UTC|
28+
|bi0s|2016/09/04 13:20:53 UTC|
29+
|Bushwhackers|2016/09/04 13:21:52 UTC|
30+
|scryptos|2016/09/04 17:30:55 UTC|
31+
|217|2016/09/04 20:02:51 UTC|
32+
|Dragon Sector|2016/09/04 21:39:42 UTC|
33+
|OpenToAll|2016/09/04 22:16:08 UTC|
34+

Cocktail/statement.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Is the order a cocktail??
2+
[attachment:cocktail.7z]
3+
4+
[Hint]
5+
It seems that separated voice of Cocktail is a little difficult to listen for non-native english speakers.
6+
When you get the almost correct flag, please PM admin via IRC.
7+
We give you hints depending on the situation.

ESPer/solved_by.md

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# ESPer
2+
3+
## Flag #1
4+
5+
|Team|Submission Time|
6+
|------------|------------------|
7+
|PPP|2016/09/03 03:48:18 UTC|
8+
|mgking|2016/09/03 06:27:16 UTC|
9+
|PwnThyBytes|2016/09/03 07:29:16 UTC|
10+
|LC&#47;BC|2016/09/03 07:35:54 UTC|
11+
|Shellphish|2016/09/03 08:17:29 UTC|
12+
|scryptos|2016/09/03 08:18:10 UTC|
13+
|&#42;&#42;&#42;&#42;&#42;&#42;|2016/09/03 09:04:55 UTC|
14+
|Just Hit the Core|2016/09/03 09:45:50 UTC|
15+
|217|2016/09/03 10:03:24 UTC|
16+
|dcua|2016/09/03 11:54:56 UTC|
17+
|Bushwhackers|2016/09/03 12:58:57 UTC|
18+
|CS16|2016/09/03 13:15:50 UTC|
19+
|Dragon Sector|2016/09/03 13:29:33 UTC|
20+
|H4x0rPsch0rr|2016/09/03 13:56:27 UTC|
21+
|Public Security Section 9|2016/09/03 15:28:22 UTC|
22+
|Dystopian Narwhals|2016/09/03 16:06:32 UTC|
23+
|galhacktic trendsetters|2016/09/03 17:52:36 UTC|
24+
|KITCTF|2016/09/03 18:05:09 UTC|
25+
|SSR&#95;CTF&#95;BU|2016/09/03 18:48:10 UTC|
26+
|0daysober|2016/09/03 19:00:41 UTC|
27+
|blue&#45;lotus|2016/09/04 06:59:57 UTC|
28+
|Abracada|2016/09/04 10:39:12 UTC|
29+
|Tasteless|2016/09/04 11:01:05 UTC|
30+
|MeePwn|2016/09/04 13:39:38 UTC|
31+
|tmtz|2016/09/04 14:16:11 UTC|
32+
|0x90r00t|2016/09/04 14:51:44 UTC|
33+
|BatmansKitchen|2016/09/04 16:31:07 UTC|
34+
|BabyPhD|2016/09/04 19:12:07 UTC|
35+
|int3pids|2016/09/04 21:46:58 UTC|
36+
|NaruseJun|2016/09/04 23:38:37 UTC|
37+

ESPer/statement.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Are you an ESPer?
2+
3+
```
4+
nc cry1.chal.ctf.westerns.tokyo 37992
5+
```

Get the admin password!/solved_by.md

+80
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
# Get the admin password!
2+
3+
## Flag #1
4+
5+
|Team|Submission Time|
6+
|------------|------------------|
7+
|Snatch The Root|2016/09/03 11:52:31 UTC|
8+
|PwnThyBytes|2016/09/03 11:52:48 UTC|
9+
|LC&#47;BC|2016/09/03 11:54:26 UTC|
10+
|217|2016/09/03 12:02:14 UTC|
11+
|omakase|2016/09/03 12:03:38 UTC|
12+
|dodododo|2016/09/03 12:04:06 UTC|
13+
|koibasta|2016/09/03 12:13:08 UTC|
14+
|scryptos|2016/09/03 12:17:41 UTC|
15+
|&#42;&#42;&#42;&#42;&#42;&#42;|2016/09/03 12:24:58 UTC|
16+
|khack40|2016/09/03 12:33:11 UTC|
17+
|shpik|2016/09/03 12:46:50 UTC|
18+
|blue&#45;lotus|2016/09/03 12:53:08 UTC|
19+
|dcua|2016/09/03 13:05:55 UTC|
20+
|mgking|2016/09/03 13:06:24 UTC|
21+
|0daysober|2016/09/03 13:13:20 UTC|
22+
|LeaveCat|2016/09/03 13:21:10 UTC|
23+
|Blue&#45;Whale|2016/09/03 13:40:56 UTC|
24+
|OpenToAll|2016/09/03 14:15:32 UTC|
25+
|bi0s|2016/09/03 14:21:27 UTC|
26+
|MeePwn|2016/09/03 14:29:26 UTC|
27+
|0x90r00t|2016/09/03 14:30:14 UTC|
28+
|Public Security Section 9|2016/09/03 14:34:00 UTC|
29+
|Dystopian Narwhals|2016/09/03 14:34:19 UTC|
30+
|CS16|2016/09/03 14:47:33 UTC|
31+
|ASIS|2016/09/03 14:51:40 UTC|
32+
|BambooFox|2016/09/03 15:32:18 UTC|
33+
|j0hnd0e|2016/09/03 15:50:43 UTC|
34+
|KITCTF|2016/09/03 16:23:41 UTC|
35+
|pwned|2016/09/03 16:39:17 UTC|
36+
|CorpOfHack|2016/09/03 16:44:25 UTC|
37+
|Bushwhackers|2016/09/03 16:46:08 UTC|
38+
|PKTeam|2016/09/03 17:00:11 UTC|
39+
|Come to Try Fortune|2016/09/03 17:11:50 UTC|
40+
|LinE|2016/09/03 17:32:31 UTC|
41+
|BabyPhD|2016/09/03 17:41:49 UTC|
42+
|Peenoise|2016/09/03 17:43:18 UTC|
43+
|takaki|2016/09/03 17:53:52 UTC|
44+
|int3pids|2016/09/03 18:10:06 UTC|
45+
|toutseul|2016/09/03 18:40:14 UTC|
46+
|FFXV|2016/09/03 19:24:56 UTC|
47+
|Team Taint|2016/09/03 20:42:21 UTC|
48+
|yonghwi|2016/09/03 21:47:17 UTC|
49+
|Dragon Sector|2016/09/03 23:15:39 UTC|
50+
|DjigIT|2016/09/04 00:01:16 UTC|
51+
|TheGoonies|2016/09/04 01:05:30 UTC|
52+
|katagaitai|2016/09/04 02:09:28 UTC|
53+
|ISITDTU|2016/09/04 02:55:48 UTC|
54+
|n0de|2016/09/04 02:57:15 UTC|
55+
|cRUcible|2016/09/04 03:44:47 UTC|
56+
|Doflamingo|2016/09/04 04:33:21 UTC|
57+
|We&#95;0wn&#95;Y0u|2016/09/04 04:33:53 UTC|
58+
|PFX|2016/09/04 04:36:48 UTC|
59+
|PwnPP4fun|2016/09/04 04:40:06 UTC|
60+
|SUSlo&#46;PAS|2016/09/04 04:42:21 UTC|
61+
|mage|2016/09/04 05:51:40 UTC|
62+
|Antichat|2016/09/04 05:53:59 UTC|
63+
|toftof|2016/09/04 07:43:47 UTC|
64+
|CTF wo Suru|2016/09/04 07:47:47 UTC|
65+
|YOKAYA&#45;N|2016/09/04 09:04:24 UTC|
66+
|g0tiu5a|2016/09/04 10:32:47 UTC|
67+
|Insanity|2016/09/04 10:51:10 UTC|
68+
|Fluxion|2016/09/04 11:35:26 UTC|
69+
|kad|2016/09/04 12:03:16 UTC|
70+
|Magic&#45;Hat|2016/09/04 12:26:25 UTC|
71+
|JaGoTu|2016/09/04 14:42:15 UTC|
72+
|bbb|2016/09/04 15:18:14 UTC|
73+
|I|2016/09/04 16:20:04 UTC|
74+
|Just Hit the Core|2016/09/04 16:28:37 UTC|
75+
|YouAreDelayingTheProject|2016/09/04 17:50:57 UTC|
76+
|PPP|2016/09/04 21:01:43 UTC|
77+
|Blaklis|2016/09/04 21:21:11 UTC|
78+
|p4|2016/09/04 23:28:14 UTC|
79+
|candies|2016/09/04 23:46:49 UTC|
80+

Get the admin password!/statement.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Get the admin password!
2+
http://gap.chal.ctf.westerns.tokyo/
3+
4+
You can use test:test

0 commit comments

Comments
 (0)