<?xml version="1.0"?>
<!--Copyright Brian Starkey 2013-->
<page title="Can You Find It?" dir="misc/gchq" filename="gchq5" type="windowpage" 
    root="/xml_95" date="23rd October 2013">
<window title="GCHQ: Can You Find It? (5)">
	<menu>
		<menu-item name="File">
			<!--<pdf-subitem name="Get PDF"/>-->
			<home-subitem name="Home" href="{/page/@root}"/>
			<menu-subitem name="XML" href="gchq5.xml"/>
		</menu-item>
		<!--include common menu items (dynamically generated)-->
        <autogen type='category' category='all'/>
	</menu>
	<substance>
	<locations name="{/page/@title}">
            <folder name="Challenge 1" href="./1"/>
            <folder name="Challenge 2" href="./2"/>
            <folder name="Challenge 3" href="./3"/>
            <folder name="Challenge 4" href="./4"/>
            <folder name="Challenge 5" href="./5">
                <!--<leaf class="pdfleaf" name="proj.pdf" href="proj.pdf" />-->
                <!-- img="/images/pdf_icon.gif" -->
                <leaf class="sectionleaf" name="Hacking CanYouFindIt" 
                    href="#Hacking%20CanYouFindIt"/>
            </folder>
            <folder name="Files">
                <!--<leaf class="pdfleaf" name="proj.pdf" href="proj.pdf" />-->
                <!-- img="/images/pdf_icon.gif" -->
                <leaf class="codeleaf" name="challenge1.c" 
                    href="files/challenge1.c"/>
                <leaf class="otherleaf" name="comp1.key" 
                    href="files/comp1.key"/>
                <leaf class="codeleaf" name="challenge2" 
                    href="files/challenge2"/>
                <leaf class="codeleaf" name="challenge3" 
                    href="files/challenge3"/>
                <leaf class="codeleaf" name="rsa.py" 
                        href="files/rsa.py"/>
                <leaf class="codeleaf" name="challenge4" 
                    href="files/challenge4"/>
                <leaf class="imgleaf" name="comp3.jpg" 
                    href="files/comp3.jpg"/>
            </folder>
	</locations>
	<window-contents>
        <row>
	    <section-title name="Challenge 5"/>
            <image style="float: none; width: 80%; max-width: 650px;
                margin-left: auto; margin-right: auto;"
                src="images/challenge5.png">The fifth challenge</image>
            <section-content>
            <p>
            So Challenge 5 is a massive anticlimax - there it is, right there.
            I don't know if the page sets some kind of cookie, or only reveals
            itself if you do the preceeding challenges or something, but anyway.
            Done. <a href="http://canyoufindit.co.uk/secured">
            http://canyoufindit.co.uk/secured</a> and the answer is 
            <b>secured</b>.
            </p>
            <image style="float: none; width: 80%; max-width: 650px;
                margin-left: auto; margin-right: auto;"
                src="images/done.png">Finally!</image>
            <p>
            So that's how <i>I</i> did it, I'm sure there's a thousand other
            ways, but I definitely learnt something, and if you're still here
            maybe you did too!
            </p>
            <sub-title name="Hacking CanYouFindIt"/>
            <p>
            Before I put the time in to try and solve all of the challenges,
            I had a poke around in the source of the website, seeing if there
            was some kind of back-door.
            </p>
            <p>
            With a little bit of hackery, I was able to reveal the hidden
            "enter your contact details form" and hit submit... At which 
            point the website said "DENIED" and told me to go away and do
            it properly:
            <image style="float: none; width: 80%; max-width: 650px;
                margin-left: auto; margin-right: auto;"
                src="images/hax.png">Well played GCHQ</image>
            </p>
            </section-content>
        </row>
    <comments/>

	</window-contents>
	</substance>
</window>

</page>


