<?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 Truths &#187; Botnets</title>
	<atom:link href="http://www.hungry-hackers.com/category/botnets/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hungry-hackers.com</link>
	<description>Hacking is fun, If you are a &#34;Hacker&#34;!</description>
	<lastBuildDate>Wed, 11 Jan 2012 19:43:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How to Hack Password of any Operating System</title>
		<link>http://www.hungry-hackers.com/2009/12/how-to-hack-password-of-any-operating-system.html</link>
		<comments>http://www.hungry-hackers.com/2009/12/how-to-hack-password-of-any-operating-system.html#comments</comments>
		<pubDate>Sat, 26 Dec 2009 16:14:17 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Botnets]]></category>
		<category><![CDATA[Cracking]]></category>
		<category><![CDATA[Hacking Tutorials]]></category>
		<category><![CDATA[Linux Hacking]]></category>
		<category><![CDATA[Password Recovery]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows Hacking]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=1198</guid>
		<description><![CDATA[One thing any hacker should know is how to hack into login account of any operating system. Major Operating Systems that are used these days are Windows, Linux and Mac. So today I will show you how to hack into these Operating Systems.  Are you curious how easy it is for someone to gain access to your computer? If so, read on to see the technique one might use to figure out your computer password.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://www.hungry-hackers.com/wp-content/uploads/2009/12/logo.png"><img class="alignleft size-full wp-image-1199" title="logo" src="http://www.hungry-hackers.com/wp-content/uploads/2009/12/logo.png" alt="" width="147" height="110" /></a>One thing any hacker should know is how to hack into login account of any operating system. Major Operating Systems that are used these days are Windows, Linux and Mac. So today I will show you how to hack into these Operating Systems. Are you curious how easy it is for someone to gain access to your computer? If so, read on to see the technique one might use to figure out your computer password.</p>
<h3 style="text-align: justify;">Windows</h3>
<p style="text-align: justify;">Windows being very popular has a lot of programs available which can be used to hack the login password. One of the most successful  program is Ophcrack, and it is free. Ophcrack is based on Slackware, and uses rainbow tables to solve passwords up to 14 characters in length. The time required to solve a password? Generally 10 seconds. The expertise needed? None.</p>
<p style="text-align: justify;">Simply download the Ophcrack ISO and burn it to a CD (or load it onto a USB drive via UNetbootin). Insert the CD into a machine you would like to gain access to, then press and hold the power button until the computer shuts down. Turn the computer back on and enter BIOS at startup. Change the boot sequence to CD before HDD, then save and exit.</p>
<p style="text-align: justify;">The computer will restart and Ophcrack will be loaded. Sit back and watch as it does all the work for your. Write down the password it gives you, remove the disc, restart the computer, and log in as if it were you own machine.</p>
<p style="text-align: justify;">You can download OphCrack from the following link:</p>
<blockquote style="text-align: justify;"><p>http://ophcrack.sourceforge.net/</p></blockquote>
<h3 style="text-align: justify;">Linux</h3>
<p style="text-align: justify;">Linux is an operating system which is quickly gaining popularity in mainstream, but not so common that you’re likely to come across it. Though Mac and Linux are both based on Unix, it is easier to change the password in Linux than it is OS X.</p>
<p style="text-align: justify;">To change the password, turn on the computer and press the ESC key when GRUB appears. Scroll down and highlight ‘Recovery Mode’ and press the ‘B’ key; this will cause you to enter ‘Single User Mode’.</p>
<p style="text-align: justify;">You’re now at the prompt, and logged in as ‘root’ by default. Type ‘passwd’ and then choose a new password. This will change the root password to whatever you enter. If you’re interested in only gaining access to a single account on the system, however, then type ‘passwd username’ replacing ‘username’ with the login name for the account you would like to alter the password for.</p>
<h3 style="text-align: justify;">Mac</h3>
<p style="text-align: justify;">Finally we take on Mac&#8217;s OS X which as we said earlier is based on Unix and is difficult to change password compared to Linux but nothing is  impossible to be hacked.</p>
<p style="text-align: justify;">The easiest method would be to use Ophcrack on this also as it works with Mac and Linux in addition to Windows. However, there are other methods that can be used, as demonstrated below.</p>
<p style="text-align: justify;">If the Mac runs OS X 10.4, then you only need the installation CD. Insert it into the computer, reboot. When it starts up, select UTILITIES &gt; RESET PASSWORD. Choose a new password and then use that to log in.</p>
<p style="text-align: justify;">If the Mac runs OS X 10.5, restart the computer and press COMMAND + S. When at the prompt, type:</p>
<p style="text-align: justify;"><strong>fsck -fy</strong></p>
<p style="text-align: justify;"><strong>mount -uw /</strong></p>
<p style="text-align: justify;"><strong>launchctl load /System/Library/LaunchDaemons/com.apple.DirectoryServices.plist</strong></p>
<p style="text-align: justify;"><strong>dscl . -passwd /Users/UserName newpassword</strong></p>
<p style="text-align: justify;">That’s it. Now that the password is reset, you can login.</p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=1198&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2009/12/how-to-hack-password-of-any-operating-system.html/feed</wfw:commentRss>
		<slash:comments>55</slash:comments>
		</item>
		<item>
		<title>Disguise as GoogleBot to view Hidden Content of a Website</title>
		<link>http://www.hungry-hackers.com/2009/05/disguise-as-googlebot-to-view-hidden-content-of-a-website.html</link>
		<comments>http://www.hungry-hackers.com/2009/05/disguise-as-googlebot-to-view-hidden-content-of-a-website.html#comments</comments>
		<pubDate>Thu, 28 May 2009 16:58:06 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Back Doors]]></category>
		<category><![CDATA[Botnets]]></category>
		<category><![CDATA[Cool Tricks]]></category>
		<category><![CDATA[Internet Hacking]]></category>
		<category><![CDATA[Tips n Tricks]]></category>
		<category><![CDATA[Windows Hacking]]></category>
		<category><![CDATA[Backdoor]]></category>
		<category><![CDATA[GoogleBot]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=668</guid>
		<description><![CDATA[Ever experienced this? You ask Google to search something and it will return a lot of relevant results, but if you try to open the ones with the most promising content, you are confronted with a registration page instead, and the stuff you were looking for will not be revealed to you unless you agree to a credit card transaction first. This means that Google is able to see what a normal netizen cannot see.

What if you could disguise as GoogleBot then you can also see what GoogleBot can.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://www.hungry-hackers.com/wp-content/uploads/2009/05/googlebot1.jpg"><img class="alignleft size-full wp-image-670" title="googlebot1" src="http://www.hungry-hackers.com/wp-content/uploads/2009/05/googlebot1.jpg" alt="googlebot1" width="305" height="244" /></a>Ever experienced this? You ask Google to search something and it will return a lot of relevant results, but if you try to open the ones with the most promising content, you are confronted with a registration page instead, and the stuff you were looking for will not be revealed to you unless you agree to a credit card transaction first. This means that Google is able to see what a normal netizen cannot see.</p>
<p style="text-align: justify;">The reason behind this is that Google uses a Bot called GoogleBot and most of websites which force users to register or even pay in order to search  and use their content, leave a backdoor open for the GoogleBot because a prominent presence in Google searches is known to generate sales leads, site hits and exposure. Examples of such sites are Expert-Exchange, Windows Magazine, .Net Magazine, Nature, and many other sites around the globe.</p>
<p style="text-align: justify;">What if you could disguise as GoogleBot then you can also see what GoogleBot can.</p>
<p><strong>How to Disguise as GoogleBot?</strong></p>
<p>It is Quite simple. You just need to change your browser&#8217;s User Agent. To change your Browser&#8217;s User Agent follow the steps given below:</p>
<ul>
<li> Copy the following code segment into a notepad file and save it as Useragent.reg or you may also <a title="Useragent.reg" href="http://www.easy-share.com/1905404586/useragent.reg" target="_blank">download it</a>.<br />
<blockquote><p>Windows Registry Editor Version 5.00<br />
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent]<br />
@=&#8221;Googlebot/2.1&#8243;<br />
&#8220;Compatible&#8221;=&#8221;+http://www.googlebot.com/bot.html&#8221;</p></blockquote>
</li>
<li>Now Double-Click on the file Useragent.reg to merge the registry file into your Windows Registry.</li>
<li>Now Restart your computer. This is required to apply the changes made into the Registry.</li>
<li>Voila! You&#8217;re done! Now you have become GoogleBot.</li>
</ul>
<p><strong>How Revert back to Normal Agent?</strong></p>
<ul>
<li><strong>For IE users : </strong>To restore the IE User Agent, Follow the Given Steps Below:
<ul>
<li> Copy the following code segment into a notepad file and save it as Normalagent.reg or you may also <a title="Normalagent.reg" href="http://www.easy-share.com/1905404587/normalagent.reg" target="_blank">download it</a>:<br />
<blockquote><p>Windows Registry Editor Version 5.00<br />
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent]<br />
@=&#8221;Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)&#8221;</p></blockquote>
</li>
<li>Now Double-Click on the file Normalagent.reg to merge the registry file into your Windows Registry.</li>
<li>Now Restart your computer. This is required to apply the changes made into the Registry.</li>
</ul>
</li>
<li><strong> For Opera Users </strong>: Opera allows on-the-fly for switching of User Agents through its &#8220;Browser Identification&#8221; function.</li>
<li> <strong>For Firefox users</strong> : Just download <a title="User Agent Switcher" href="https://addons.mozilla.org/en-US/firefox/addon/59" target="_blank">User Agent Switcher extension</a> for Firefox.
<ul>
<li>Now Goto Tools -&gt; User Agent Switcher -&gt; Options -&gt; Options.</li>
<li>Click &#8220;User Agents&#8221;</li>
<li>Click &#8221; Add&#8221; and fill the following information  in the form
<ul>
<li>Description: Googlebot</li>
<li> User Agent: Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)</li>
<li>App Name: Googlebot</li>
<li>App Version: 5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)</li>
<li>Platform: +http://www.google.com/bot.html</li>
<li>Vendor:</li>
<li>Vendor Sub:</li>
</ul>
</li>
<li>Click &#8220;OK&#8221;.</li>
<li>Now you may change the user agent on the fly.</li>
</ul>
</li>
</ul>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=668&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2009/05/disguise-as-googlebot-to-view-hidden-content-of-a-website.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>BotNets and Mass Backdooring</title>
		<link>http://www.hungry-hackers.com/2008/06/botnets-and-mass-backdooring.html</link>
		<comments>http://www.hungry-hackers.com/2008/06/botnets-and-mass-backdooring.html#comments</comments>
		<pubDate>Mon, 23 Jun 2008 08:45:22 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Botnets]]></category>
		<category><![CDATA[Hacking Computer]]></category>
		<category><![CDATA[Hacking Tutorials]]></category>
		<category><![CDATA[Hardcore Hacking]]></category>
		<category><![CDATA[Backdoor]]></category>
		<category><![CDATA[Do it yourself]]></category>
		<category><![CDATA[Mailicious]]></category>
		<category><![CDATA[Programs]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=302</guid>
		<description><![CDATA[This article is designed to explain botnets, give an example of usage, and provide some good examples.
[What]
A botnet is a group of computers or servers all compromised with the same backdoor. The interesting thing about botnets is that these backdoors often have the ability to interact with other members of the botnet, and can also be controlled by the botnets owner. This can result in a single command, e.g. DDoS Microsoft.com, to flow down a chain of command in an instant, telling each member of the botnet to follow it. ...]]></description>
			<content:encoded><![CDATA[<p>This article is designed to explain botnets, give an example of usage, and provide some good examples.</p>
<p>[What]<br />
A botnet is a group of computers or servers all compromised with the same backdoor. The interesting thing about botnets is that these backdoors often have the ability to interact with other members of the botnet, and can also be controlled by the botnets owner. This can result in a single command, e.g. DDoS Microsoft.com, to flow down a chain of command in an instant, telling each member of the botnet to follow it. They also often leave backdoors accessible to the botnet user, and some even have built-in protocols for updating themselves. There are multiple chains of command that have been used in botnets, and these are:</p>
<p>P2P botnets, using these a command can be sent by the hacker to a single member of the botnet, and this single botnet will pass the command on to a handful of other members, which will carry on the chain and so on and so forth. the advantages of this are you cannot stop the botnet by taking out one member, but you would have to block the botnet completely. The problem is it is easy for individual bots to become separated from the rest of the net, usually resulting in being fixed.</p>
<p>Heirarchial botnets, which have different members assigned &#8220;ranks&#8221; in the command chain and are given specific bots to manage. Using this, the hacker might send a command to 4 different bots, which each pass the message on to 100, which each pass it on to 100. The problem with these is that the botnet can be shut down by removing the hack from one of the higher-up bots. The good thing about these is they can be very easily automated, and can pass reports of the computers up the chain as well as pass exploit upgrades down.</p>
<p>and single server bots, which all take their commands from one computer, these are very easy to make but are near enough useless.</p>
<p>[Propagation]<br />
Botnets can be propagated by the hacker themselves, eg whenever they root a server or trojan a computer they add their program in too, run it and that computer becomes a bot. Another way is by mimicing worms and spreading through emails, p2p or instant messaging. Be imaginative, there are many ways of propagating that havent been tried yet.</p>
<p>[usage]<br />
I will give an example of how a p2p botnet would be structured.<br />
The bots propagation method is by exploiting a flaw in the security system of linux, and uses it to get root access.<br />
The bot has a p2p structure, and can pass patches down the chain as well as commands.<br />
The bot is automated by adding any computers it hacks to its own list of child bots(ones under its own command), and runs a check similar to ping to test if the net is up on the child before sending commands/patches.</p>
<p>[Famous Examples]<br />
the storm worm:<br />
This is an email-spread worm that takes over windows machines and injects a driver into the windows kernel to keep root. It currently has control of between 1- and 10- million windows machines around the world. It is extremely flexible, and has avoided gaining a signature for a massive amount of time.<br />
There are many of examples on wikipedia of these, and google yields some interesting results.</p>
<p>I hope you enjoyed reading this article <img src='http://www.hungry-hackers.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=302&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2008/06/botnets-and-mass-backdooring.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>


<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 587/670 objects using disk: basic

Served from: hungry-hackers.com @ 2012-02-10 13:05:37 -->
