<?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>Vlixter.com &#187; Technology</title>
	<atom:link href="http://vlixter.com/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://vlixter.com</link>
	<description>Programming , Tech, and stuff</description>
	<lastBuildDate>Mon, 30 Aug 2010 14:50:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>TUTORIAL &#8211; How to hack the administrator password in Windows XP!</title>
		<link>http://vlixter.com/2008/05/20/tutorial-how-to-hack-the-administrator-password-in-windows-xp/</link>
		<comments>http://vlixter.com/2008/05/20/tutorial-how-to-hack-the-administrator-password-in-windows-xp/#comments</comments>
		<pubDate>Tue, 20 May 2008 21:34:26 +0000</pubDate>
		<dc:creator>radicality</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://vlixter.com/?p=69</guid>
		<description><![CDATA[Have you ever wondered how to retrieve the Windows admin password for a computer? I&#8217;ll try to be brief and explain how to do just that without using too many advanced techniques. Of course they are many ways of doing this, so I&#8217;ll outline what I find easy. Remember that this is only for educational [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever wondered how to retrieve the Windows admin password for a computer? I&#8217;ll try to be brief and explain how to do just that without using too many advanced techniques. Of course they are many ways of doing this, so I&#8217;ll outline what I find easy. Remember that this is only for educational purposes, don&#8217;t try to hack someone&#8217;s computer (unless you really need to&#8230;). Also remember that you need physical access to the computer and some time. This tutorial is for Windows XP, not sure what else it will work for.</p>
<p>Tools you will need:</p>
<blockquote>
<ul>
<li>1GB or bigger USB key (or a CD and CD burner)</li>
<li>Another any size USB key</li>
<li>Any distribution of Linux. I used Pendrive Linux and a USB key but any combination will work.</li>
<li>A computer on which to do all the installing and other work</li>
<li>The computer for which you want to retrieve the password</li>
<li>Rainbow table program <a href="http://ophcrack.sourceforge.net/">Ophcrack</a></li>
<li><a href="http://downloads.sourceforge.net/ophcrack/tables_xp_free_fast.zip">A 700MB rainbow table</a> (if the password is more complex you can use a bigger one. More on that a bit later)</li>
</ul>
</blockquote>
<p>I will write this tutorial as if you are using Pendrive Linux and USB, but you can easily port this method to CD/DVD or other variants. Below is the step by step tutorial on what exactly you need to do.</p>
<blockquote>
<ul>
<li>Format your USB stick and set the filesystem to FAT32 while formattting. If the Linux won&#8217;t work with FAT32 try FAT.</li>
<li>Download Pendrive Linux from <a href="http://downloads.sourceforge.net/pendrivelinux/Pendrivelinux08.zip">HERE</a></li>
<li>Using Winrar or another extraction program, extract the contents of Pendrive Linux into the root of your newly formatted USB drive </li>
<li>When it finishes extracting, open the USB directory, and open the file makeboot.dat. This will make your USB drive bootable</li>
<li>Your USB is ready for booting. Plug it into the computer you want to find the password for. Reboot/Start the computer</li>
<li>When booting, make sure you select USB as the boot device. This is different for every BIOS, so you will just have to figure it out yourself. It&#8217;s sometimes F9, F8, or Del key, but it could by something else </li>
<li>Wait for Pendrive linux to finish booting. You will arrive at the main screen.</li>
<li>Open the window that allows you to see all storage devices on the computer. One of the them will be the hard drive, open it and navigate to C:\Windows\system32\config/ </li>
<li>Stick your other USB key into the computer, and copy all the files from this directory onto another directoy on your USB key. You can ignore the systemprofile directory, you don&#8217;t need it.</li>
<li>Just to be safe and make sure you have the files you need, you can also copy the contents of C:\Windows\repair to another folder on your USB Key. This is just in case the other files don&#8217;t work, but most likely they will.</li>
</ul>
</blockquote>
<p> OK, you are now finished with copying the system files. What&#8217;s stored in the /config/ directory is all the passwords that are saved on the current computer, but they are encrypted, so we need a way of decrypting them. It would take forever to bruteforce, so what we will use is <a href="http://en.wikipedia.org/wiki/Rainbow_table">Rainbow Tables.</a> These are pregenerated hashes, so what the computer will do is check the hashed version of the password from the file and compare it with the table. Of course, the bigger the table the more possibilities it has, and also it&#8217;s faster. Now it&#8217;s password-cracking time</p>
<blockquote>
<ul>
<li>Download <a href="http://ophcrack.sourceforge.net/">Ophcrack.</a> It will allow us to crack the passwords.</li>
<li>Download this <a href="http://downloads.sourceforge.net/ophcrack/tables_xp_free_fast.zip">700MB rainbow table</a></li>
<li>If the password is not alpha-numeric and contains special characters, you will need a bigger table. What I recommend is to download a 35 GB rainbow table from a torrent. The torrent is available from <a href="http://umbra.shmoo.com:6969/">HERE</a>. Make sure you download the right now, or otherwise that&#8217;s a lot of bandwidth wasted!</li>
<li>Open up Opcrack and click the Tables icon. Point to your tables directory and click Install</li>
<li>Click the Load icon, and select &#8220;Encrypted SAM&#8221;. Now point the tree view to the directory to which you dumped all the files from the system32\config directory</li>
<li>Click crack and wait a little. If the passwords are complicated it might take longer. After it finishes, it presents you with all the passwords stored for this computer!</li>
</ul>
</blockquote>
<p>If it didn&#8217;t work, it might be because you are using the alphanumeric table and the password has non alphanumeric characters. If you Download the 35 GB table there is a much higher chance you will be able to crack the password! Also, it might be possible that the passwords are salted, in which I think you are out of luck, since a salt makes it really hard to decrypt the hash. Still, try the method and see what you come up with! You now have administrator access to the machine! I hope you enjoyed reading, and that you learned something. Also, remember that this is for educational purposes only, don&#8217;t use it for criminal activities! Also, sorry for no pics, maybe I&#8221;ll come up with some a bit later!</p>
]]></content:encoded>
			<wfw:commentRss>http://vlixter.com/2008/05/20/tutorial-how-to-hack-the-administrator-password-in-windows-xp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Should Schools Fingerprint Your Kids?</title>
		<link>http://vlixter.com/2007/11/26/should-schools-fingerprint-your-kids/</link>
		<comments>http://vlixter.com/2007/11/26/should-schools-fingerprint-your-kids/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 22:29:46 +0000</pubDate>
		<dc:creator>radicality</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[fingerprint]]></category>
		<category><![CDATA[school]]></category>

		<guid isPermaLink="false">http://vlixter.com/2007/11/26/should-schools-fingerprint-your-kids/</guid>
		<description><![CDATA[Original Link &#8211; http://www.time.com/time/business/article/0,8599,1665119,00.html Schools in certain states in America want to introduce fingerprint scanners in cafeterias to increase the lunch period. Using a 6 digit number was troublesome for a lot, and it shortened the lunch break which in some schools is only 20 minutes long. The schools&#8217; idea is that by using a [...]]]></description>
			<content:encoded><![CDATA[<p>Original Link &#8211; http://www.time.com/time/business/article/0,8599,1665119,00.html</p>
<p>Schools in certain states in America want to introduce fingerprint scanners in cafeterias to increase the lunch period. Using a 6 digit number was troublesome for a lot, and it shortened the lunch break which in some schools is only 20 minutes long. The schools&#8217; idea is that by using a fingerprint scanner lines would move more quickly and the students could enjoy a longer lunch break.</p>
<p><img src="http://img.timeinc.net/time/daily/2007/0709/fingerprints_0920.jpg" height="235" width="360" /></p>
<p>The information system here is biometric devices and their use. At the beginning of the year, all the children would have their fingerprints scanned and put into the school system. Then, when in a lunch line, what a child would have to do is just put their index finger on a small biometric reader. The picture of the person and other personal data would be pulled from the school server and would pop up on the cashier&#8217;s screen.</p>
<p>This development raises the ethical issue of privacy. Even though schools have a legal binding with the government that they can&#8217;t release any personal data, a lot of parents are infuriated by this new idea. One of them commented it as being Orwellian, and that he believes that this data might be compromised by 3rd parties. While the schools believe that this would be a great improvement, parents are scared about their children and no one should blame them. No one would want the personal data of their children seen by people who were never meant to see it.</p>
<p>A possible area of impact of this is the education system along with the children in it. If the system is not implemented, the children will have to stand more time in a line, have less free time during lunch which could possibly demoralize them for the next class. The impact on the school would be such that everything would be much more simplified, and no one would have to go through the trouble if they forgot their student ID. They would have their fingerprint with them for payment. Other stakeholders apart from the children and schools include the parents who are terribly nervous about their children&#8217;s privacy, and the biometrics companies, for which schools are slowly becoming good customer of.</p>
]]></content:encoded>
			<wfw:commentRss>http://vlixter.com/2007/11/26/should-schools-fingerprint-your-kids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
