<?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; security testing</title>
	<atom:link href="http://www.jocktoday.com/tag/security-testing/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>
		<item>
		<title>Free Online Resources</title>
		<link>http://www.jocktoday.com/2010/02/13/black-market-vulnerability-detection/</link>
		<comments>http://www.jocktoday.com/2010/02/13/black-market-vulnerability-detection/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 18:31:34 +0000</pubDate>
		<dc:creator>jpereira</dc:creator>
				<category><![CDATA[Technique]]></category>
		<category><![CDATA[exploits]]></category>
		<category><![CDATA[security testing]]></category>
		<category><![CDATA[vulnerability lists]]></category>

		<guid isPermaLink="false">http://www.jocktoday.com/?p=179</guid>
		<description><![CDATA[For most security professionals, subscribing to security alerts is a must. These are often subscription services or bulletins that are posted by the makers of commercial security software. A second way to ensure that you are completely up to date with the latest vulnerabilities and exploits is to monitor the web sites of what I [...]]]></description>
			<content:encoded><![CDATA[<p>For most security professionals, subscribing to security alerts is a must. These are often subscription services or bulletins that are posted by the makers of commercial security software. </p>
<p>A second way to ensure that you are completely up to date with the latest vulnerabilities and exploits is to monitor the web sites of what I will call &#8216;black market&#8217; organizations who post these vulnerabilities. (and often times the corresponding exploit[s]) Sometimes the mission of these web sites is a little unclear; are they trying to help or trying to hurt&#8230;</p>
<p>Here is a list of web sites that may prove beneficial to you in learning about the latest on goings of the cyber-criminal collective mind:</p>
<p><strong>http://milw0rm.com</strong></p>
<p>Run by a group of &#8220;hacktivists&#8221; best down for penetrating the computers of the Bhabha Atomic Research Center in Mumbai (the primary nuclear research facility of India). </p>
<p>This site is an excellent source for the latest vulnerabilities, complete with corresponding exploits from their 0day exploit database, videos, papers and even shellcode.</p>
<p>Note: the site does have a bit of a habit of disappearing and reappearing.</p>
<p><strong>http://threatpost.com/en_us/category/topics/vulnerabilities</strong></p>
<p>Threatpost (Kaspersky) has a great running list of vulnerabilities </p>
<p><strong>http://www.securityfocus.com/vulnerabilities</strong></p>
<p>A great list of current vulnerabilities, sponsored by SecurityFocus. The details page for each vulnerability provides excellent info including which versions of what software are vulnerable and CVE tags.</p>
<p><strong>http://web.nvd.nist.gov/view/vuln/search</strong></p>
<p>The National Vulnerability Database, sponsored by the DHS National Cyber Security Division. Another great source of vulnerabilities in database/search form.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jocktoday.com/2010/02/13/black-market-vulnerability-detection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

