<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Javascript port scanner</title>
	<atom:link href="http://www.thespanner.co.uk/2007/07/25/javascript-port-scanner/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thespanner.co.uk/2007/07/25/javascript-port-scanner/</link>
	<description>Javascript blog with messed up syntax inside</description>
	<lastBuildDate>Thu, 26 Jan 2012 01:38:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: router ip</title>
		<link>http://www.thespanner.co.uk/2007/07/25/javascript-port-scanner/#comment-1888</link>
		<dc:creator>router ip</dc:creator>
		<pubDate>Tue, 15 Feb 2011 00:54:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/07/25/javascript-port-scanner/#comment-1888</guid>
		<description>Really good article, but this won&#039;t appear to work together with my router ip, any hints?</description>
		<content:encoded><![CDATA[<p>Really good article, but this won&#8217;t appear to work together with my router ip, any hints?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth Heyes</title>
		<link>http://www.thespanner.co.uk/2007/07/25/javascript-port-scanner/#comment-1378</link>
		<dc:creator>Gareth Heyes</dc:creator>
		<pubDate>Thu, 18 Dec 2008 15:02:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/07/25/javascript-port-scanner/#comment-1378</guid>
		<description>@kingthorin 

That&#039;s cool! I didn&#039;t think it could work on FF3. Nice one.</description>
		<content:encoded><![CDATA[<p>@kingthorin </p>
<p>That&#8217;s cool! I didn&#8217;t think it could work on FF3. Nice one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kingthorin</title>
		<link>http://www.thespanner.co.uk/2007/07/25/javascript-port-scanner/#comment-1377</link>
		<dc:creator>kingthorin</dc:creator>
		<pubDate>Thu, 18 Dec 2008 14:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/07/25/javascript-port-scanner/#comment-1377</guid>
		<description>Oh and yes I agree with post #5, if you can get their address you&#039;d have to make assumptions about where the router is (or try all ... but that might be CPU/time intense for 255 addresses).</description>
		<content:encoded><![CDATA[<p>Oh and yes I agree with post #5, if you can get their address you&#8217;d have to make assumptions about where the router is (or try all &#8230; but that might be CPU/time intense for 255 addresses).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kingthorin</title>
		<link>http://www.thespanner.co.uk/2007/07/25/javascript-port-scanner/#comment-1376</link>
		<dc:creator>kingthorin</dc:creator>
		<pubDate>Thu, 18 Dec 2008 14:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/07/25/javascript-port-scanner/#comment-1376</guid>
		<description>Not sure if you&#039;re really interested in putting anymore work into this but...

Check this out:
http://browserspy.dk/ip.php

It grabs not only my external IP but also my local DHCP&#039;d internal IP. (Firefox 3.0.4)</description>
		<content:encoded><![CDATA[<p>Not sure if you&#8217;re really interested in putting anymore work into this but&#8230;</p>
<p>Check this out:<br />
<a href="http://browserspy.dk/ip.php" rel="nofollow">http://browserspy.dk/ip.php</a></p>
<p>It grabs not only my external IP but also my local DHCP&#8217;d internal IP. (Firefox 3.0.4)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth Heyes</title>
		<link>http://www.thespanner.co.uk/2007/07/25/javascript-port-scanner/#comment-1375</link>
		<dc:creator>Gareth Heyes</dc:creator>
		<pubDate>Fri, 12 Dec 2008 09:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/07/25/javascript-port-scanner/#comment-1375</guid>
		<description>There&#039;s no direct way but it would be possible to guess a few addresses like *.1 or *.254 because most routers are either at the start or end of the address range. Many people don&#039;t change the defaults especially when at home so it&#039;s a lot more likely with home based routers.

Another possibility is finding the router without the IP address. Many routers have a default dns name which can be used without knowing the IP.</description>
		<content:encoded><![CDATA[<p>There&#8217;s no direct way but it would be possible to guess a few addresses like *.1 or *.254 because most routers are either at the start or end of the address range. Many people don&#8217;t change the defaults especially when at home so it&#8217;s a lot more likely with home based routers.</p>
<p>Another possibility is finding the router without the IP address. Many routers have a default dns name which can be used without knowing the IP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kingthorin</title>
		<link>http://www.thespanner.co.uk/2007/07/25/javascript-port-scanner/#comment-1373</link>
		<dc:creator>kingthorin</dc:creator>
		<pubDate>Thu, 11 Dec 2008 19:10:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/07/25/javascript-port-scanner/#comment-1373</guid>
		<description>There must be a way via JavaScript to get the local IP of the host system that IE (or FF) is running on so would it be possible to check the images etc guessing based within the range of the assigned IP?

i.e.: I&#039;ve changed my DHCP range on my linksys to be 192.168.3.0/24. Using JS it should be possible for the browser to &#039;tell&#039; the JS LanScanner that I&#039;m 192.168.3.5 and then check 192.168.3.1 (or whatever assumption you want to make .... or check the whole /25) for the image to fingerprint the router.</description>
		<content:encoded><![CDATA[<p>There must be a way via JavaScript to get the local IP of the host system that IE (or FF) is running on so would it be possible to check the images etc guessing based within the range of the assigned IP?</p>
<p>i.e.: I&#8217;ve changed my DHCP range on my linksys to be 192.168.3.0/24. Using JS it should be possible for the browser to &#8216;tell&#8217; the JS LanScanner that I&#8217;m 192.168.3.5 and then check 192.168.3.1 (or whatever assumption you want to make &#8230;. or check the whole /25) for the image to fingerprint the router.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth Heyes</title>
		<link>http://www.thespanner.co.uk/2007/07/25/javascript-port-scanner/#comment-1322</link>
		<dc:creator>Gareth Heyes</dc:creator>
		<pubDate>Sat, 27 Sep 2008 18:35:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/07/25/javascript-port-scanner/#comment-1322</guid>
		<description>Some have been included but obviously there would be too many to include them all. I found a list of routers with default IP addresses and added those. If you know of a list of default addresses let me know and I&#039;ll add them.</description>
		<content:encoded><![CDATA[<p>Some have been included but obviously there would be too many to include them all. I found a list of routers with default IP addresses and added those. If you know of a list of default addresses let me know and I&#8217;ll add them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous User!</title>
		<link>http://www.thespanner.co.uk/2007/07/25/javascript-port-scanner/#comment-1321</link>
		<dc:creator>Anonymous User!</dc:creator>
		<pubDate>Sat, 27 Sep 2008 14:12:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/07/25/javascript-port-scanner/#comment-1321</guid>
		<description>It tries to connect to 192.168.x.x
What about the 10.0.x.x etc suffixes?</description>
		<content:encoded><![CDATA[<p>It tries to connect to 192.168.x.x<br />
What about the 10.0.x.x etc suffixes?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth Heyes</title>
		<link>http://www.thespanner.co.uk/2007/07/25/javascript-port-scanner/#comment-257</link>
		<dc:creator>Gareth Heyes</dc:creator>
		<pubDate>Thu, 26 Jul 2007 09:55:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/07/25/javascript-port-scanner/#comment-257</guid>
		<description>To help me improve the tool, please leave a comment if the scanner failed to find any servers. Ideally leave the name of the router and it&#039;s default IP address. e.g. Netgear 192.168.0.1

Also if anyone could leave the address to a default graphic on their router with the brand and model I could also add fingerprinting information to the tool. 

If you would rather send it privately, please send to gareth at businessinfo co uk, with the subject &quot;Router info&quot;.</description>
		<content:encoded><![CDATA[<p>To help me improve the tool, please leave a comment if the scanner failed to find any servers. Ideally leave the name of the router and it&#8217;s default IP address. e.g. Netgear 192.168.0.1</p>
<p>Also if anyone could leave the address to a default graphic on their router with the brand and model I could also add fingerprinting information to the tool. </p>
<p>If you would rather send it privately, please send to gareth at businessinfo co uk, with the subject &#8220;Router info&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

