Skip to content

Commit 9778537

Browse files
committedDec 11, 2014
merge
2 parents 3a5bc1b + f22ce8d commit 9778537

6 files changed

+22
-2
lines changed
 

‎070-brutus.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
*Written by Emily Leng*
44

5+
*Writeup by Jester*
6+
57
## Problem
68

79
It appears the only thing you know about the flag is its MD5 hash f54f10fd6e38929084d505d0c2e9c997, and that the flag is formatted in this way: [number][adjective][color][animal] without the brackets.

‎080-easy-as-ctf-gets.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
*Written by Emily Leng*
44

5+
*Writeup by Jester*
6+
57
## Problem
68

79
What could this possibly mean?

‎090-pixelated.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,26 @@
66

77
<table align="center" border="0" cellpadding="1" cellspacing="1" style="width:500px"><tbody><tr><td><img alt="" src="1.png" style="height:200px; width:200px"></td><td><img alt="" src="2.png" style="height:200px; width:200px"></td></tr></tbody></table>
88

9+
*Writeup by Jester*
10+
11+
## Problem
12+
13+
<img src="http://i.imgur.com/LN4klWr.png"\> <img src="http://i.imgur.com/ubk2fLw.png"\>
14+
>>>>>>> f22ce8d3eda8512263e1636b9cf9f949e256a958
15+
916
## Hint
1017

1118
Did you know you can do [arithmetic with images](http://homepages.inf.ed.ac.uk/rbf/HIPR2/arthops.htm) too?
1219

1320
## Solution
1421

15-
By XORing the two images and turning the red pixels black, you can get a working QR!
22+
23+
This problem is quite simple. The hint gives us an extremely useful website that allows us to perform "arithmetic" on the images provided.
24+
25+
After converting the pngs to the needed format on the website, you can simply try it out until you get a QR code. (Upload the images on a website) After trying all of them, we find that the correct QR code is actually XOR. Afterwards, you can scan the QR code, which links you to the flag.
1626

1727
<img alt="" src="completed.png" style="height:200px; width:200px">
1828

1929
## Flag
2030

21-
`pixelsmatterinQRs`
31+
`pixelsmatterinQRs`

‎150-ghoti.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
*Written by Michael Zhang*
44

5+
*Writeup by Jester*
6+
57
## Problem
68

79
Haaaalppp I can't pronounce this word. What could this image mean?

‎160-obfuscation-2.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
*Written by Austin Zhou*
44

5+
*Writeup by Jester*
6+
57
## Problem
68

79
This jumbled mess has been left for you... [source](obfuscate.js)

‎200-guessing-is-hard.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# 200 - Guessing is hard
22
*Written by Jacob Edelman*
33

4+
*Writeup by MegaAbsol*
5+
46
## Problem
57

68
We really love guessing games. Try and get the flag at python.easyctf.com:10663!

0 commit comments

Comments
 (0)
Please sign in to comment.