<?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>Jock Today &#187; sqlmap</title>
	<atom:link href="http://www.jocktoday.com/tag/sqlmap/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jocktoday.com</link>
	<description>Latest security protection and open source development tools</description>
	<lastBuildDate>Mon, 05 Mar 2012 21:20:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Lazy Mans SQL Injection</title>
		<link>http://www.jocktoday.com/2010/02/16/sql-injection-lazy-mans-method/</link>
		<comments>http://www.jocktoday.com/2010/02/16/sql-injection-lazy-mans-method/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 20:19:08 +0000</pubDate>
		<dc:creator>jpereira</dc:creator>
				<category><![CDATA[SQL Injection]]></category>
		<category><![CDATA[Technique]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[pen-test]]></category>
		<category><![CDATA[penetration testing]]></category>
		<category><![CDATA[pentest]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[security testing]]></category>
		<category><![CDATA[sql injection protection]]></category>
		<category><![CDATA[sqli]]></category>
		<category><![CDATA[sqlmap]]></category>

		<guid isPermaLink="false">http://www.jocktoday.com/?p=186</guid>
		<description><![CDATA[This lazy mans method is probably for you. It requires: (1) very little thought, (2) a vulnerable site and (3) a few skills at working your command prompt.]]></description>
			<content:encoded><![CDATA[<p>Its a Friday afternoon and you, Mr. Diligent, Security Expert, are looking for just one more great &#8216;find&#8217; before calling it a week. This lazy mans method is probably for you. It requires: (1) very little thought, (2) a vulnerable site and (3) a few skills at working your command prompt.</p>
<p>5 minute setup:</p>
<p>1. Download the latest version of sqlmap.<br />
2. Download and install Active State Perl.<br />
3. Scan through the thorough documentation of sqlmap at install_path/doc.</p>
<p><a href="http://www.jocktoday.com/wp-content/uploads/2010/02/lazy.jpg"><img src="http://www.jocktoday.com/wp-content/uploads/2010/02/lazy-300x239.jpg" alt="" title="lazy" width="300" height="239" class="alignnone size-medium wp-image-201" /></a>Now we are ready to go. We are going to send sqlmap a list of URLs within the vulnerable site based on which ones are indexed by Google and contain GET (?var=value) parameters. There is no need to scan through the site using this method. No need to parse through forms, tamper with URL&#8217;s, etc. In fact this is a great numero uno method of testing any new site that comes your way as a security professional&#8230;</p>
<p>All you need to do is to feed sqlmap a Google dork command and it is this simple. From the command prompt and within the sqlmap directory execute this command:</p>
<p>perl sqlmap.pl -g &#8220;site:yourdomain.com&#8221;</p>
<p>sqlmap will hit Google up for any URLs within this domain that contain parameters and then attempt to tamper each URL that Google returns.</p>
<p>You still have a lot of control here. You can choose to try to exploit each URL that sqlmap finds on Google or to ignore it. If a URL can be tampered with you can choose to enact this tampering. If a vulnerability can be exploited you control how it is exploited.</p>
<p>Using the many command line parameters you can take a vulnerable URL and run it through many paces per the documentation (stacked tests, time tests, union tests, fingerprinting, etc).</p>
<p>In protect the organizations that I work for I have found this tool to be a great way to find vulnerabilities on target sites who are indexed by Google.</p>
<p>Note that this should not replace exhaustive testing where all URL activity back and forth between the browser and web server is logged and examined. There is obviously a large disparity between what Google finds or is allowed to find and what a site and its protected pieces may contain.</p>
<p>If you are looking for a way to find the lazy mans entry into exploitable areas of your web servers then look no further than sqlmap.</p>
<p>Now go report your SQL injection vulnerabilities and enjoy your weekend!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jocktoday.com/2010/02/16/sql-injection-lazy-mans-method/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

