<?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; security</title>
	<atom:link href="http://www.axino.net/tag/security/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 basic 7 :: calendar is it!</title>
		<link>http://www.axino.net/tutorial/2009/07/hackthissite-org-basic-7-calendar-is-it</link>
		<comments>http://www.axino.net/tutorial/2009/07/hackthissite-org-basic-7-calendar-is-it#comments</comments>
		<pubDate>Wed, 01 Jul 2009 00:38:27 +0000</pubDate>
		<dc:creator>Arxleol</dc:creator>
				<category><![CDATA[hackthissite.org]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[hackthissite]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[solution]]></category>

		<guid isPermaLink="false">http://www.axino.net/?p=433</guid>
		<description><![CDATA[Here our dear administrator Sam started using linux and made small script to display calendars. Let&#8217;s try inserting something in the view box. If you enter some number you will get calendar for the year. If you leave field blank you will receive calendar for the following month. Now thing you should now about bash [...]]]></description>
			<content:encoded><![CDATA[<p>Here our dear administrator Sam started using linux and made small script to display calendars. <span id="more-433"></span>Let&#8217;s try inserting something in the view box. If you enter some number you will get calendar for the year. If you leave field blank you will receive calendar for the following month. Now thing you should now about <strong>bash</strong> is that you can separate commands by <strong>semi-column</strong> after that you should use some command to list files in the directory which is <strong>ls</strong>. So you can now formulate your input as following:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">;<span style="color: #c20cb9; font-weight: bold;">ls</span></pre></div></div>

<p>Now you should have obtained something similar to the following output:</p>
<blockquote>
<pre>         July 2009
Mon Tue Wed Thu Fri Sat Sun
          1   2   3   4   5
  6   7   8   9  10  11  12
 13  14  15  16  17  18  19
 20  21  22  23  24  25  26
 27  28  29  30  31

.
..
level7.php
cal.pl

index.php
k1kh31b1n55h.php
perl5.8.9.core</pre>
</blockquote>
<p>You see here some files, and as in the introduction of mission file is obscurely named as <strong> k1kh31b1n55h.php </strong>and what should we do now is to copy this into URL and open to receive password. Your URL should be something like this: <em>http://www.hackthissite.org/missions/basic/7/k1kh31b1n55h.php </em></p>
<p>After you open this URL you will receive password: <strong>077a79c1</strong><br />
For further reading I suggest if you would like to learn more about bash commands go<a href="http://www.ss64.com/bash/" target="_blank"> here</a>.<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.axino.net/tutorial/2009/07/hackthissite-org-basic-8-ssi" rel="bookmark" title="Friday 03.07.2009">hackthissite.org basic 8 :: SSI</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>
<li><a href="http://www.axino.net/tutorial/2009/07/hackthissite-org-basic-9-tricky-easy-not" rel="bookmark" title="Sunday 05.07.2009">hackthissite.org basic 9 :: tricky easy not</a></li>
<li><a href="http://www.axino.net/tutorial/2009/01/psd-support-for-paintnet" rel="bookmark" title="Thursday 22.01.2009">PSD support for Paint.net</a></li>
<li><a href="http://www.axino.net/hack/hackertestnet/2009/11/hackertest-net-level-14-gif-layers" rel="bookmark" title="Friday 27.11.2009">hackertest.net level 14 :: gif layers</a></li>
</ul>
<p><!-- Similar Posts took 5.127 ms --></p>
 <img src="http://www.axino.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=433" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.axino.net/tutorial/2009/07/hackthissite-org-basic-7-calendar-is-it/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>hackthissite.org basic 6 :: encryption system</title>
		<link>http://www.axino.net/tutorial/2009/06/hackthissiteorg-basic-6-encryption-system</link>
		<comments>http://www.axino.net/tutorial/2009/06/hackthissiteorg-basic-6-encryption-system#comments</comments>
		<pubDate>Fri, 26 Jun 2009 18:38:59 +0000</pubDate>
		<dc:creator>Arxleol</dc:creator>
				<category><![CDATA[hackthissite.org]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[solution]]></category>

		<guid isPermaLink="false">http://www.axino.net/?p=424</guid>
		<description><![CDATA[In the following mission we will try to decrypt Sam&#8217;s password. We have obtained encrypted password and encrypter therefore therefore we ought to have all we need to decrypt the string obtained. Mission begins with the following introduction: An encryption system has been set up, which uses an unknown algorithm to change the text given. [...]]]></description>
			<content:encoded><![CDATA[<p>In the following mission we will try to decrypt Sam&#8217;s password. We have obtained encrypted password and encrypter therefore therefore we ought to have all we need to decrypt the string obtained.</p>
<p><span id="more-424"></span>Mission begins with the following introduction:</p>
<blockquote><p>An encryption system has been set up, which uses an unknown algorithm to change the text given. Requirements: Persistence, some general cryptography knowledge.</p></blockquote>
<p>Here is string I got for mission:</p>
<blockquote><p><strong>8g6f;k&gt;m</strong></p></blockquote>
<p>Now we have to figure out encryption algorithm. So let&#8217;s begin checking encryption. When I enter empty string I get <strong>&#8220;</strong> so I decided to enter <strong>aaa</strong> and then I obtained <strong>abc</strong>. This got me on right track. So I tried to enter <strong>111</strong> and I obtained <strong>123</strong> this is enough to figure that algorithm works in following way using ASCII table to increase character for the position it is on.</p>
<p>Let me explain, if <strong>a</strong> is on second place we get <strong>b</strong> if <strong>a </strong>is on third position we get <strong>c</strong> and so on. The same is with numbers.</p>
<p>So let&#8217;s decrypt string above:</p>
<blockquote><p><strong>8f4c7f8f</strong></p></blockquote>
<p>I hope this helps.<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.axino.net/hack/hackertestnet/2009/01/hackertestnet-level-9-hidden-or-not" rel="bookmark" title="Wednesday 28.01.2009">hackertest.net level 9 :: Hidden or not</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>
<li><a href="http://www.axino.net/scribing/2010/01/axino-net-birthday" rel="bookmark" title="Thursday 07.01.2010">Axino.net birthday</a></li>
<li><a href="http://www.axino.net/tutorial/2010/07/tracking-challenge-2-intruder-tracking" rel="bookmark" title="Thursday 15.07.2010">Tracking Challenge 2 :: Intruder tracking</a></li>
<li><a href="http://www.axino.net/tutorial/2009/11/basic-web-hacking-8-simple-sql" rel="bookmark" title="Monday 16.11.2009">Basic web hacking 8 :: simple SQL</a></li>
</ul>
<p><!-- Similar Posts took 5.003 ms --></p>
 <img src="http://www.axino.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=424" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.axino.net/tutorial/2009/06/hackthissiteorg-basic-6-encryption-system/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Kaminsky bug</title>
		<link>http://www.axino.net/hack/2009/06/kaminsky-bug</link>
		<comments>http://www.axino.net/hack/2009/06/kaminsky-bug#comments</comments>
		<pubDate>Mon, 01 Jun 2009 19:57:06 +0000</pubDate>
		<dc:creator>Arxleol</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Scribing]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[LAN]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[web site]]></category>

		<guid isPermaLink="false">http://www.axino.net/?p=348</guid>
		<description><![CDATA[If you haven&#8217;t heared about Kaminsky but yet here you go. Here is nice explanation video. Also you can perform checks whether your servers or domains are in fact secure. As you can see this domain is not safe But do some reading about it, it is interesting bug in the DNS system though known [...]]]></description>
			<content:encoded><![CDATA[<p>If you haven&#8217;t heared about Kaminsky but yet here you go.<span id="more-348"></span></p>
<p>Here is nice explanation <a href="http://www.kaminskybug.se/movie_en/" target="_blank">video</a>. Also you can perform checks whether your servers or domains are in fact secure. As you can see this domain is not safe <img src='http://www.axino.net/wordpress/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>But do some reading about it, it is interesting bug in the DNS system though known for some time it was not exploited or there was no one able to exploit it. However constant increase in CPU and bandwidth have made it possible.<strong>Similar Posts:</strong>
<ul class="similar-posts">
<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/programming/javascript-programming/2009/10/kingsagex-version-0-55" rel="bookmark" title="Saturday 03.10.2009">KingsAgeX :: version 0.55</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/scribing/2009/07/first-half-year-of-axino-net" rel="bookmark" title="Saturday 11.07.2009">First half year of Axino.net</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 4.704 ms --></p>
 <img src="http://www.axino.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=348" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.axino.net/hack/2009/06/kaminsky-bug/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keylogger in C# :: Hooking and unhooking keyboard hook</title>
		<link>http://www.axino.net/tutorial/2009/05/keylogger-in-c-hooking-and-unhooking-keyboard-hook</link>
		<comments>http://www.axino.net/tutorial/2009/05/keylogger-in-c-hooking-and-unhooking-keyboard-hook#comments</comments>
		<pubDate>Thu, 07 May 2009 11:49:36 +0000</pubDate>
		<dc:creator>Arxleol</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[xp]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[windows vista]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.axino.net/?p=329</guid>
		<description><![CDATA[Now I take that you did in fact checked my introduction to this topic of keylogger. If you did then you may procede if you did not then I woudl suggest that you back there make some reading and understanding. Now I will discuss simple ways to connect to hook that is hooking and unhooking [...]]]></description>
			<content:encoded><![CDATA[<p>Now I take that you did in fact checked my <a href="http://www.axino.net/tutorial/2009/02/keylogger-in-c-introduction" target="_blank">introduction</a> to this topic of keylogger. If you did then you may procede if you did not then I woudl suggest that you back there make some reading and understanding. Now I will discuss simple ways to connect to hook that is <strong>hooking and unhooking</strong> our keyboard hook.</p>
<p><span id="more-329"></span>So what&#8217;s this all about. I take that you have made aplication in C# already it should be windows form application preferablty since that way we will be on the same road during this learnign process.</p>
<p>If you have form you should place some button on the forum and double click it. This will open you function that will be called when your button is clicked. Now we need to add some chunk of code that will initiate and destroy hook when not needed.</p>
<p>First, of all to easy our procudere we will be using two buttons start and stop.</p>
<p>This is the code that start button should contain:</p>

<div class="wp_syntax"><div class="code"><pre class="csharp" style="font-family:monospace;">Hook.<span style="color: #0000FF;">CreateHook</span><span style="color: #000000;">&#40;</span>KeyReaderr<span style="color: #000000;">&#41;</span><span style="color: #008000;">;</span>
&nbsp;
button2.<span style="color: #0000FF;">Enabled</span> <span style="color: #008000;">=</span> true<span style="color: #008000;">;</span>
button1.<span style="color: #0000FF;">Enabled</span> <span style="color: #008000;">=</span> false<span style="color: #008000;">;</span></pre></div></div>

<p>You see we are calling function in the class hook created in the previous post. And as parameter we have to input name of method that will be used in the process of detecting pressed keys.</p>
<p>The last two lines of code are in fact just to disable and enable buttons so that when we have hook already initiated there may not be initiated another hook.</p>

<div class="wp_syntax"><div class="code"><pre class="csharp" style="font-family:monospace;">            Hook.<span style="color: #0000FF;">DestroyHook</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #008000;">;</span>
            button2.<span style="color: #0000FF;">Enabled</span> <span style="color: #008000;">=</span> false<span style="color: #008000;">;</span>
            button1.<span style="color: #0000FF;">Enabled</span> <span style="color: #008000;">=</span> true<span style="color: #008000;">;</span></pre></div></div>

<p>Destroying hook is even easier now we just call method in Hook class, that will do job for us. And as said before now switch enabled buttons.</p>
<p>Now you should have working project that is form and two buttons that when pressed will hook and unhook us. However, before you procede you should have method for reading keys this will be discussed in the next post. But here is definition of that method:</p>

<div class="wp_syntax"><div class="code"><pre class="csharp" style="font-family:monospace;"><span style="color: #0600FF;">public</span> <span style="color: #0600FF;">void</span> KeyReaderr<span style="color: #000000;">&#40;</span>IntPtr wParam, IntPtr lParam<span style="color: #000000;">&#41;</span></pre></div></div>

<p>As you can notice it is delagating our keyhandler from the introduction.</p>
<p>Good luck <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/hack/2009/11/finished-keylogger-in-c" rel="bookmark" title="Sunday 01.11.2009">Finished keylogger in C#</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/2009/10/keylogger-in-c-detecting-pressed-keys" rel="bookmark" title="Monday 26.10.2009">Keylogger in C# :: Detecting pressed keys</a></li>
<li><a href="http://www.axino.net/hack/2009/10/keylogger-in-c-hiding-unhiding" rel="bookmark" title="Thursday 29.10.2009">Keylogger in C# :: Hiding &#038;&#038; unhiding</a></li>
<li><a href="http://www.axino.net/tutorial/2009/02/keylogger-in-c-introduction" rel="bookmark" title="Friday 06.02.2009">Keylogger in C# :: Introduction</a></li>
</ul>
<p><!-- Similar Posts took 5.173 ms --></p>
 <img src="http://www.axino.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=329" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.axino.net/tutorial/2009/05/keylogger-in-c-hooking-and-unhooking-keyboard-hook/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Bypassing BIOS password</title>
		<link>http://www.axino.net/tutorial/hardware/2009/05/bypassing-bios-password</link>
		<comments>http://www.axino.net/tutorial/hardware/2009/05/bypassing-bios-password#comments</comments>
		<pubDate>Sun, 03 May 2009 21:07:11 +0000</pubDate>
		<dc:creator>Arxleol</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[bios]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.axino.net/?p=321</guid>
		<description><![CDATA[Image via Wikipedia If you don&#8217;t want to read me rumbling just click read more and continue from there. Well, if you work with computers on daily basis you will find yourself often in trouble. And sooner or later you&#8217;ll find yourself in never-lands of Internet searching for some solution trick idea how to solve [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img zemanta-action-dragged" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 210px;">
<dt class="wp-caption-dt"><a href="http://en.wikipedia.org/wiki/Image:AwardBIOS_CMOS_Setup_Utility.png"><img title="Snapshot of the Phoenix AwardBIOS setup TUI" src="http://upload.wikimedia.org/wikipedia/en/thumb/c/c8/AwardBIOS_CMOS_Setup_Utility.png/200px-AwardBIOS_CMOS_Setup_Utility.png" alt="Snapshot of the Phoenix AwardBIOS setup TUI" width="200" height="147" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://en.wikipedia.org/wiki/Image:AwardBIOS_CMOS_Setup_Utility.png">Wikipedia</a></dd>
</dl>
</div>
</div>
<p>If you don&#8217;t want to read me rumbling just click read more and continue from there.</p>
<p>Well, if you work with computers on daily basis you will find yourself often in trouble. And sooner or later you&#8217;ll find yourself in never-lands of Internet searching for some solution trick idea how to solve your simple problem. Now I work as sysadmin in small company and as things are usual I got computer to reinstall operating system there well to install XP but computer is well protected and so on and I don&#8217;t have BIOS password. I was</p>
<p>Almost pulling my hairs already and one friend that studies with me says just pull out battery and it should reset to default settings.</p>
<p><span id="more-321"></span></p>
<p>So in essence it is easy to enter BIOS even if its protected with password. You have to open your computer check on the motherboard and find small battery there pull this battery out and wait few minutes and it should then be at default settings. SO you will not require password anymore.<br />
Now problem that might occur with this is that when you do this you effectively leave notice to someone else if s/he protected that computer. There is even bigger problem in case that your computer is under guarantee period in which you may not open your computer case since this will void guarantee.</p>
<p>Another problem that will arise if you have laptop since first of all it is hard to open laptop and when you do succeed in opening that small box. You might find out that battery is soldered onto the motherboard making this task even more difficult.</p>
<p>And the last problem that many of the newer motherboards do not have in fact BIOS password stored in manner that requires continues supply of power. So even if you manage to pull out battery password will stay in affect, but maybe then CMOS chip will return to its initial state and if you needed just to install windows it should work for you <img src='http://www.axino.net/wordpress/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><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/04/linux-os-virtualization" rel="bookmark" title="Monday 27.04.2009">Linux OS &#8211; virtualization checkout</a></li>
<li><a href="http://www.axino.net/tutorial/2009/11/basic-web-hacking-12-include-me-in" rel="bookmark" title="Saturday 21.11.2009">Basic web hacking 12 :: include me in</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/2010/05/hack-test-com-5-annoying-window" rel="bookmark" title="Wednesday 12.05.2010">hack-test.com 5 :: annoying window</a></li>
<li><a href="http://www.axino.net/tutorial/2009/05/shutting-down-windows-over-network" rel="bookmark" title="Saturday 02.05.2009">Shutting down windows over network</a></li>
</ul>
<p><!-- Similar Posts took 5.026 ms --></p>
 <img src="http://www.axino.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=321" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.axino.net/tutorial/hardware/2009/05/bypassing-bios-password/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
