<?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> &#187; databases</title>
	<atom:link href="http://travisaltman.com/category/databases/feed/" rel="self" type="application/rss+xml" />
	<link>http://travisaltman.com</link>
	<description></description>
	<lastBuildDate>Sun, 25 Jul 2010 19:55:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fingerprinting MySQL</title>
		<link>http://travisaltman.com/fingerprinting-mysql/</link>
		<comments>http://travisaltman.com/fingerprinting-mysql/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 17:22:25 +0000</pubDate>
		<dc:creator>travis</dc:creator>
				<category><![CDATA[databases]]></category>

		<guid isPermaLink="false">http://travisaltman.com/?p=193</guid>
		<description><![CDATA[Determine version locally / with access
select version();
or
mysql -V
Determine version remotely
nmap -sV -p 3306 addressOfMachine
or
nc -w 1 addressOfMachine 3306
With netcat you may see weird output, example is below
nc -w 1 192.168.1.1 3306
4
4.1.20ï¿½{
jWU$PHXc,fV[J=3'hW]NL
In this case the version is 4.1.20, so you&#8217;ll have to read through the mess that is netcat output.
]]></description>
			<content:encoded><![CDATA[<p>Determine version locally / with access</p>
<div class="codecolorer-container text blackboard" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">select version();</div></div>
<p>or</p>
<div class="codecolorer-container text blackboard" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">mysql -V</div></div>
<p>Determine version remotely</p>
<div class="codecolorer-container text blackboard" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">nmap -sV -p 3306 addressOfMachine</div></div>
<p>or</p>
<div class="codecolorer-container text blackboard" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">nc -w 1 addressOfMachine 3306</div></div>
<p>With netcat you may see weird output, example is below</p>
<div class="codecolorer-container text blackboard" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">nc -w 1 192.168.1.1 3306<br />
4<br />
4.1.20ï¿½{<br />
jWU$PHXc,fV[J=3'hW]NL</div></div>
<p>In this case the version is 4.1.20, so you&#8217;ll have to read through the mess that is netcat output.</p>
]]></content:encoded>
			<wfw:commentRss>http://travisaltman.com/fingerprinting-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
