Last active
February 8, 2020 02:35
-
-
Save MaskRay/c80215c5c3126482633d to your computer and use it in GitHub Desktop.
BCTF決賽統計
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# pwn成功服務的次數 | |
# cat states| jq -r '.pwns[] | .pwner as $p | .victim | "\($p)%\(.service)"' | sort | uniq -c | sort -n | grep -v NPC | |
1 我是狗汪汪%catftp | |
5 无名%catftp | |
10 Sigma%catftp | |
13 Pax.Mac Team%catftp | |
30 DISA%bluemine | |
50 DISA%catftp | |
54 Light4Freedom%catftp | |
71 0ops%catftp | |
87 我是狗汪汪%secret-guard | |
94 Sigma%bluemine | |
100 HITCON 217%bluemine | |
103 我是狗汪汪%bluemine | |
116 HITCON 217%catftp | |
137 Sigma%secret-guard | |
140 无名%bluemine | |
152 HITCON 217%jas | |
160 无名%fungame | |
181 Light4Freedom%bluemine | |
197 Pax.Mac Team%secret-guard | |
199 0ops%bluemine | |
228 Pax.Mac Team%fungame | |
229 Light4Freedom%secret-guard | |
242 Sigma%fungame | |
261 Light4Freedom%fungame | |
284 无名%secret-guard | |
289 我是狗汪汪%fungame | |
307 DISA%secret-guard | |
338 DISA%fungame | |
379 0ops%secret-guard | |
395 0ops%fungame | |
519 HITCON 217%hrms | |
524 HITCON 217%fungame | |
716 HITCON 217%secret-guard |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 恩怨表 | |
# cat states| jq -r '.pwns[] | .pwner as $p | .victim | "\($p)%\(.team)"' | sort | uniq -c | sort -n | grep -v NPC | |
1 Light4Freedom%HITCON 217 | |
1 无名%0ops | |
2 DISA%HITCON 217 | |
4 无名%HITCON 217 | |
6 我是狗汪汪%HITCON 217 | |
8 我是狗汪汪%Pax.Mac Team | |
12 0ops%HITCON 217 | |
13 Sigma%DISA | |
13 无名%Pax.Mac Team | |
15 Pax.Mac Team%Sigma | |
18 Sigma%Pax.Mac Team | |
19 我是狗汪汪%0ops | |
20 Light4Freedom%0ops | |
21 DISA%0ops | |
24 无名%DISA | |
24 无名%Sigma | |
28 我是狗汪汪%DISA | |
29 Light4Freedom%DISA | |
34 DISA%Pax.Mac Team | |
35 我是狗汪汪%Sigma | |
46 Light4Freedom%Pax.Mac Team | |
49 DISA%Sigma | |
57 Sigma%我是狗汪汪 | |
60 0ops%Pax.Mac Team | |
63 Light4Freedom%Sigma | |
63 我是狗汪汪%Light4Freedom | |
65 Pax.Mac Team%Light4Freedom | |
66 Sigma%Light4Freedom | |
67 Pax.Mac Team%我是狗汪汪 | |
70 0ops%DISA | |
76 Pax.Mac Team%无名 | |
84 0ops%Sigma | |
89 HITCON 217%0ops | |
102 DISA%Light4Freedom | |
108 0ops%Light4Freedom | |
114 DISA%无名 | |
115 无名%Light4Freedom | |
116 Sigma%无名 | |
119 DISA%我是狗汪汪 | |
119 Light4Freedom%无名 | |
123 无名%我是狗汪汪 | |
125 我是狗汪汪%无名 | |
132 Light4Freedom%我是狗汪汪 | |
162 0ops%我是狗汪汪 | |
180 HITCON 217%DISA | |
211 HITCON 217%Pax.Mac Team | |
219 0ops%无名 | |
248 HITCON 217%Sigma | |
294 HITCON 217%Light4Freedom | |
318 HITCON 217%我是狗汪汪 | |
371 HITCON 217%无名 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 服務狀態 | |
# cat states| jq -r '.serviceStatuses[] | to_entries[] | "\(.key)%\(.value)"' | sort | uniq -c | |
5 bluemine%down | |
49 bluemine%error | |
1647 bluemine%ok | |
3 catftp%down | |
11 catftp%error | |
382 catftp%ok | |
68 fungame%down | |
37 fungame%error | |
1623 fungame%ok | |
3 hrms%down | |
7 hrms%error | |
962 hrms%ok | |
2 jas%down | |
4 jas%error | |
1308 jas%ok | |
1 secret-guard%down | |
31 secret-guard%error | |
1597 secret-guard%ok |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 受害者各服務被pwn次數 | |
# cat states| jq -r '.pwns[] | .victim | "\(.team)%\(.service)"' | sort | uniq -c | sort -n | grep -v NPC | |
3 0ops%catftp | |
4 Light4Freedom%fungame | |
8 我是狗汪汪%catftp | |
11 HITCON 217%fungame | |
12 0ops%secret-guard | |
13 DISA%jas | |
14 HITCON 217%bluemine | |
25 Light4Freedom%jas | |
25 Pax.Mac Team%jas | |
25 我是狗汪汪%jas | |
26 Sigma%jas | |
26 无名%jas | |
31 Light4Freedom%catftp | |
31 无名%catftp | |
33 Pax.Mac Team%fungame | |
58 DISA%hrms | |
60 我是狗汪汪%fungame | |
76 Pax.Mac Team%catftp | |
77 Pax.Mac Team%bluemine | |
78 Sigma%catftp | |
79 DISA%secret-guard | |
85 Light4Freedom%hrms | |
86 Sigma%secret-guard | |
89 Sigma%hrms | |
90 Pax.Mac Team%hrms | |
91 Pax.Mac Team%secret-guard | |
92 我是狗汪汪%hrms | |
92 无名%hrms | |
93 DISA%fungame | |
95 Light4Freedom%bluemine | |
103 DISA%bluemine | |
104 Sigma%fungame | |
116 无名%secret-guard | |
134 我是狗汪汪%bluemine | |
135 0ops%fungame | |
135 无名%bluemine | |
137 Sigma%bluemine | |
575 Light4Freedom%secret-guard | |
661 我是狗汪汪%secret-guard | |
742 无名%fungame |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment