<?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>Hacking-Gurus &#187; windows</title>
	<atom:link href="http://www.hacking-gurus.net/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hacking-gurus.net</link>
	<description>Security Blog</description>
	<lastBuildDate>Thu, 19 Jan 2012 21:06:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Recover Active Directory Saved Passwords or mscash with John</title>
		<link>http://www.hacking-gurus.net/2009/05/17/recover-or-hack-active-directory-saved-passwords-or-mscash-with-john/</link>
		<comments>http://www.hacking-gurus.net/2009/05/17/recover-or-hack-active-directory-saved-passwords-or-mscash-with-john/#comments</comments>
		<pubDate>Sun, 17 May 2009 05:26:52 +0000</pubDate>
		<dc:creator>r00t</dc:creator>
				<category><![CDATA[Password Recovery]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[Abel]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[cachedump]]></category>
		<category><![CDATA[cain]]></category>
		<category><![CDATA[cracking]]></category>
		<category><![CDATA[cygwin]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[miccrosoft]]></category>
		<category><![CDATA[mscash]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.hacking-gurus.net/?p=115</guid>
		<description><![CDATA[Hello Everyone , if you use active directory you may notice windows xp sometimes allows you to login to computer even if your network is unplugged. this is because microsoft save your active directory password hash into your system registry using some algorithm named as MSCASH . there are many tools availble on internet to [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.hacking-gurus.net/2009/05/17/recover-or-hack-active-directory-saved-passwords-or-mscash-with-john/";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "";
		digg_window = "new";
		digg_title = "Recover+Active+Directory+Saved+Passwords+or+mscash+with+John";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "Hello Everyone ,if you use active directory you may notice windows xp sometimes allows you to login to computer even if your network is unplugged. this is because microsoft save your active directory password hash into your system registry using some algorithm named as MSCASH . there are many tools availble on internet to dump or to get these password...";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>Hello Everyone ,</p>
<p>if you use active directory you may notice windows xp sometimes allows you to login to computer even if your network is unplugged. this is because microsoft save your active directory password hash into your system registry using some algorithm named as <em><strong>MSCASH</strong></em> . there are many tools availble on internet to dump or to get these password hashes from registry.Password hash is saved in the <span class="interwiki iw_wp">Windows registry</span> and by default saved 10 hashes.you can read more about <a href="http://openwall.info/wiki/john/MSCash" target="_blank">mscash </a>here .</p>
<p><span id="more-115"></span></p>
<p><strong>Tools :</strong></p>
<p><strong><em>cachedump:</em></strong></p>
<p>i personally first used cachedump a great dos based tool with which u can get saved active directory password hash.</p>
<p>you can download cachedump <a href="http://www.hacktoolrepository.com/files/Passwords/CacheDump/cachedump-1.2.zip" target="_blank">here</a> .</p>
<p><em><strong>Cain        &amp; Abel : </strong></em></p>
<p>the second great tool availble to dump AD {active directory} saved hashes is Cain        &amp; Abel you can download Cain        &amp; Abel <a href="http://www.oxid.it/" target="_blank">here</a></p>
<div id="attachment_117" class="wp-caption alignleft" style="width: 160px"><img class="size-thumbnail wp-image-117" title="recover lost active directory password" src="http://www.hacking-gurus.net/wp-content/uploads/2009/05/300_password0-150x150.jpg" alt="Recover Password" width="150" height="150" /><p class="wp-caption-text">Recover Password</p></div>
<p>.</p>
<p><strong>Second Part Crack Password : </strong></p>
<p>now as you have your lost password hash you can use john the ripper with a small patch to crack your lost password mscash hash.</p>
<p>first you need a linux (ubuntu will be ok ) machine to use john. offcourse u can use windows but i will preffer linux as i dont know how we can patch john for mscash support ( i think you can do it using cygwin ). ok lets download and install john and patch it.</p>
<p><strong>Rule # 1 :</strong> Don&#8217;t install john using apt-get install john ( if u do have thats ok but we will not be using that ) .</p>
<p><strong>Step # 1 :</strong> login to your linux box.</p>
<p><strong>Step # 2:</strong> download john 1.72 using :</p>
<p><code> wget -c ftp://ftp.openwall.com/pub/projects/john/1.7.2/john-1.7.2.tar.gz </code></p>
<p><strong>Step # 3: </strong>extract john using :</p>
<p><code>tar xzf john-1.7.2.tar.gz</code></p>
<p><strong>Step # 4:</strong> download patch for mscash using :</p>
<p><code>wget http://coast.cs.purdue.edu/pub/tools/unix/pwdutils/john/contrib/john-1.7.2-mscash-alainesp-4.1.diff.gz</code></p>
<p><strong>Step # 5: </strong>Rename john to :</p>
<p><code>mv john-1.7.2 john-1.7.2.orig</code></p>
<p><strong>Step # 6:</strong> patch john using :</p>
<p><code> gunzip -c john-1.7.2-mscash-alainesp-4.1.diff.gz | patch -p0 </code></p>
<p><strong>Step # 7:</strong> make John the ripper</p>
<p><code> cd john-1.7.2.orig/src &amp;&amp; make linux-x86-mmx (depend on your system architect) </code></p>
<p><strong>Step # 8: </strong> start cracking password using :</p>
<p><code>../run/john -i:all -format:mscash [filepath] </code></p>
<p>I hope this would help you. <strong>Please post comments and feedback.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hacking-gurus.net/2009/05/17/recover-or-hack-active-directory-saved-passwords-or-mscash-with-john/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Crack MD5 Password Hash Online</title>
		<link>http://www.hacking-gurus.net/2009/04/30/crack-md5-password-hash-online/</link>
		<comments>http://www.hacking-gurus.net/2009/04/30/crack-md5-password-hash-online/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 03:23:19 +0000</pubDate>
		<dc:creator>r00t</dc:creator>
				<category><![CDATA[Database Security]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Password Recovery]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Tutorialz]]></category>
		<category><![CDATA[Website Security]]></category>
		<category><![CDATA[cheatsheet]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[db]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[hacked]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[passwd]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web security]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.hacking-gurus.net/?p=111</guid>
		<description><![CDATA[Hello , below is some links to crack md5 password hashes online , i will keep this post updated with all online links for cracking md5. http://gdataonline.com http://md5.rednoize.com http://ice.breaker.free.fr http://www.milw0rm.com/md5/ http://shm.hard-core.pl/md5/ http://www.hashchecker.com http://lasecwww.epfl.ch/%7Eoechslin/projects/ophcrack/ http://md5.benramsey.com http://md5.altervista.org http://shm.hard-core.pl http://plain-text.info http://www.passcracking.ru/ http://www.securitystats.com/tools/hashcrack.php http://www.xmd5.org/index_en.htm]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.hacking-gurus.net/2009/04/30/crack-md5-password-hash-online/";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "";
		digg_window = "new";
		digg_title = "Crack+MD5+Password+Hash+Online";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "Hello ,below is some links to crack md5 password hashes online , i will keep this post updated with all online links for cracking md5.http://gdataonline.comhttp://md5.rednoize.comhttp://ice.breaker.free.frhttp://www.milw0rm.com/md5/http://shm.hard-core.pl/md5/http://www.hashchecker.comhttp://lasecwww.epfl.ch/%7Eoechslin/projects/ophcrack/http://md5.benramsey.comhttp://md5.altervista.orghttp://shm.hard-core.plhttp://plain-text.infohttp://www.passcracking.ru/http://www.securitystats.com/tools/hashcrack.phphttp://www.xmd5.org/index_en.htm";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>Hello ,</p>
<p>below is some links to crack md5 password hashes online , i will keep this post updated with all online links for cracking md5.</p>
<p><span id="more-111"></span></p>
<p><a href="http://gdataonline.com" target="_blank">http://gdataonline.com</a><br />
<a href="http://md5.rednoize.com" target="_blank">http://md5.rednoize.com</a><br />
<a href="http://ice.breaker.free.fr" target="_blank">http://ice.breaker.free.fr</a><br />
<a href="http://www.milw0rm.com/md5/" target="_blank"><strong>http://www.milw0rm.com/md5/</strong></a><br />
<a href="http://shm.hard-core.pl/md5/" target="_blank">http://shm.hard-core.pl/md5/</a><br />
<a href="http://www.hashchecker.com" target="_blank">http://www.hashchecker.com</a><br />
<a href="http://lasecwww.epfl.ch/%7Eoechslin/projects/ophcrack/" target="_blank">http://lasecwww.epfl.ch/%7Eoechslin/projects/ophcrack/</a><br />
<a href="http://md5.benramsey.com" target="_blank">http://md5.benramsey.com</a><br />
<a href="http://md5.altervista.org" target="_blank">http://md5.altervista.org</a><br />
<a href="http://shm.hard-core.pl" target="_blank">http://shm.hard-core.pl</a><br />
<a href="http://plain-text.info" target="_blank">http://plain-text.info</a><br />
<a href="http://www.passcracking.ru/" target="_blank">http://www.passcracking.ru/</a><br />
<a href="http://www.securitystats.com/tools/hashcrack.php" target="_blank">http://www.securitystats.com/tools/hashcrack.php</a><br />
<a href="http://www.xmd5.org/index_en.htm" target="_blank">http://www.xmd5.org/index_en.htm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hacking-gurus.net/2009/04/30/crack-md5-password-hash-online/feed/</wfw:commentRss>
		<slash:comments>39</slash:comments>
		</item>
		<item>
		<title>Remove XAMPP Windows 500 Internal Server Error</title>
		<link>http://www.hacking-gurus.net/2009/04/26/remove-xampp-windows-500-internal-server-error/</link>
		<comments>http://www.hacking-gurus.net/2009/04/26/remove-xampp-windows-500-internal-server-error/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 18:02:10 +0000</pubDate>
		<dc:creator>r00t</dc:creator>
				<category><![CDATA[Tutorialz]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[500 error]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://www.hacking-gurus.net/?p=99</guid>
		<description><![CDATA[Hello , you may have observed that xampp&#8217;s apache gave out 500 internal server error when you try to run wordpress on any other script that use apache rewrite module , you can get rid of that simple uncomment a line in httpd.conf if you install xampp in default location c:\xampp then you can find [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.hacking-gurus.net/2009/04/26/remove-xampp-windows-500-internal-server-error/";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "";
		digg_window = "new";
		digg_title = "Remove+XAMPP+Windows+500+Internal+Server+Error";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "Hello ,you may have observed that xampp&#8217;s apache gave out 500 internal server error when you try to run wordpress on any other script that use apache rewrite module ,you can get rid of that simple uncomment a line in httpd.confif you install xampp in default location c:\xamppthen you can find apache conf file inc:\xampp\apache\confopen httpd.conf...";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p><img class="alignleft size-thumbnail wp-image-103" title="xampp-logo-hacking-gurus" src="http://www.hacking-gurus.net/wp-content/uploads/2009/04/20-xampp-logo-trio-150x150.jpg" alt="xampp-logo-hacking-gurus" width="150" height="150" />Hello ,</p>
<p><span id="more-99"></span></p>
<p>you may have observed that xampp&#8217;s apache gave out 500 internal server error when you try to run wordpress on any other script that use apache rewrite module ,</p>
<p>you can get rid of that simple uncomment a line in httpd.conf</p>
<p>if you install xampp in default location c:\xampp</p>
<p>then you can find apache conf file in</p>
<p>c:\xampp\apache\conf</p>
<p>open httpd.conf in wordpad or notepad++ or notepad</p>
<p>find :</p>
<p><em>#LoadModule rewrite_module modules/mod_rewrite.so</em></p>
<p>and replace it with :</p>
<p><em>LoadModule rewrite_module modules/mod_rewrite.so</em></p>
<p>note # is removed , now just stop apache using xampp control panel and then start it and it will work ,</p>
<p>please post your feedback if this helps.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hacking-gurus.net/2009/04/26/remove-xampp-windows-500-internal-server-error/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Lost Windows Vista Password Hack</title>
		<link>http://www.hacking-gurus.net/2009/04/08/lost-windows-vista-password-hack/</link>
		<comments>http://www.hacking-gurus.net/2009/04/08/lost-windows-vista-password-hack/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 17:53:40 +0000</pubDate>
		<dc:creator>r00t</dc:creator>
				<category><![CDATA[Password Recovery]]></category>
		<category><![CDATA[Tutorialz]]></category>
		<category><![CDATA[hacked]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[password meter]]></category>
		<category><![CDATA[permission]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[repair]]></category>
		<category><![CDATA[reset password]]></category>
		<category><![CDATA[reset vista password in 5 minutes]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.hacking-gurus.net/?p=74</guid>
		<description><![CDATA[Have you forgotten your windows vista password ?   you cannot login to your  computer / laptop ? No worries you can hack windows vista to reset your windows vista password. Requirements : 1 ) Windows Vista DVD 2 ) Computer with Windows Vista Please follow steps below to reset your Windows Vista Password in 10 [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.hacking-gurus.net/2009/04/08/lost-windows-vista-password-hack/";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "";
		digg_window = "new";
		digg_title = "Lost+Windows+Vista+Password+Hack";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = " Have you forgotten your windows vista password ?   you cannot login to your  computer / laptop ? No worries you can hack windows vista to reset your windows vista password.Requirements :1 ) Windows Vista DVD2 ) Computer with Windows VistaPlease follow steps below to reset your Windows Vista Password in 10 minutes.Steps : 1. Insert the Windows Vista...";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p><span style="color: #339966;"><span style="text-decoration: underline;"><strong><img class="alignleft size-medium wp-image-79" title="forgot password?" src="http://www.hacking-gurus.net/wp-content/uploads/2009/04/forgot_password-281x300.jpg" alt="forgot password?" width="142" height="150" /></strong></span></span><span style="color: #ff0000;"><strong> Have you forgotten your windows vista password ?   you cannot login to your  computer / laptop ?</strong></span><span style="color: #339966;"><strong> </strong><span style="text-decoration: underline;"><strong>No worries you can hack windows vista to reset your windows vista password.</strong></span></span></p>
<p><span id="more-74"></span></p>
<p><span style="color: #339966;"><span style="text-decoration: underline;"><strong><br />
</strong></span></span></p>
<p>Requirements :</p>
<p><strong>1 )</strong> Windows Vista DVD<br />
<strong>2 )</strong> Computer with Windows Vista</p>
<p><em><strong>Please follow steps below to reset your Windows Vista Password in 10 minutes.</strong></em></p>
<p><strong>Steps : </strong></p>
<p><strong>1.</strong> Insert the Windows Vista DVD into the DVD drive and then restart the computer.<br />
<strong>2.</strong> Change Boot Options 1st Priority to Optical Drive.<br />
<strong>3.</strong> When system booting up, if the message &#8220;Press any key to boot from cd&#8221; appears, immediately press Enter.<br />
<strong>4.</strong> On Language Settings, Time and Currency and Keyboard Layout screen, just choose the correct settings then click Next.<br />
<strong>5.</strong> On Install Now screen, click Repair. Note: Click No just in case you get the message: Windows found problems with your computer&#8217;s startup options.<br />
<strong>6.</strong> On the System Recovery Options screen, under Operating System, click Windows Vista then click Next. Then select Command Prompt.<br />
<strong>7.</strong> At the command prompt windows, type the following command then press Enter after typing each command:<br />
<span style="text-decoration: underline;"> c:<br />
cd windows\system32<br />
echo ~takeown /f %1 /r /d y &gt; TakeControlOf.cmd<br />
echo ~icacls %1 /grant administrators:F /t<br />
ren Magnify.exe Magnify.old<br />
ren cmd.exe Magnify.exe</span><br />
<strong>8.</strong> Restart the computer.<br />
<strong>9.</strong> On the Welcome Screen, click the Ease button.<br />
<strong>10.</strong> Check Make items on the screen larger then click OK.<br />
<strong>11. </strong>At the prompt, type the command then press Enter.</p>
<p><span style="text-decoration: underline;">net user Administrator /active:yes<br />
exit</span><br />
<strong>12.</strong> Restart the computer.</p>
<p><strong><br />
13.</strong> At the welcome screen, logon using the local administrator account.<br />
<strong>14.</strong> Access Control Panel then click User Accounts. Select the username of the account you can&#8217;t login to then remove the password.<br />
<strong>15.</strong> Log off on the current local administrator account your are logon to.<br />
<strong>16.</strong> Check if you can logon to your user account now.<br />
<strong>17.</strong> Open<span style="text-decoration: underline;"> c:\windows\system32</span>.<br />
<strong>18.</strong> Right click on Magnify.exe, select Properties -&gt; Security -&gt; Advanced -&gt; Owner -&gt; Edit -&gt; Administrators then click OK.<br />
<strong>19. </strong>Select Edit -&gt; Administrators -&gt; Full Control then click Apply then OK.<br />
<strong>20.</strong> Rename Magnify.old to Magnify.exe<br />
<strong>21.</strong> Open command prompt then type the command then press Enter.<br />
<span style="text-decoration: underline;">net user Administrator /active:no</span></p>
<p>i hope this will help you <img src='http://www.hacking-gurus.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  feedback will be appreciate.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hacking-gurus.net/2009/04/08/lost-windows-vista-password-hack/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>How To Catch A Hacker</title>
		<link>http://www.hacking-gurus.net/2009/04/04/how-to-catch-a-hacker/</link>
		<comments>http://www.hacking-gurus.net/2009/04/04/how-to-catch-a-hacker/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 18:35:32 +0000</pubDate>
		<dc:creator>r00t</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorialz]]></category>
		<category><![CDATA[hacked]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.hacking-gurus.net/?p=64</guid>
		<description><![CDATA[How To Catch A Hacker I just wrote this guide to give you some tips of which you may not have heard yet. Hopefully, it won&#8217;t come to a hacker getting in, but if it does&#8230; Tip 1: Hackers cover their tracks. Experienced hackers cover them more thorougly, but amateur hackers sometimes leave things behind. [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.hacking-gurus.net/2009/04/04/how-to-catch-a-hacker/";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "";
		digg_window = "new";
		digg_title = "How+To+Catch+A+Hacker";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "How To Catch A HackerI just wrote this guide to give you some tips of which you may not have heard yet. Hopefully, it won&#8217;t come to a hacker getting in, but if it does&#8230;Tip 1: Hackers cover their tracks. Experienced hackers cover them more thorougly, but amateur hackers sometimes leave things behind. Don&#8217;t expect them to leave any really...";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>How To Catch A Hacker</p>
<p>I just wrote this guide to give you some tips of which you may not have heard yet. Hopefully, it won&#8217;t come to a hacker getting in, but if it does&#8230;</p>
<p><span id="more-64"></span></p>
<p>Tip 1: Hackers cover their tracks. Experienced hackers cover them more thorougly, but amateur hackers sometimes leave things behind. Don&#8217;t expect them to leave any really big evidence behind; expect more of little things here and there you might find surprising. For example, if you&#8217;re writing a term paper and a black hat hacker accidently saved it when he took a paragraph out- that&#8217;s suspicious. Where did that paragraph go? Well, for one thing, now you know he was in that area. Check the folders surrounding the file- you might find something.</p>
<p>Tip 2: Decipher between the type of hackers that are attacking you. Experienced hackers will have a more in depth look around when they penetrate your system. They won&#8217;t touch much because they know that that won&#8217;t add too much to their knowledge. But if you know a hacker&#8217;s been in, and some files are messed with, and you have a log of someone guessing passwords to a file or something of that sort, its probably some newbie who&#8217;s just starting out. These are the easiest hackers to catch. They usually get so caught up in thoughts like &#8220;I&#8217;m in!&#8221; that they forget the basics, such as work behind a proxy.</p>
<p>My friend was setting up a webserver once. His first time too, and he wasn&#8217;t to anxious to set up some good software to protect against hackers and viruses. He didn&#8217;t put up one IDS, and before you know it, the obvious happened. But this time, a newbie had struck. The nice log files showed, bluntly across the screen, multiple instances of a foreign IP address that stood out. Some stupid newbie had tried to login as &#8220;uucp&#8221; on my friend&#8217;s XP computer, with a password of &#8220;uucp.&#8221; Well, that&#8217;s great, but he also had tried the same user/pass combination three times, enough to get himself logged nicely. Even a semi-brainless user with some form of neurological system knows that uucp isn&#8217;t a default XP account. Again, excitement toiled this hacker&#8217;s brain, and maybe if he hadn&#8217;t done that, along with a few other stupid things, he wouldn&#8217;t have gotten caught. What other things did he do? Well, lets see. He openned 35 instances of MS-DOS. He tried to clean the printer&#8217;s heads, and he edited a .gif in notepad. Then he uninstalled a few programs and installed some html editor, and replaced four files with the words &#8220;14P.&#8221;</p>
<p>He might as well have posted his phone number. In a few days, we had tracked him down to a<br />
suburban town in Ohio. We let him go, not pressing any charges, because he had done nothing really damaging and had provided me with an example of a moron for this guide.</p>
<p>Tip 3: Don&#8217;t go crazy if you lose data. Chances are, if it was that important, you would have backed it up anyway. Most hackers nowadays wish they were back in 1989 when they could use a Black Box and having a Rainbow Book actually meant something. Most hackers aren&#8217;t blackhat, they are whitehat, and some even greyhat. But in the end, most hackers that are in systems aren&#8217;t satisfied by looking around. From past experiences, I have concluded that many hackers like to remember where&#8217;ve they been. So, what do they do? They either press delete here and there, or copy some files onto their systems. Stupid hackers (yes, there are plenty of stupid hackers) send files to e-mail addresses. Some free email companies will give you the IP of a certain e-mail address&#8217;s user if you can prove that user has been notoriously hacking you. But most of the time, by the time you get the e-mail addy it&#8217;s been unused for weeks if not months or years, and services like hotmail have already deleted it.</p>
<p>Tip 4: Save information! Any information that you get from a log file (proxy server IP, things like &#8220;14P&#8221;, e-mail addresses that things were sent to, etc.) should be saved to a floppy disk (they&#8217;re not floppy anymore, I wish I could get out of the habit of calling them that) incase there&#8217;s a next time. If you get another attack, from the same proxy, or with similar e-mail addresses (e.g: one says Blackjack <a href="mailto:123@something.what">123@something.what</a>ever and the other says <a href="mailto:Black_jack_45@something.znn.com">Black_jack_45@something.znn.com</a>) you can make an assumption that these hackers are the same people. In that case, it would probably be worth the effort to resolve the IP using the proxy and do a traceroute. Pressing charges is recommended if this is a repeat offender.</p>
<p>Tip 5: Don&#8217;t be stupid. If you&#8217;ve been hacked, take security to the next level. Hackers do talk about people they&#8217;ve hacked and they do post IPs and e-mail addresses. Proof? Take a look at Defcon Conventions. I&#8217;ve never gone to one, but I&#8217;ve seen the photos. The &#8220;Wall of Shame&#8221;-type of boards I&#8217;ve seen have IPs and e-mail addresses written all over them in fat red, dry-erase ink. Don&#8217;t be the one to go searching the Defcon website and find your e-mail address posted on the Wall of Shame board!</p>
<p>Tip 6: Don&#8217;t rely on luck. Chances are, sometime or another, you&#8217;re going to be targeted for an attack. Here you can rely on luck. Maybe they&#8217;ll forget? Maybe they don&#8217;t know how to do it? If you think this way, a surprise is going to hit your face very hard. Another way you could stupidly rely on luck is by saying this: It&#8217;s probably just a whitehat. On the contrary, my friend, it&#8217;s probably just a blackhat. A blackhat with knowledge stored in his head, ready to be used as an ax. It&#8217;s your data. You take the chance.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hacking-gurus.net/2009/04/04/how-to-catch-a-hacker/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Lost Password Recovery :: John The Ripper TUTORIAL</title>
		<link>http://www.hacking-gurus.net/2009/03/11/lost-password-recovery-john-the-ripper-tutorial/</link>
		<comments>http://www.hacking-gurus.net/2009/03/11/lost-password-recovery-john-the-ripper-tutorial/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 09:43:26 +0000</pubDate>
		<dc:creator>r00t</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[Network Tools]]></category>
		<category><![CDATA[Password Recovery]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Tutorialz]]></category>
		<category><![CDATA[decryper]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[hacked]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[jhon]]></category>
		<category><![CDATA[JTR]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux recover password]]></category>
		<category><![CDATA[lost password]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[passwd]]></category>
		<category><![CDATA[permission]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[ripper]]></category>
		<category><![CDATA[sniffer]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[WORDFILE]]></category>

		<guid isPermaLink="false">http://www.hacking-gurus.net/?p=47</guid>
		<description><![CDATA[John the Ripper is a decrypting program for passwords. Although it has many functions we will be looking at using it as a decryper for password files you possess. We will be looking at Password Files which you have put on your Hard Disk - PREPARATION SHORTCUT TIP FOR WINDOWS 95 PASSWORD FILES - DECRYPTING [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.hacking-gurus.net/2009/03/11/lost-password-recovery-john-the-ripper-tutorial/";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "";
		digg_window = "new";
		digg_title = "Lost+Password+Recovery+%3A%3A+John+The+Ripper+TUTORIAL";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "John the Ripper is a decrypting program for passwords. Although it has manyfunctions we will be looking at using it as a decryper for password filesyou possess.We will be looking at Password Files which you have put on your Hard Disk- PREPARATIONSHORTCUT TIP FOR WINDOWS 95PASSWORD FILES- DECRYPTINGJTR MODESSINGLE MODEWORDFILE MODEINCREMENTAL MODEALPHADIGITSALLSHOW...";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>John the Ripper is a decrypting program for passwords. Although it has many</p>
<p>functions we will be looking at using it as a decryper for password files<br />
you possess.</p>
<p><span id="more-47"></span></p>
<p>We will be looking at Password Files which you have put on your Hard Disk<br />
- <strong>PREPARATION</strong><br />
SHORTCUT TIP FOR WINDOWS 95<br />
PASSWORD FILES<br />
- <strong>DECRYPTING</strong><br />
JTR MODES<br />
SINGLE MODE<br />
WORDFILE MODE<br />
INCREMENTAL MODE<br />
ALPHA<br />
DIGITS<br />
ALL<br />
SHOW MODE &#8211; Saving the Decrypted Files<br />
- <strong>ADVANCED COMMANDS</strong><br />
STOPPING JTR<br />
RULES<br />
SESSION and RESTORE<br />
- <strong>JTR QUICK REFERENCE</strong></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>. &#8212;&#8212;&#8212;&#8211;<br />
<strong>PREPARATION</strong><br />
&#8212;&#8212;&#8212;&#8211;<br />
1. Download the correct version of JTR, use win32 for Win 95/98<br />
2. Extract the zip File into a Directory<br />
3. Make sure you have your Password Files in the same directory</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<strong>SHORTCUT TIP FOR WINDOWS 95</strong><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
1. Right Click on the [Start] Button, and choose Open<br />
2. Double Click on [Programs] Folder<br />
3. Right Click and Copy, [MS-DOS Prompt]<br />
4. Close the [Programs] Folder<br />
5. Right Click and Paste on the Desktop, a [MS-DOS Prompt] should appear<br />
6. Right Click on the [MS-DOS Prompt] icon and choose Properties<br />
7. Click on the Program Tab<br />
8. In the box next to Working (It should have C:WINDOWS in there) Change<br />
it to the Directory of where-ever the Program JOHN.EXE has been<br />
extracted<br />
9. Click on the [OK] button<br />
10. Test what you have done by Double Clicking on the Icon, If you wish to<br />
rename [MS-DOS Prompt] to JTR, then do so</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8211;<br />
<strong> PASSWORD FILES</strong><br />
&#8212;&#8212;&#8212;&#8212;&#8211;<br />
A. Naming<br />
I personally name my files with a p extension, some people use txt<br />
eg If i had the password file to Dannis&#8217;, I would name it danni.p<br />
The reason is that p stands for password file, I then name my decrypted<br />
password files with a txt extension<br />
It is really up to you what you name your password files, just remember<br />
that the names should be less than 8 characters<br />
eg likethis.p<br />
B. Where should I put them?<br />
Always have the password files you have found in the same directory as<br />
JOHN.EXE, Its just easier to handle them that way</p>
<p>&#8212;&#8212;&#8212;-<br />
<strong> DECRYPTING</strong><br />
&#8212;&#8212;&#8212;-<br />
Depending on what JTR version you have downloaded, you have to change into<br />
the directory JOHN.EXE is</p>
<p>&#8212;&#8212;&#8212;<br />
<strong> JTR MODES</strong><br />
&#8212;&#8212;&#8212;<br />
There are 3 main modes we will be dealing with<br />
-single, -wordfile, -incremental</p>
<p>[KEYS]<br />
[passfile] &#8211; this is the name of your password file<br />
[wordlist] &#8211; this is the name of your wordlist<br />
[output] &#8211; this is the name of the file you will name when you want to<br />
save your decrypted passwords</p>
<p>&#8212;&#8212;&#8212;&#8211;<br />
<strong> SINGLE MODE</strong><br />
&#8212;&#8212;&#8212;&#8211;<br />
Single Mode attempts to find the weakest of all the passwords. This is one<br />
of the fastest methods.</p>
<p>SINGLE MODE SYNTAX<br />
john -single [passfile]<br />
or you could use<br />
john -si [passfile]</p>
<p>Example:<br />
If you found a [passfile] and named it danni.p then you would type<br />
john -si danni.p</p>
<p>Take a look at SCREEN SHOT OF A JTR SESSION</p>
<p>&#8212;&#8212;&#8212;&#8212;-<br />
<strong> WORDFILE MODE</strong><br />
&#8212;&#8212;&#8212;&#8212;-<br />
Wordfile Mode is the next quickest method. It requires the use of a wordlist<br />
The wordlist must be in a single wordlist and not a combo list</p>
<p><strong>WORDFILE SYNTAX</strong><br />
john -wordfile:[wordlist] [passfile]<br />
or<br />
john -w:[wordlist] [passfile]</p>
<p>Example:<br />
If you found a [passfile] and named it danni.p and you had a [wordlist]<br />
named mydict.txt then you would type</p>
<p>john -w:mydict.txt danni.p</p>
<p>Take a look at SCREEN SHOT OF A JTR SESSION</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
<strong> INCREMENTAL MODE</strong><br />
&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Incremental mode is the slowest mode and will try to decrypt every pass in<br />
your passfile, as this can take days, months even years, I would use it as<br />
a last resort</p>
<p>There are 4 basic commands we will be dealing with<br />
digits, alpha, all, and leaving it blank</p>
<p>DIGITS mode<br />
This will try to decrypt all the Passwords that are in numbers</p>
<p>ALPHA mode<br />
This will try to decrypt all the Passwords that are letters only</p>
<p>ALL mode<br />
This will try to decrypt all the Passwords, whether they are in numbers, in<br />
letters or some special characters (@!^&amp;&#8230;etc)</p>
<p>WITH NO MODE SELECTED<br />
This will basically do everything to try to decrypt the password file</p>
<p>SYNTAX<br />
john -i [passfile]<br />
john -i:DIGITS [passfile]<br />
john -i:ALPHA [passfile]<br />
john -i:ALL [passfile]</p>
<p><strong>Example:</strong><br />
If you found a [passfile] and named it danni.p<br />
john -i danni.p<br />
john -i:DIGITS danni.p<br />
john -i:ALPHA danni.p<br />
john -i:ALL danni.p</p>
<p>Take a look at SCREEN SHOT OF A JTR SESSION</p>
<p>When running in this mode, If you ever want to stop it push CTRL &#8211; C</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
<strong> SHOW MODE &#8211; Saving the Decrypted Files</strong><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Finally, once JTR has finished its decrypting process, you will be ready<br />
to enjoy the results. These you will save in a file name of your choice.</p>
<p><strong>SHOW SYNTAX</strong><br />
john -show [passfile]&gt;[output]</p>
<p>Example:<br />
If you found a [passfile] and named it danni.p, you decide you want to name the<br />
decrypted password file or [output] to danni.txt</p>
<p>john -show danni.p&gt;danni.txt</p>
<p>Now you can open danni.txt in a TEXT EDITOR<br />
You will see something like this</p>
<p>italia:italiano<br />
makoto:makotox<br />
PADWICK:PADWICKH<br />
kelley:kelleyaj<br />
bechtel:jbechtel<br />
mequery:queryme<br />
seeeee:meeeee<br />
stevewm:stevenm</p>
<p>8 passwords cracked, 246 left</p>
<p>Hopefully you will get more passwords than the example though</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
<strong> ADVANCED COMMANDS</strong><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Here are a few more commands which prove handy when using JTR</p>
<p>&#8212;&#8212;&#8212;&#8212;<br />
<strong> STOPPING JTR</strong><br />
&#8212;&#8212;&#8212;&#8212;<br />
If at anytime you wish to stop the decrypting process then<br />
Hold down the [ CTRL ] key and Push the [ C ] key</p>
<p>&#8212;&#8211;<br />
<strong>RULES</strong><br />
&#8212;&#8211;<br />
This command is used with the Wordfile Option, without it JTR will try only<br />
the words in your wordlist. When this is activated it will try variations as<br />
outlined in the john.ini file. This is also quite slow</p>
<p>RULES SYNTAX<br />
john w:[wordlist] -rules [passfile]</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<strong> SESSION &amp; RESTORE</strong><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Decrypting by now you will notice can become a long a slow process, JTR<br />
allows you to save save and restore sessions. A session is like a snap<br />
shot of what you are decrypting. It remembers what file you used, and<br />
where you were at if you decide to stop it. session can be used with any<br />
of the main modes.</p>
<p>SESSION &amp; RESTORE SYNTAX<br />
john -restore<br />
john -restore:[session name]<br />
john -session:[session name]</p>
<p>[session name] is any name you choose</p>
<p><strong>EXAMPLE</strong><br />
&#8212;&#8212;-<br />
Lets say you want to decrypt a file named danni.p</p>
<p>OK you&#8217;ve used the -si mode, which was quick<br />
With your trusty wordlist file named biglist.txt you next run the -w mode</p>
<p><strong>FINAL NOTES</strong><br />
&#8212;&#8212;&#8212;&#8211;<br />
There are many other features that JTR uses, that are Advanced, these can be<br />
found in the DOC folder in JTR, just use a text editor to open and read them<br />
We were only concerned with getting at least 50% of the passwords. This may<br />
be achieved by SINGLE and WORDFILE modes<br />
SPEED is dependant on your CPU, If you screen looks like its frozen and<br />
doing nothing, just hit any key a couple of times, you will see a mini<br />
progress report.<br />
Speed is also dependant on the size of your password file and the number of<br />
salts, A salt can be thought of as a slightly different way to encrypt a<br />
file. As there are many ways to encrypt a single password</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
<strong> JTR QUICK REFERENCE</strong><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
[KEYS]<br />
[passfile] &#8211; this is the name of your password file<br />
[wordlist] &#8211; this is the name of your wordlist<br />
[output] &#8211; this is the name of the file you will name when you want to<br />
save your decrypted passwords<br />
: &#8211; whenever you see a colon then use it in the command<br />
- &#8211; whenever you see a minus sign then use it in the command<br />
&gt; &#8211; whenever you see this sign then use it in the command<br />
[] &#8211; DO NOT INCLUDE THESE IN THE COMMAND</p>
<p>SINGLE MODE<br />
john -si [passfile]<br />
WORDFILE MODE<br />
john -w:[wordlist] [passfile]<br />
INCREMENTAL MODES<br />
john -i [passfile]<br />
john -i:ALL [passfile]<br />
john -i:DIGITS [passfile]<br />
john -i:ALPHA [passfile]<br />
SHOW MODES<br />
john -show [passfile]&gt;[output]</p>
<p>Loaded 254 passwords with 85 different salts (Standard DES [32/32 BS])<br />
italia (italiano)<br />
makoto (makotox)<br />
PADWICK (PADWICKH)<br />
kelley (kelleyaj)<br />
bechtel (jbechtel)<br />
mequery (queryme)<br />
seeeee (meeeee)<br />
stevewm (stevenm)<br />
guesses: 8 time: 0:00:01:23 100% c/s: 25771 trying: zcatcatk &#8211; zcatcatz</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hacking-gurus.net/2009/03/11/lost-password-recovery-john-the-ripper-tutorial/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>99 DOS Commands</title>
		<link>http://www.hacking-gurus.net/2009/03/11/99-dos-commands/</link>
		<comments>http://www.hacking-gurus.net/2009/03/11/99-dos-commands/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 08:48:57 +0000</pubDate>
		<dc:creator>r00t</dc:creator>
				<category><![CDATA[Tutorialz]]></category>
		<category><![CDATA[control panel]]></category>
		<category><![CDATA[DOS]]></category>
		<category><![CDATA[hacked]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[port scanner]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.hacking-gurus.net/?p=46</guid>
		<description><![CDATA[Quick Help on Windows Dos Commands . Accessibility Controls = access.cpl Add Hardware Wizard = hdwwiz.cpl Add/Remove Programs = appwiz.cpl Administrative Tools = control admintools Automatic Updates = wuaucpl.cpl Bluetooth Transfer Wizard = fsquirt Calculator = calc Certificate Manager = certmgr.msc Character Map = charmap Check Disk Utility = chkdsk Clipboard Viewer = clipbrd Command [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.hacking-gurus.net/2009/03/11/99-dos-commands/";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "";
		digg_window = "new";
		digg_title = "99+DOS+Commands";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "Quick Help on Windows Dos Commands .Accessibility Controls = access.cplAdd Hardware Wizard = hdwwiz.cplAdd/Remove Programs = appwiz.cplAdministrative Tools = control admintoolsAutomatic Updates = wuaucpl.cplBluetooth Transfer Wizard = fsquirtCalculator = calcCertificate Manager = certmgr.mscCharacter Map = charmapCheck Disk Utility = chkdskClipboard...";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>Quick Help on Windows Dos Commands .</p>
<p>Accessibility Controls = access.cpl<br />
Add Hardware Wizard = hdwwiz.cpl<br />
Add/Remove Programs = appwiz.cpl<br />
Administrative Tools = control admintools<br />
Automatic Updates = wuaucpl.cpl<br />
Bluetooth Transfer Wizard = fsquirt<br />
Calculator = calc<br />
Certificate Manager = certmgr.msc<br />
Character Map = charmap<br />
Check Disk Utility = chkdsk<br />
Clipboard Viewer = clipbrd<br />
Command Prompt = cmd<br />
Component Services = dcomcnfg<br />
Computer Management = compmgmt.msc<br />
Date and Time Properties = timedate.cpl<br />
DDE Shares = ddeshare<br />
Device Manager = devmgmt.msc<br />
Direct X Control Panel (If Installed)* = directx.cpl<br />
Direct X Troubleshooter = dxdiag<br />
Disk Cleanup Utility = cleanmgr<br />
Disk Defragment = dfrg.msc<br />
Disk Management = diskmgmt.msc<br />
Disk Partition Manager = diskpart<br />
Display Properties = control desktop/desk.cpl<br />
Dr. Watson System Troubleshooting Utility = drwtsn32<br />
Driver Verifier Utility = verifier<br />
Event Viewer = eventvwr.msc<br />
File Signature Verification Tool = sigverif<br />
Findfast = findfast.cpl<br />
Folders Properties = control folders<br />
Fonts = control fonts<br />
Fonts Folder = fonts<br />
Free Cell Card Game = freecell<br />
Game Controllers = joy.cpl<br />
Group Policy Editor (XP Prof) = gpedit.msc<br />
Hearts Card Game = mshearts<br />
Iexpress Wizard = iexpress<br />
Indexing Service = ciadv.msc<br />
Internet Properties = inetcpl.cpl<br />
IP Configuration = ipconfig<br />
Java Control Panel (If Installed) = jpicpl32.cpl<br />
Java Application Cache Viewer (If Installed) = javaws<br />
Keyboard Properties = control keyboard<br />
Local Security Settings = secpol.msc<br />
Local Users and Groups = lusrmgr.msc<br />
Logs You Out Of Windows = logoff<br />
Microsoft Chat = winchat<br />
Minesweeper Game = winmine<br />
Mouse Properties = control mouse<br />
Mouse Properties = main.cpl<br />
Network Connections = control netconnections<br />
Network Connections = ncpa.cpl<br />
Network Setup Wizard = netsetup.cpl<br />
Notepad = notepad<br />
Nview Desktop Manager (If Installed) = nvtuicpl.cpl<br />
Object Packager = packager<br />
ODBC Data Source Administrator = odbccp32.cpl<br />
On Screen Keyboard = osk<br />
Opens AC3 Filter (If Installed) = ac3filter.cpl<br />
Password Properties = password.cpl<br />
Performance Monitor = perfmon.msc<br />
Performance Monitor = perfmon<br />
Phone and Modem Options = telephon.cpl<br />
Power Configuration = powercfg.cpl<br />
Printers and Faxes = control printers<br />
Printers Folder = printers<br />
Private Character Editor = eudcedit<br />
Quicktime (If Installed) = QuickTime.cpl<br />
Regional Settings = intl.cpl<br />
Registry Editor = regedit<br />
Registry Editor = regedit32<br />
Remote Desktop = mstsc<br />
Removable Storage = ntmsmgr.msc<br />
Removable Storage Operator Requests = ntmsoprq.msc<br />
Resultant Set of Policy (XP Prof) = rsop.msc<br />
Scanners and Cameras = sticpl.cpl<br />
Scheduled Tasks = control schedtasks<br />
Security Center = wscui.cpl<br />
Services = services.msc<br />
Shared Folders = fsmgmt.msc<br />
Shuts Down Windows = shutdown<br />
Sounds and Audio = mmsys.cpl<br />
Spider Solitare Card Game = spider<br />
SQL Client Configuration = cliconfg<br />
System Configuration Editor = sysedit<br />
System Configuration Utility = msconfig<br />
System File Checker Utility = sfc<br />
System Properties = sysdm.cpl<br />
Task Manager = taskmgr<br />
Telnet Client = telnet<br />
User Account Management = nusrmgr.cpl<br />
Utility Manager = utilman<br />
Windows Firewall = firewall.cpl<br />
Windows Magnifier = magnify<br />
Windows Management Infrastructure = wmimgmt.msc<br />
Windows System Security Tool = syskey<br />
Windows Update Launches = wupdmgr<br />
Windows XP Tour Wizard = tourstart<br />
Wordpad = write</p>
<p><span id="more-46"></span></p>
<p>Hope someone finds it somewhat usefull!?!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hacking-gurus.net/2009/03/11/99-dos-commands/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

