<?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; cookies</title>
	<atom:link href="http://www.axino.net/tag/cookies/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>Basic web hacking 7 :: double login</title>
		<link>http://www.axino.net/tutorial/2009/11/basic-web-hacking-7-double-login</link>
		<comments>http://www.axino.net/tutorial/2009/11/basic-web-hacking-7-double-login#comments</comments>
		<pubDate>Mon, 09 Nov 2009 23:58:03 +0000</pubDate>
		<dc:creator>Arxleol</dc:creator>
				<category><![CDATA[hellboundhackers.org]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[cookies]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[solution]]></category>

		<guid isPermaLink="false">http://www.axino.net/?p=599</guid>
		<description><![CDATA[This one is much harder then previous missions especially because there are two logins and therefore looks like double trouble. This is introduction to the first part of the mission: This time Mr. Deitry decided to make a cookie login script and he said he decrypted it from ASCII encryption, and for you to login [...]]]></description>
			<content:encoded><![CDATA[<p>This one is much harder then previous missions especially because there are two logins and therefore looks like double trouble.</p>
<p><span id="more-599"></span></p>
<p>This is introduction to the first part of the mission:</p>
<blockquote><p>This time Mr. Deitry decided to make a cookie login script and he said he decrypted it from ASCII encryption, and for you to login you need to encrypt it. And after you login there is another login but its a Login that uses SQL databases, but he thinks that the SQL login page is vulnerable to a simple SQL injection, and when he gets back from his vacation he would fix it.</p></blockquote>
<p>Next I would like to point you to the site because encryption is from ascii to binary <a href="http://www.theskull.com/javascript/ascii-binary.html">http://www.theskull.com/javascript/ascii-binary.html</a></p>
<p>Now let&#8217;s check cookies. You will find two cookies created by basic 7, username and password. Content of both is:</p>
<blockquote><p>username: <span>sam</span></p>
<p><span>password: jillisdead</span></p></blockquote>
<p><span>Now let&#8217;s encode contents. </span></p>
<blockquote><p>sam == 011100110110000101101101</p>
<p>jillisdead == 01101010011010010110110001101100011010010111001101100100011001010110000101100100</p></blockquote>
<p>Now click to submit username. After you did this change values of the cookies. You will get to the following page http://www.hellboundhackers.org/challenges/basic7/check-cookie.php</p>
<p>Now after you have updated cookies, you just refresh page and you will see <strong>SQL login</strong> page. So now we need to use simple SQL injection,</p>
<blockquote><p>&#8216; 1=1</p></blockquote>
<p>And it works <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/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>
<li><a href="http://www.axino.net/tutorial/2010/01/basic-web-hacking-16-sql-injection" rel="bookmark" title="Tuesday 12.01.2010">Basic Web Hacking 16 :: SQL injection</a></li>
<li><a href="http://www.axino.net/hack/hack-this-site/2009/09/hackthissite-org-basic-10-my-cookie-your-cookie" rel="bookmark" title="Friday 25.09.2009">hackthissite.org basic 10 :: My cookie your cookie</a></li>
<li><a href="http://www.axino.net/tutorial/2009/06/hackthissiteorg-basic-6-encryption-system" rel="bookmark" title="Friday 26.06.2009">hackthissite.org basic 6 :: encryption system</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.854 ms --></p>
 <img src="http://www.axino.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=599" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.axino.net/tutorial/2009/11/basic-web-hacking-7-double-login/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>hackthissite.org basic 10 :: My cookie your cookie</title>
		<link>http://www.axino.net/hack/hack-this-site/2009/09/hackthissite-org-basic-10-my-cookie-your-cookie</link>
		<comments>http://www.axino.net/hack/hack-this-site/2009/09/hackthissite-org-basic-10-my-cookie-your-cookie#comments</comments>
		<pubDate>Fri, 25 Sep 2009 20:59:28 +0000</pubDate>
		<dc:creator>Arxleol</dc:creator>
				<category><![CDATA[hackthissite.org]]></category>
		<category><![CDATA[cookies]]></category>
		<category><![CDATA[hackthissite]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.axino.net/?p=469</guid>
		<description><![CDATA[OK this one might be hard to get. But in the end it is really simple, the biggest problem is how to figure out what should you use. If you tried several things from previous hackthissite.org missions you probably figured that nothing will work here. So you came here to find new approach. And here [...]]]></description>
			<content:encoded><![CDATA[<p>OK this one might be hard to get. But in the end it is really simple, the biggest problem is how to figure out what should you use.</p>
<p><span id="more-469"></span>If you tried several things from previous hackthissite.org missions you probably figured that nothing will work here. So you came here to find new approach. And here it is! If you haven&#8217;t figured out from the very name of this mission what you should do is use cookies.</p>
<p><a href="http://en.wikipedia.org/wiki/HTTP_cookie" target="_blank">Cookies</a> are small  chunks of data saved on your computer by remote server you are accessing. You can read more on provided web site.</p>
<p>Also I suggest using following tools to complete this mission.</p>
<p>First one is <a href="http://getfirebug.com/" target="_blank">Firebug</a>, highly usable development tool for firefox. Second one is <a href="http://www.softwareishard.com/blog/firecookie/" target="_blank">Firecookie </a>this one is extension on Firefox extension. So you&#8217;ll have to install both plugins.</p>
<p>Now when you are ready open firebug tab named cookies and refresh page of 10th mission. When you&#8217;ve done that search for cookie named: <strong>level10_authorized</strong> when you find this cookie you may notice that value it contains is <strong>No</strong>, so just double click on cookie name and change value to <strong>Yes</strong> and continue with any password.</p>
<p>You should be now authorized <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/06/javascript-challenge-13-cookie" rel="bookmark" title="Wednesday 09.06.2010">JavaScript Challenge 13 :: Cookie</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/01/basic-web-hacking-13-forgotten-george" rel="bookmark" title="Friday 08.01.2010">Basic Web Hacking 13 :: Forgotten George</a></li>
<li><a href="http://www.axino.net/tutorial/2010/05/javascript-missions-7-js-obfuscation-ftw" rel="bookmark" title="Saturday 22.05.2010">Javascript Missions 7 :: JS Obfuscation. FTW!</a></li>
<li><a href="http://www.axino.net/tutorial/2009/06/hackthissiteorg-basic-5-email-to-admin-ii" rel="bookmark" title="Thursday 25.06.2009">hackthissite.org basic 5 :: email to admin II</a></li>
</ul>
<p><!-- Similar Posts took 4.731 ms --></p>
 <img src="http://www.axino.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=469" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.axino.net/hack/hack-this-site/2009/09/hackthissite-org-basic-10-my-cookie-your-cookie/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
