<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Axino.net &#187; hackthissite.org</title>
	<atom:link href="http://www.axino.net/tag/hackthissiteorg/feed" rel="self" type="application/rss+xml" />
	<link>http://www.axino.net</link>
	<description>The other side of atom.</description>
	<lastBuildDate>Thu, 15 Jul 2010 12:45:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>hackthissite.org Application 3 :: 127.0.0.1</title>
		<link>http://www.axino.net/tutorial/2010/05/hackthissite-org-application-3-127-0-0-1</link>
		<comments>http://www.axino.net/tutorial/2010/05/hackthissite-org-application-3-127-0-0-1#comments</comments>
		<pubDate>Thu, 27 May 2010 20:51:02 +0000</pubDate>
		<dc:creator>Arxleol</dc:creator>
				<category><![CDATA[hackthissite.org]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[wamp]]></category>

		<guid isPermaLink="false">http://www.axino.net/?p=959</guid>
		<description><![CDATA[Starting procedure in the third application mission is exactly the same as previous two. However, final solution is more complex. First thing is to open downloaded exe file in wordpad. Now you will search document for certain word for example auth. And near one hit you will notice following document structure: /missions/application/app3/auth.php?key= We already know [...]]]></description>
			<content:encoded><![CDATA[<p>Starting procedure in the third application mission is exactly the same as previous two. However, final solution is more complex.</p>
<p><span id="more-959"></span></p>
<p>First thing is to open downloaded exe file in wordpad. Now you will search document for certain word for example <strong>auth</strong>. And near one hit you will notice following document structure:</p>
<blockquote><p>/missions/application/app3/auth.php?key=</p></blockquote>
<p>We already know that we are connecting to hackthissite.org so link invoked is:</p>
<blockquote><p>hackthissite.org/missions/application/app3/auth.php?key=</p></blockquote>
<p>Now when you open link provided you will see false. So in order to win this mission we have to be able either change output on the site to true or use some other technique. I&#8217;ve decided to create false site on my local machine and always serve true as answer.</p>
<p>First thing is to install some server on your machine. I strongly suggest <a href="http://www.wampserver.com/en/">wamp</a> (windows, apache, mysql, php). When you install it on your computer. Next step is to change <strong>dns records</strong> again on your local machine. If you don&#8217;t know how to do it check <a href="http://www.axino.net/tutorial/2009/05/local-domain-or-set-up-of-local-site">this tutorial</a>. You need to add this value in <strong>hosts file</strong> and save file:</p>
<blockquote>
<div id="_mcePaste">127.0.0.1 hackthissite.org</div>
</blockquote>
<p>Now in order for this changes to take effect. You need to flush your dns records. This can be done simply by opening <strong>CMD </strong>and writing following command:</p>
<blockquote><p>ipconfig /flushdns</p></blockquote>
<p>Now if you have done everything correctly when you type in hackthissite.org either nothing will show or you will see some server default response.</p>
<p>Next step is to open <strong>www folder</strong>. Just left click on WAMP icon in <strong>taskbar </strong>and select <strong>www directory</strong>. When file explorer window is opened you need to replicate folder structure we found in app. It should look something like this:</p>
<blockquote><p>C:\wamp\www\missions\application\app3</p></blockquote>
<p>In this folder create file named: <strong>auth.php. </strong>Open this file with text processor and only enter <strong>true.</strong></p>
<p>Start application and just click on the <strong>Authenticate</strong>. If you have done everything correctly you will receive congratulation and password: <strong>fireyourboss.</strong></p>
<p>Now, don&#8217;t forget to correct hosts file and flush dns again.<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.axino.net/tutorial/2009/12/hackthissite-org-basic-11-music-collection" rel="bookmark" title="Monday 21.12.2009">hackthissite.org basic 11 :: Music collection</a></li>
<li><a href="http://www.axino.net/programming/java-programming/2010/02/swat2010-preview" rel="bookmark" title="Friday 05.02.2010">SWAT2010 preview</a></li>
<li><a href="http://www.axino.net/tutorial/2010/01/hackthissite-org-extbasic-6-sucky-sysadmin" rel="bookmark" title="Monday 04.01.2010">hackthissite.org extbasic 6 :: Sucky Sysadmin</a></li>
<li><a href="http://www.axino.net/tutorial/2010/05/hackthissite-org-application-2-connection" rel="bookmark" title="Wednesday 26.05.2010">hackthissite.org Application 2 :: connection</a></li>
<li><a href="http://www.axino.net/tutorials" rel="bookmark" title="Wednesday 07.01.2009">Tutorials</a></li>
</ul>
<p><!-- Similar Posts took 4.796 ms --></p>
 <img src="http://www.axino.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=959" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.axino.net/tutorial/2010/05/hackthissite-org-application-3-127-0-0-1/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>hackthissite.org Application 2 :: connection</title>
		<link>http://www.axino.net/tutorial/2010/05/hackthissite-org-application-2-connection</link>
		<comments>http://www.axino.net/tutorial/2010/05/hackthissite-org-application-2-connection#comments</comments>
		<pubDate>Tue, 25 May 2010 22:34:16 +0000</pubDate>
		<dc:creator>Arxleol</dc:creator>
				<category><![CDATA[hackthissite.org]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[solution]]></category>

		<guid isPermaLink="false">http://www.axino.net/?p=956</guid>
		<description><![CDATA[Method of solving second application mission is very similar to the first one. You download rar file and then open exe file in the wordpad. However, notice that before serial is authenticated it connects to internet probably hackthissite.org and downloads or compares keys to existing keys on the URI. Following step is to search certain [...]]]></description>
			<content:encoded><![CDATA[<p>Method of solving second application mission is very similar to the first one. You download rar file and then open exe file in the wordpad.</p>
<p><span id="more-956"></span></p>
<p>However, notice that before serial is authenticated it connects to internet probably hackthissite.org and downloads or compares keys to existing keys on the URI.</p>
<p>Following step is to search certain word I kept searching for <strong>authenticate</strong>. You should be able to find this specific piece of code:</p>
<blockquote><p>*GET /application/app2/keys123.txt</p></blockquote>
<p>This means that application downloads list of keys from this location or specifically: <strong>http://www.hackthissite.org/application/app2/keys123.txt</strong></p>
<p>Now if you open URL provided you will find this list of keys:</p>
<blockquote>
<pre>63482-74819-88456-98378
45910-18394-85113-51290
10110-19101-59111-41563
11424-74719-19578-99238
25182-28381-85611-85258
62351-12939-12481-58020
63482-74819-88456-98378
45910-18394-85113-51290
18381-21931-98680-86523
32910-21944-12391-51939
12389-16781-72893-71892
83478-91933-89823-98511</pre>
</blockquote>
<p>I&#8217;ve just selected the very first key and obtained password for solution:<strong> liberation</strong><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.axino.net/tutorial/2010/05/hackthissite-org-application-3-127-0-0-1" rel="bookmark" title="Thursday 27.05.2010">hackthissite.org Application 3 :: 127.0.0.1</a></li>
<li><a href="http://www.axino.net/tutorial/2010/05/hackthissite-org-application-1-wordpad-pass" rel="bookmark" title="Monday 24.05.2010">hackthissite.org Application 1 :: wordpad pass</a></li>
<li><a href="http://www.axino.net/tutorial/2009/07/hackthissite-org-basic-7-calendar-is-it" rel="bookmark" title="Wednesday 01.07.2009">hackthissite.org basic 7 :: calendar is it!</a></li>
<li><a href="http://www.axino.net/tutorial/2009/03/hackthissiteorg-basic-3-passwordphp" rel="bookmark" title="Thursday 12.03.2009">hackthissite.org basic 3 :: password.php</a></li>
<li><a href="http://www.axino.net/hack/hack-this-site/2009/12/hackthissite-org-solutions-to-all-basic-missions" rel="bookmark" title="Monday 21.12.2009">hackthissite.org solutions to all basic missions</a></li>
</ul>
<p><!-- Similar Posts took 4.730 ms --></p>
 <img src="http://www.axino.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=956" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.axino.net/tutorial/2010/05/hackthissite-org-application-2-connection/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>hackthissite.org Application 1 :: wordpad pass</title>
		<link>http://www.axino.net/tutorial/2010/05/hackthissite-org-application-1-wordpad-pass</link>
		<comments>http://www.axino.net/tutorial/2010/05/hackthissite-org-application-1-wordpad-pass#comments</comments>
		<pubDate>Mon, 24 May 2010 22:05:10 +0000</pubDate>
		<dc:creator>Arxleol</dc:creator>
				<category><![CDATA[hackthissite.org]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[cracking]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[solution]]></category>

		<guid isPermaLink="false">http://www.axino.net/?p=950</guid>
		<description><![CDATA[First application challenge is really simple almost as the very first mission you took basic 1.  First thing first download rar file from the site and unrar it. Second step is to run exe file. Now what you want to do is to open exe file with wordpad or notepad some simple text editor. When you open [...]]]></description>
			<content:encoded><![CDATA[<p>First application challenge is really simple almost as the very first mission you took basic 1.  First thing first download rar file from the site and unrar it.</p>
<p><span id="more-950"></span></p>
<p>Second step is to run exe file. Now what you want to do is to open exe file with wordpad or notepad some simple text editor. When you open exe file in wordpad try searching for authenticate. And next to one of the found entries you will find set of serial numbers. I used the very first one and entered it in the SN box.</p>
<blockquote><p>0130-1414-5624-1341</p></blockquote>
<p>Now when you enter this serial number in the box you will receive password for solving challenge.</p>
<blockquote><p>smashthestate</p></blockquote>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.axino.net/tutorial/2010/05/hackthissite-org-application-2-connection" rel="bookmark" title="Wednesday 26.05.2010">hackthissite.org Application 2 :: connection</a></li>
<li><a href="http://www.axino.net/tutorial/2010/05/hackthissite-org-application-3-127-0-0-1" rel="bookmark" title="Thursday 27.05.2010">hackthissite.org Application 3 :: 127.0.0.1</a></li>
<li><a href="http://www.axino.net/tutorial/2010/06/javascript-challenge-9-timer" rel="bookmark" title="Wednesday 02.06.2010">JavaScript Challenge 9 :: timer</a></li>
<li><a href="http://www.axino.net/tutorial/2009/10/basic-web-hacking-4-bad-upload" rel="bookmark" title="Friday 23.10.2009">Basic web hacking 4 :: bad upload</a></li>
<li><a href="http://www.axino.net/tutorial/2009/11/basic-web-hacking-9-null-poison-byte" rel="bookmark" title="Tuesday 17.11.2009">Basic web hacking 9 :: null poison byte</a></li>
</ul>
<p><!-- Similar Posts took 4.678 ms --></p>
 <img src="http://www.axino.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=950" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.axino.net/tutorial/2010/05/hackthissite-org-application-1-wordpad-pass/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>hackthissite.org extbasic 13 :: I do validate. I really do.</title>
		<link>http://www.axino.net/tutorial/2010/05/hackthissite-org-extbasic-13-i-do-validate-i-really-do</link>
		<comments>http://www.axino.net/tutorial/2010/05/hackthissite-org-extbasic-13-i-do-validate-i-really-do#comments</comments>
		<pubDate>Mon, 24 May 2010 21:22:09 +0000</pubDate>
		<dc:creator>Arxleol</dc:creator>
				<category><![CDATA[hackthissite.org]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[solution]]></category>

		<guid isPermaLink="false">http://www.axino.net/?p=947</guid>
		<description><![CDATA[Notice that validating is futile if you have obvious fail in logic. Here is the code we need to analyze: &#60;?php if &#40;isset&#40;$_GET&#91;'name'&#93;&#41; &#38;&#38; isset&#40;$_GET&#91;'email'&#93;&#41;&#41; &#123; $user = mysql_real_escape_string&#40;$_GET&#91;'name'&#93;&#41;; $email = mysql_real_escape_string&#40;$_GET&#91;'email'&#93;&#41;; $result= mysql_fetch_assoc&#40;mysql_query&#40;&#34;SELECT `email` FROM `members` WHERE name = '$user'&#34;&#41;&#41;; $reply = false; if &#40;$email == $result&#91;'email'&#93;&#41; &#123; $reply = true; &#125; &#125; else &#123; [...]]]></description>
			<content:encoded><![CDATA[<p>Notice that validating is futile if you have obvious fail in logic.</p>
<p><span id="more-947"></span></p>
<p>Here is the code we need to analyze:<br />
<code></p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
        <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #990000;">isset</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$_GET</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'name'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">&amp;&amp;</span> <span style="color: #990000;">isset</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$_GET</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'email'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
                <span style="color: #000088;">$user</span> <span style="color: #339933;">=</span> <span style="color: #990000;">mysql_real_escape_string</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$_GET</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'name'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
                <span style="color: #000088;">$email</span> <span style="color: #339933;">=</span> <span style="color: #990000;">mysql_real_escape_string</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$_GET</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'email'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
                <span style="color: #000088;">$result</span><span style="color: #339933;">=</span> <span style="color: #990000;">mysql_fetch_assoc</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">mysql_query</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;SELECT `email` FROM `members` WHERE name = '<span style="color: #006699; font-weight: bold;">$user</span>'&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
                <span style="color: #000088;">$reply</span> <span style="color: #339933;">=</span> <span style="color: #009900; font-weight: bold;">false</span><span style="color: #339933;">;</span>
                <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$email</span> <span style="color: #339933;">==</span> <span style="color: #000088;">$result</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'email'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span>
                <span style="color: #009900;">&#123;</span>
                        <span style="color: #000088;">$reply</span> <span style="color: #339933;">=</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #339933;">;</span>
                <span style="color: #009900;">&#125;</span>
        <span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span>
                <span style="color: #000088;">$reply</span> <span style="color: #339933;">=</span> <span style="color: #009900; font-weight: bold;">false</span><span style="color: #339933;">;</span>
        <span style="color: #009900;">&#125;</span>
        <span style="color: #b1b100;">echo</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$reply</span><span style="color: #009900;">&#41;</span> ? <span style="color: #cc66cc;">1</span> <span style="color: #339933;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p></code></p>
<p>There are many deceptions in this script but for us it is important to analyze first if statement. It checks whether name and email are set even if empty. Now notice that both are escaped before placed in SQL. And then second if statement check whether we compare result email to the inputted email. So you probably figure out now that two same values when compared are always the same. So what will probably be result if we input anything in. Result will be empty, now its simple if you compare empty to empty it is true.<br />
<code></p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">vrfy<span style="color: #339933;">.</span>php?name<span style="color: #339933;">=&amp;</span>email<span style="color: #339933;">=</span></pre></div></div>

<p></code></p>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.axino.net/tutorial/2009/06/javascript-missions-1-idiot-test" rel="bookmark" title="Saturday 20.06.2009">Javascript Missions 1 :: Idiot Test</a></li>
<li><a href="http://www.axino.net/tutorial/2010/01/javascript-challenge-3-function-again" rel="bookmark" title="Friday 29.01.2010">JavaScript Challenge 3 :: Function again</a></li>
<li><a href="http://www.axino.net/hack/hackertestnet/2009/11/hackertest-net-level-12-zoom-in" rel="bookmark" title="Tuesday 24.11.2009">hackertest.net level 12 :: zoom in&#8230;</a></li>
<li><a href="http://www.axino.net/tutorial/2010/05/javascript-missions-3-math-time" rel="bookmark" title="Monday 17.05.2010">Javascript Missions 3 :: Math time</a></li>
<li><a href="http://www.axino.net/hack/hackertestnet/2009/01/hackertestnet-level-5-save-as" rel="bookmark" title="Wednesday 14.01.2009">hackertest.net level 5 :: Save As&#8230;</a></li>
</ul>
<p><!-- Similar Posts took 5.566 ms --></p>
 <img src="http://www.axino.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=947" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.axino.net/tutorial/2010/05/hackthissite-org-extbasic-13-i-do-validate-i-really-do/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>hackthissite.org solutions to all javascript missions</title>
		<link>http://www.axino.net/tutorial/2010/05/hackthissite-org-solutions-to-all-javascript-missions</link>
		<comments>http://www.axino.net/tutorial/2010/05/hackthissite-org-solutions-to-all-javascript-missions#comments</comments>
		<pubDate>Sat, 22 May 2010 22:59:51 +0000</pubDate>
		<dc:creator>Arxleol</dc:creator>
				<category><![CDATA[hackthissite.org]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[solution]]></category>

		<guid isPermaLink="false">http://www.axino.net/?p=942</guid>
		<description><![CDATA[Javascript missions Javascript Missions 1 :: Idiot Test Javascript Missions 2 :: Disable Javascript Javascript Missions 3 :: Math time Javascript Missions 4 :: Var? Javascript Missions 5 :: Escape! Javascript Missions 6 :: go go away .js Javascript Missions 7 :: JS Obfuscation. FTW! Similar Posts: Tutorials Javascript Missions 2 :: Disable Javascript JavaScript [...]]]></description>
			<content:encoded><![CDATA[<h1>Javascript missions</h1>
<ul>
<li><a href="../../tutorial/2009/06/javascript-missions-1-idiot-test">Javascript Missions 1 :: Idiot Test</a></li>
<li><a href="http://www.axino.net/tutorial/2010/01/javascript-missions-2-disable-javascript">Javascript Missions 2 :: Disable Javascript</a></li>
<li><a href="http://www.axino.net/tutorial/2010/05/javascript-missions-3-math-time">Javascript Missions 3 :: Math time</a></li>
<li><a href="http://www.axino.net/tutorial/2010/05/javascript-missions-4-var">Javascript Missions 4 :: Var?</a></li>
<li><a href="http://www.axino.net/uncategorized/2010/05/javascript-missions-5-escape">Javascript Missions 5 :: Escape!</a></li>
<li><a href="http://www.axino.net/hack/hack-this-site/2010/05/javascript-missions-6-go-go-away-js">Javascript Missions 6 :: go go away .js</a></li>
<li><a href="http://www.axino.net/tutorial/2010/05/javascript-missions-7-js-obfuscation-ftw">Javascript Missions 7 :: JS Obfuscation. FTW!</a></li>
</ul>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.axino.net/tutorials" rel="bookmark" title="Wednesday 07.01.2009">Tutorials</a></li>
<li><a href="http://www.axino.net/tutorial/2010/01/javascript-missions-2-disable-javascript" rel="bookmark" title="Wednesday 06.01.2010">Javascript Missions 2 :: Disable Javascript</a></li>
<li><a href="http://www.axino.net/tutorial/2010/06/javascript-challenge-12-execute" rel="bookmark" title="Tuesday 08.06.2010">JavaScript Challenge 12 :: execute</a></li>
<li><a href="http://www.axino.net/tutorial/2009/06/javascript-missions-1-idiot-test" rel="bookmark" title="Saturday 20.06.2009">Javascript Missions 1 :: Idiot Test</a></li>
<li><a href="http://www.axino.net/tutorial/2010/03/hack-test-com-3-link-colour" rel="bookmark" title="Saturday 20.03.2010">hack-test.com 3 :: link colour</a></li>
</ul>
<p><!-- Similar Posts took 5.332 ms --></p>
 <img src="http://www.axino.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=942" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.axino.net/tutorial/2010/05/hackthissite-org-solutions-to-all-javascript-missions/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript Missions 6 :: go go away .js</title>
		<link>http://www.axino.net/hack/hack-this-site/2010/05/javascript-missions-6-go-go-away-js</link>
		<comments>http://www.axino.net/hack/hack-this-site/2010/05/javascript-missions-6-go-go-away-js#comments</comments>
		<pubDate>Wed, 19 May 2010 23:00:03 +0000</pubDate>
		<dc:creator>Arxleol</dc:creator>
				<category><![CDATA[hackthissite.org]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.axino.net/?p=921</guid>
		<description><![CDATA[This is nice example of some kind of decoy strategy. At first when you opened mission you checked source code and found following two functions. RawrRawr = &#34;moo&#34;; function check&#40;x&#41; &#123; &#34;+RawrRawr+&#34; == &#34;hack_this_site&#34; if &#40;x == &#34;&#34;+RawrRawr+&#34;&#34;&#41; &#123; alert&#40;&#34;Rawr! win!&#34;&#41;; window.location = &#34;about:blank&#34;; &#125; else &#123; alert&#40;&#34;Rawr, nope, try again!&#34;&#41;; &#125; &#125; &#160; function [...]]]></description>
			<content:encoded><![CDATA[<p>This is nice example of some kind of decoy strategy. At first when you opened mission you checked source code and found following two functions.</p>
<p><span id="more-921"></span><br />
<code> </code></p>
<p><code></p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">RawrRawr <span style="color: #339933;">=</span> <span style="color: #3366CC;">&quot;moo&quot;</span><span style="color: #339933;">;</span>
<span style="color: #003366; font-weight: bold;">function</span> check<span style="color: #009900;">&#40;</span>x<span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
<span style="color: #3366CC;">&quot;+RawrRawr+&quot;</span> <span style="color: #339933;">==</span> <span style="color: #3366CC;">&quot;hack_this_site&quot;</span>
<span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span>x <span style="color: #339933;">==</span> <span style="color: #3366CC;">&quot;&quot;</span><span style="color: #339933;">+</span>RawrRawr<span style="color: #339933;">+</span><span style="color: #3366CC;">&quot;&quot;</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
<span style="color: #000066;">alert</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;Rawr! win!&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
window.<span style="color: #660066;">location</span> <span style="color: #339933;">=</span> <span style="color: #3366CC;">&quot;about:blank&quot;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span> <span style="color: #000066; font-weight: bold;">else</span> <span style="color: #009900;">&#123;</span>
<span style="color: #000066;">alert</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;Rawr, nope, try again!&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #003366; font-weight: bold;">function</span> checkpassw<span style="color: #009900;">&#40;</span>moo<span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
RawrRawr <span style="color: #339933;">=</span> moo<span style="color: #339933;">;</span>
checkpass<span style="color: #009900;">&#40;</span>RawrRawr<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre></div></div>

<p></code></p>
<p>Now if you check HTML code of the button you will notice that function is not among these two present.<br />
<code> </code></p>
<p><code></p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;button onclick=&quot;javascript:checkpass(document.getElementById('pass').value)&quot;&gt;Check Password&lt;/button&gt;</pre></div></div>

<p></code></p>
<p>So I followed this clue and found that above those two functions there is remotely connected javascript file.<br />
<code> </code></p>
<p><code></p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;script src=&quot;http://hackthissite.org/missions/javascript/6/checkpass&quot; type=&quot;text/javascript&quot;&gt;&lt;!--mce:0--&gt;&lt;/script&gt;</pre></div></div>

<p></code></p>
<p>When you open that file you will find following javascript code:<br />
<code> </code></p>
<p><code></p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">dairycow<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;moo&quot;</span><span style="color: #339933;">;</span>
moo <span style="color: #339933;">=</span> <span style="color: #3366CC;">&quot;pwns&quot;</span><span style="color: #339933;">;</span>
rawr <span style="color: #339933;">=</span> <span style="color: #3366CC;">&quot;moo&quot;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #003366; font-weight: bold;">function</span> checkpass<span style="color: #009900;">&#40;</span>pass<span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
<span style="color: #000066; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>pass <span style="color: #339933;">==</span> rawr<span style="color: #339933;">+</span><span style="color: #3366CC;">&quot; &quot;</span><span style="color: #339933;">+</span>moo<span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
<span style="color: #000066;">alert</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;How did you do that??? Good job!&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
window.<span style="color: #660066;">location</span> <span style="color: #339933;">=</span> <span style="color: #3366CC;">&quot;../../../missions/javascript/6/?lvl_password=&quot;</span><span style="color: #339933;">+</span>pass<span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span> <span style="color: #000066; font-weight: bold;">else</span> <span style="color: #009900;">&#123;</span>
<span style="color: #000066;">alert</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;Nope, try again&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span></pre></div></div>

<p></code></p>
<p>I guess that from here you are already able to figure that password is: <strong>moo pwns</strong>. If not then ask <img src='http://www.axino.net/wordpress/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> <strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.axino.net/tutorial/2010/05/javascript-missions-4-var" rel="bookmark" title="Wednesday 19.05.2010">Javascript Missions 4 :: Var?</a></li>
<li><a href="http://www.axino.net/tutorial/2010/02/javascript-challenge-6-simple-strings" rel="bookmark" title="Wednesday 03.02.2010">JavaScript Challenge 6 :: Simple strings</a></li>
<li><a href="http://www.axino.net/tutorial/2010/07/javascript-challenge-10-math-time" rel="bookmark" title="Saturday 03.07.2010">JavaScript Challenge 10 :: Math time</a></li>
<li><a href="http://www.axino.net/tutorial/2010/05/javascript-missions-5-escape" rel="bookmark" title="Wednesday 19.05.2010">Javascript Missions 5 :: Escape!</a></li>
<li><a href="http://www.axino.net/hack/hackertestnet/2009/01/hackertestnet-level-6-linking-javascript" rel="bookmark" title="Thursday 15.01.2009">hackertest.net level 6 :: Linking javascript</a></li>
</ul>
<p><!-- Similar Posts took 6.287 ms --></p>
 <img src="http://www.axino.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=921" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.axino.net/hack/hack-this-site/2010/05/javascript-missions-6-go-go-away-js/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Javascript Missions 5 :: Escape!</title>
		<link>http://www.axino.net/tutorial/2010/05/javascript-missions-5-escape</link>
		<comments>http://www.axino.net/tutorial/2010/05/javascript-missions-5-escape#comments</comments>
		<pubDate>Wed, 19 May 2010 22:01:01 +0000</pubDate>
		<dc:creator>Arxleol</dc:creator>
				<category><![CDATA[hackthissite.org]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[javascript injection]]></category>
		<category><![CDATA[solution]]></category>

		<guid isPermaLink="false">http://www.axino.net/?p=919</guid>
		<description><![CDATA[Level 5 can be solved on really simple way. Since Faith wrote encoded  characters and as we would like to have simplest solution possible we will just output contents or variable moo. Javascript: moo = unescape&#40;'%69%6C%6F%76%65%6D%6F%6F'&#41;; function check &#40;x&#41; &#123; if &#40;x == moo&#41; &#123; alert&#40;&#34;Ahh.. so that's what she means&#34;&#41;; window.location = &#34;../../../missions/javascript/5/?lvl_password=&#34;+x; &#125; else &#123; [...]]]></description>
			<content:encoded><![CDATA[<p>Level 5 can be solved on really simple way. Since Faith wrote encoded  characters and as we would like to have simplest solution possible we will just output contents or variable moo.</p>
<p><span id="more-919"></span></p>
<p>Javascript:<br />
<code> </code></p>
<p><code></p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">moo <span style="color: #339933;">=</span> unescape<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'%69%6C%6F%76%65%6D%6F%6F'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
      <span style="color: #003366; font-weight: bold;">function</span> check <span style="color: #009900;">&#40;</span>x<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
        <span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span>x <span style="color: #339933;">==</span> moo<span style="color: #009900;">&#41;</span>
        <span style="color: #009900;">&#123;</span>
          <span style="color: #000066;">alert</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;Ahh.. so that's what she means&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
          window.<span style="color: #660066;">location</span> <span style="color: #339933;">=</span> <span style="color: #3366CC;">&quot;../../../missions/javascript/5/?lvl_password=&quot;</span><span style="color: #339933;">+</span>x<span style="color: #339933;">;</span>
        <span style="color: #009900;">&#125;</span>
        <span style="color: #000066; font-weight: bold;">else</span> <span style="color: #009900;">&#123;</span>
          <span style="color: #000066;">alert</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;Nope... try again!&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        <span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span></pre></div></div>

<p></code></p>
<p>Now to see contents of variable moo. We will use technique known as javascript injection. What you need to do is to put following source code in your browser URL bar and content of variable moo will be outputted as alert window.</p>
<p><code> </code></p>
<p><code></p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">javascript<span style="color: #339933;">:</span><span style="color: #000066;">alert</span><span style="color: #009900;">&#40;</span>moo<span style="color: #009900;">&#41;</span></pre></div></div>

<p></code></p>
<p>Password is: <strong>ilovemoo</strong><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.axino.net/hack/hack-this-site/2010/05/javascript-missions-6-go-go-away-js" rel="bookmark" title="Thursday 20.05.2010">Javascript Missions 6 :: go go away .js</a></li>
<li><a href="http://www.axino.net/tutorial/2010/03/hack-test-com-3-link-colour" rel="bookmark" title="Saturday 20.03.2010">hack-test.com 3 :: link colour</a></li>
<li><a href="http://www.axino.net/hack/hackertestnet/2009/01/hackertestnet-level-6-linking-javascript" rel="bookmark" title="Thursday 15.01.2009">hackertest.net level 6 :: Linking javascript</a></li>
<li><a href="http://www.axino.net/tutorial/2010/05/javascript-challenge-7-jump-over" rel="bookmark" title="Sunday 30.05.2010">JavaScript Challenge 7 :: Jump over</a></li>
<li><a href="http://www.axino.net/tutorial/2010/05/javascript-missions-4-var" rel="bookmark" title="Wednesday 19.05.2010">Javascript Missions 4 :: Var?</a></li>
</ul>
<p><!-- Similar Posts took 5.940 ms --></p>
 <img src="http://www.axino.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=919" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.axino.net/tutorial/2010/05/javascript-missions-5-escape/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript Missions 4 :: Var?</title>
		<link>http://www.axino.net/tutorial/2010/05/javascript-missions-4-var</link>
		<comments>http://www.axino.net/tutorial/2010/05/javascript-missions-4-var#comments</comments>
		<pubDate>Wed, 19 May 2010 21:03:54 +0000</pubDate>
		<dc:creator>Arxleol</dc:creator>
				<category><![CDATA[hackthissite.org]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[solution]]></category>

		<guid isPermaLink="false">http://www.axino.net/?p=916</guid>
		<description><![CDATA[The following mission is really simple. If you checkout source code: RawrRawr = &#34;moo&#34;; function check&#40;x&#41; &#123; &#34;+RawrRawr+&#34; == &#34;hack_this_site&#34; if &#40;x == &#34;&#34;+RawrRawr+&#34;&#34;&#41; &#123; alert&#40;&#34;Rawr! win!&#34;&#41;; window.location = &#34;../../../missions/javascript/4/?lvl_password=&#34;+x; &#125; else &#123; alert&#40;&#34;Rawr, nope, try again!&#34;&#41;; &#125; &#125; First statement represents that RawrRawr has value moo. Then we proceed to function declaration I am [...]]]></description>
			<content:encoded><![CDATA[<p>The following mission is really simple. If you checkout source code:</p>
<p><span id="more-916"></span><br />
<code></p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">RawrRawr <span style="color: #339933;">=</span> <span style="color: #3366CC;">&quot;moo&quot;</span><span style="color: #339933;">;</span>
<span style="color: #003366; font-weight: bold;">function</span> check<span style="color: #009900;">&#40;</span>x<span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
        <span style="color: #3366CC;">&quot;+RawrRawr+&quot;</span> <span style="color: #339933;">==</span> <span style="color: #3366CC;">&quot;hack_this_site&quot;</span>
	<span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span>x <span style="color: #339933;">==</span> <span style="color: #3366CC;">&quot;&quot;</span><span style="color: #339933;">+</span>RawrRawr<span style="color: #339933;">+</span><span style="color: #3366CC;">&quot;&quot;</span><span style="color: #009900;">&#41;</span>
        <span style="color: #009900;">&#123;</span>
		<span style="color: #000066;">alert</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;Rawr! win!&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
                window.<span style="color: #660066;">location</span> <span style="color: #339933;">=</span> <span style="color: #3366CC;">&quot;../../../missions/javascript/4/?lvl_password=&quot;</span><span style="color: #339933;">+</span>x<span style="color: #339933;">;</span>
        <span style="color: #009900;">&#125;</span> <span style="color: #000066; font-weight: bold;">else</span> <span style="color: #009900;">&#123;</span>
		<span style="color: #000066;">alert</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;Rawr, nope, try again!&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span></pre></div></div>

<p></code></p>
<p>First statement represents that <strong>RawrRawr </strong>has value <strong>moo</strong>. Then we proceed to function declaration I am not sure what&#8217;s really meant by this statement <strong>&#8220;+RawrRawr+&#8221; == &#8220;hack_this_site&#8221;</strong>. However, if we continue to if condition it is quite simple that password should be <strong>moo</strong>. Because from the left and right side we add empty strings.</p>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.axino.net/hack/hack-this-site/2010/05/javascript-missions-6-go-go-away-js" rel="bookmark" title="Thursday 20.05.2010">Javascript Missions 6 :: go go away .js</a></li>
<li><a href="http://www.axino.net/tutorial/2010/07/javascript-challenge-10-math-time" rel="bookmark" title="Saturday 03.07.2010">JavaScript Challenge 10 :: Math time</a></li>
<li><a href="http://www.axino.net/tutorial/2010/03/hack-test-com-2-refresh-now" rel="bookmark" title="Friday 19.03.2010">hack-test.com 2 :: refresh now&#8230;</a></li>
<li><a href="http://www.axino.net/tutorial/2010/03/hack-test-com-1-hard-start" rel="bookmark" title="Thursday 18.03.2010">hack-test.com 1 :: hard start</a></li>
<li><a href="http://www.axino.net/tutorial/2010/06/javascript-challenge-11-js-injection" rel="bookmark" title="Sunday 06.06.2010">JavaScript Challenge 11 :: js injection</a></li>
</ul>
<p><!-- Similar Posts took 5.657 ms --></p>
 <img src="http://www.axino.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=916" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.axino.net/tutorial/2010/05/javascript-missions-4-var/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Javascript Missions 3 :: Math time</title>
		<link>http://www.axino.net/tutorial/2010/05/javascript-missions-3-math-time</link>
		<comments>http://www.axino.net/tutorial/2010/05/javascript-missions-3-math-time#comments</comments>
		<pubDate>Mon, 17 May 2010 22:27:56 +0000</pubDate>
		<dc:creator>Arxleol</dc:creator>
				<category><![CDATA[hackthissite.org]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[solution]]></category>

		<guid isPermaLink="false">http://www.axino.net/?p=913</guid>
		<description><![CDATA[Let&#8217;s see how faith intends to check our math skills As you can see we have source code in front of us now let&#8217;s just crack it: var foo = 5 + 6 * 7 var bar = foo % 8 var moo = bar * 2 var rar = moo / 3 function check&#40;x&#41; [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s see how faith intends to check our math skills <img src='http://www.axino.net/wordpress/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><span id="more-913"></span></p>
<p>As you can see we have source code in front of us now let&#8217;s just crack it:<br />
<code><br />
</code></p>
<p><code></p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #003366; font-weight: bold;">var</span> foo <span style="color: #339933;">=</span> <span style="color: #CC0000;">5</span> <span style="color: #339933;">+</span> <span style="color: #CC0000;">6</span> <span style="color: #339933;">*</span> <span style="color: #CC0000;">7</span>
<span style="color: #003366; font-weight: bold;">var</span> bar <span style="color: #339933;">=</span> foo <span style="color: #339933;">%</span> <span style="color: #CC0000;">8</span>
<span style="color: #003366; font-weight: bold;">var</span> moo <span style="color: #339933;">=</span> bar <span style="color: #339933;">*</span> <span style="color: #CC0000;">2</span>
<span style="color: #003366; font-weight: bold;">var</span> rar <span style="color: #339933;">=</span> moo <span style="color: #339933;">/</span> <span style="color: #CC0000;">3</span>
<span style="color: #003366; font-weight: bold;">function</span> check<span style="color: #009900;">&#40;</span>x<span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
        <span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span>x.<span style="color: #660066;">length</span> <span style="color: #339933;">==</span> moo<span style="color: #009900;">&#41;</span>
        <span style="color: #009900;">&#123;</span>
                        <span style="color: #000066;">alert</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;win!&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
                        window.<span style="color: #660066;">location</span> <span style="color: #339933;">+=</span> <span style="color: #3366CC;">&quot;?lvl_password=&quot;</span><span style="color: #339933;">+</span>x<span style="color: #339933;">;</span>
        <span style="color: #009900;">&#125;</span> <span style="color: #000066; font-weight: bold;">else</span> <span style="color: #009900;">&#123;</span>
                        <span style="color: #000066;">alert</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;fail D:&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	 <span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span></pre></div></div>

<p></code></p>
<p>As you can see length of input is compared to variable <strong>moo</strong>.</p>
<p>Variable <strong>foo</strong> has value of 47. This should be straightforward math. Variable <strong>bar </strong>has value of 7 because % percentage sign represents remainder of 47 divided by 8. Read more about <a class="zem_slink" title="Modular arithmetic" rel="wikipedia" href="http://en.wikipedia.org/wiki/Modular_arithmetic">modular arithmetics</a>. And therefore variable <strong>moo</strong> has value of 14.</p>
<p>To win we have solution string of length 14 characters and this one is really simple: <strong>aaaaaaaaaaaaaa</strong></p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=9b3c33b4-fdb0-4c85-a38e-478e98c04e8a" alt="" /><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.axino.net/tutorial/2009/12/hackthissite-org-extbasic-1-over-and-out" rel="bookmark" title="Wednesday 23.12.2009">hackthissite.org extbasic 1 :: Over and out?</a></li>
<li><a href="http://www.axino.net/tutorial/2010/05/javascript-missions-5-escape" rel="bookmark" title="Wednesday 19.05.2010">Javascript Missions 5 :: Escape!</a></li>
<li><a href="http://www.axino.net/tutorial/2010/06/javascript-challenge-12-execute" rel="bookmark" title="Tuesday 08.06.2010">JavaScript Challenge 12 :: execute</a></li>
<li><a href="http://www.axino.net/tutorial/2010/07/javascript-challenge-10-math-time" rel="bookmark" title="Saturday 03.07.2010">JavaScript Challenge 10 :: Math time</a></li>
<li><a href="http://www.axino.net/tutorial/2009/03/hackthissiteorg-basic-2-password-is-not" rel="bookmark" title="Wednesday 11.03.2009">hackthissite.org basic 2 :: password is not</a></li>
</ul>
<p><!-- Similar Posts took 5.607 ms --></p>
 <img src="http://www.axino.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=913" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.axino.net/tutorial/2010/05/javascript-missions-3-math-time/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Javascript Missions 2 :: Disable Javascript</title>
		<link>http://www.axino.net/tutorial/2010/01/javascript-missions-2-disable-javascript</link>
		<comments>http://www.axino.net/tutorial/2010/01/javascript-missions-2-disable-javascript#comments</comments>
		<pubDate>Wed, 06 Jan 2010 00:54:35 +0000</pubDate>
		<dc:creator>Arxleol</dc:creator>
				<category><![CDATA[hackthissite.org]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[hackthissite]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[solution]]></category>

		<guid isPermaLink="false">http://www.axino.net/?p=739</guid>
		<description><![CDATA[In the second javascript mission we have to disable javascript to login or solve mission. Mission introduction: Disable Javascript faith had made a redirect script and logout with javascript to keep hackers away In order to disable javascript in Firefox you have to go to Tools-&#62;Options&#8230; and then Content tab. And uncheck the box next to Enable [...]]]></description>
			<content:encoded><![CDATA[<p>In the second javascript mission we have to disable javascript to login or solve mission.</p>
<p><span id="more-739"></span></p>
<p>Mission introduction:</p>
<blockquote><p><span style="font-size: xx-small;"><strong>Disable Javascript</strong></span><br />
faith had made a redirect script and logout with javascript to keep hackers away</p></blockquote>
<p>In order to disable javascript in Firefox you have to go to<strong> Tools-&gt;Options&#8230;</strong> and then <strong>Content </strong>tab. And <strong>uncheck the box</strong> next to <strong>Enable javascript</strong>.</p>
<p><img class="aligncenter" title="Javascript enable" src="http://i46.tinypic.com/25p1gxt.jpg" alt="" width="534" height="499" /></p>
<p>Now you should click on the link Take this challenge, and after that win this challenge.<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.axino.net/tutorial/2009/06/javascript-missions-1-idiot-test" rel="bookmark" title="Saturday 20.06.2009">Javascript Missions 1 :: Idiot Test</a></li>
<li><a href="http://www.axino.net/tutorial/2009/11/basic-web-hacking-7-double-login" rel="bookmark" title="Tuesday 10.11.2009">Basic web hacking 7 :: double login</a></li>
<li><a href="http://www.axino.net/tutorial/2010/05/javascript-missions-5-escape" rel="bookmark" title="Wednesday 19.05.2010">Javascript Missions 5 :: Escape!</a></li>
<li><a href="http://www.axino.net/tutorial/2009/02/hackthissiteorg-basic-1-password-is" rel="bookmark" title="Sunday 01.02.2009">hackthissite.org basic 1 :: password is</a></li>
<li><a href="http://www.axino.net/tutorial/2009/11/basic-web-hacking-9-null-poison-byte" rel="bookmark" title="Tuesday 17.11.2009">Basic web hacking 9 :: null poison byte</a></li>
</ul>
<p><!-- Similar Posts took 6.020 ms --></p>
 <img src="http://www.axino.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=739" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.axino.net/tutorial/2010/01/javascript-missions-2-disable-javascript/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
