<?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>JW Network Consulting &#187; social networking</title>
	<atom:link href="http://www.jwnetworkconsulting.com/tag/social-networking/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jwnetworkconsulting.com</link>
	<description>Watching the network so you don't have to.</description>
	<lastBuildDate>Thu, 22 Jul 2010 01:23:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Need usernames?  Ask Google what Linkedin has!</title>
		<link>http://www.jwnetworkconsulting.com/security/need-usernames-ask-google-what-linkedin-has</link>
		<comments>http://www.jwnetworkconsulting.com/security/need-usernames-ask-google-what-linkedin-has#comments</comments>
		<pubDate>Fri, 12 Jun 2009 05:44:49 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[username generation]]></category>
		<category><![CDATA[web security]]></category>

		<guid isPermaLink="false">http://www.jwnetworkconsulting.com/?p=237</guid>
		<description><![CDATA[I wanted to do some testing on access controls to a SQL server recently, but I needed to a decent password list and username list. Password lists are fairly straight forward to find and I used an excellent how to from the Pauldotcom Podcast to create my password list. Next I needed a list of [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to do some testing on access controls to a SQL server recently, but I needed to a decent password list and username list.  Password lists are fairly straight forward to find and I used an excellent how to from the <a href="http://pauldotcom.com/wiki/index.php/Episode129">Pauldotcom Podcast</a> to create my password list.  Next I needed a list of usernames.  To be effective, it would be better to have a list targeted to the environment I was working in.  I wanted to do this with fairly public information so that no one could accuse me of using insider knowledge.  So I decided to see what LinkedIn had.</p>
<p>Now Linkedin generally lets people decide how much information they want displayed to people they don&#8217;t know.  If you aren&#8217;t connected to them, all you may see is their description if you find them by company.  No names.  In my case, I&#8217;m connected with a lot of people, so this pollutes the process.  So, I logged out of Linkedin to see how an outside might do this.  </p>
<p>For this scenario, I&#8217;m an attacker who wants to find out about Company XYZ.  I&#8217;m not employed by them, but they have something I want.  I&#8217;m not connected to anyone on Linkedin at the target.  In fact, I may not even have a Linkedin account.  How do I get this information?  <a href="http://twitter.com/secureideas">Kevin Johnson</a> at <a href="http://www.inguardians.com/">InGuardians</a> has already done some awesome work on how people are willing to accept invitations on social networking sites from almost anyone.  But lets say that I don&#8217;t want to get connected to my target.  Who would have this information?  </p>
<p>Google of course!  Everyone wants Google to be able to find things on their website.  Linkedin is no different.  So I do a query on the company name like this &#8220;site:linkedin.com Company XYZ&#8221;.  Sure enough, I get pages of people who work at or did work at Company XYZ.  With a bit of Python scripting I download the results, mix the names into common username variations and I have my username list.</p>
<p>Here&#8217;s the script I hacked up to make this work.  <a href="http://www.jwnetworkconsulting.com/downloads/usernameGen.txt">usernameGen.txt</a>  PDP at <a href="http://www.gnucitizen.org/">gnucitizen.org</a> wrote the original script.  I just polished up the regular expression and pointed the starting URL to Google&#8217;s mobile search to simplify the HTML.  Then I added the username generation.  Was a fun little puzzle for the evening. </p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/social+networking' rel='tag' target='_self'>social networking</a>, <a class='technorati-link' href='http://technorati.com/tag/username+generation' rel='tag' target='_self'>username generation</a>, <a class='technorati-link' href='http://technorati.com/tag/web+security' rel='tag' target='_self'>web security</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.jwnetworkconsulting.com/security/need-usernames-ask-google-what-linkedin-has/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
