<?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: How to Scan a Windows Network for Conficker Virus from Mac OS X</title>
	<atom:link href="http://osxdaily.com/2009/03/31/how-to-scan-a-windows-network-for-conficker-virus-from-mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://osxdaily.com/2009/03/31/how-to-scan-a-windows-network-for-conficker-virus-from-mac-os-x/</link>
	<description>News, tips, software, reviews, and more for Mac OS X, iPhone, iPad</description>
	<lastBuildDate>Mon, 13 Feb 2012 01:29:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: George</title>
		<link>http://osxdaily.com/2009/03/31/how-to-scan-a-windows-network-for-conficker-virus-from-mac-os-x/#comment-93589</link>
		<dc:creator>George</dc:creator>
		<pubDate>Sun, 12 Apr 2009 17:24:58 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=364#comment-93589</guid>
		<description>your script gives a lot of false positives. Actually it supposedly finds client on every possible IP address ( which is not the case ) 

The following however works quite well with the latest beta ( 4.85Beta7 )
nmap --script=smb-check-vulns --script-args=safe=1 -p445 -d 

where target is something like 192.168.1.2-254 ( 192.168.1.1 would be the gateway ).</description>
		<content:encoded><![CDATA[<p>your script gives a lot of false positives. Actually it supposedly finds client on every possible IP address ( which is not the case ) </p>
<p>The following however works quite well with the latest beta ( 4.85Beta7 )<br />
nmap &#8211;script=smb-check-vulns &#8211;script-args=safe=1 -p445 -d </p>
<p>where target is something like 192.168.1.2-254 ( 192.168.1.1 would be the gateway ).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Conficker.C worm is Coming - margjakob</title>
		<link>http://osxdaily.com/2009/03/31/how-to-scan-a-windows-network-for-conficker-virus-from-mac-os-x/#comment-93582</link>
		<dc:creator>Conficker.C worm is Coming - margjakob</dc:creator>
		<pubDate>Mon, 06 Apr 2009 12:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=364#comment-93582</guid>
		<description>[...] [1]: It&#8217;s may be in your network right now. You can help others by using this: How to Scan a Windows Network for Conficker Virus from Mac OS X   Share and [...]</description>
		<content:encoded><![CDATA[<p>[...] [1]: It&#8217;s may be in your network right now. You can help others by using this: How to Scan a Windows Network for Conficker Virus from Mac OS X   Share and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose</title>
		<link>http://osxdaily.com/2009/03/31/how-to-scan-a-windows-network-for-conficker-virus-from-mac-os-x/#comment-93575</link>
		<dc:creator>Jose</dc:creator>
		<pubDate>Thu, 02 Apr 2009 15:14:31 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=364#comment-93575</guid>
		<description>I wrote a script that parses the nmap output and uses nbtscan to retrieve the netbios name.  I wrote it for Linux, but it should be trivial for someone with scripting skills to adept to work with OS X.

Download here
http://jdltech.com/conficker/</description>
		<content:encoded><![CDATA[<p>I wrote a script that parses the nmap output and uses nbtscan to retrieve the netbios name.  I wrote it for Linux, but it should be trivial for someone with scripting skills to adept to work with OS X.</p>
<p>Download here<br />
<a href="http://jdltech.com/conficker/" rel="nofollow">http://jdltech.com/conficker/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rb</title>
		<link>http://osxdaily.com/2009/03/31/how-to-scan-a-windows-network-for-conficker-virus-from-mac-os-x/#comment-93569</link>
		<dc:creator>rb</dc:creator>
		<pubDate>Wed, 01 Apr 2009 00:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=364#comment-93569</guid>
		<description>lol noob, people running this script ARE network admins.</description>
		<content:encoded><![CDATA[<p>lol noob, people running this script ARE network admins.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://osxdaily.com/2009/03/31/how-to-scan-a-windows-network-for-conficker-virus-from-mac-os-x/#comment-93568</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 31 Mar 2009 22:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=364#comment-93568</guid>
		<description>DO NO RUN NMAP on your network if it&#039;s professionally managed by IT staff.  It&#039;s a port scanner and in some work environments it can be cause for termination!  In an enterprise network it will set off alarm bells in the NOC and they will hunt you down quick fast and in a hurry!  

That being said, if your network is unmanaged and you feel you wouldn&#039;t be fired for port scanning computers on the LAN then go ahead.</description>
		<content:encoded><![CDATA[<p>DO NO RUN NMAP on your network if it&#8217;s professionally managed by IT staff.  It&#8217;s a port scanner and in some work environments it can be cause for termination!  In an enterprise network it will set off alarm bells in the NOC and they will hunt you down quick fast and in a hurry!  </p>
<p>That being said, if your network is unmanaged and you feel you wouldn&#8217;t be fired for port scanning computers on the LAN then go ahead.</p>
]]></content:encoded>
	</item>
</channel>
</rss>


<!-- W3 Total Cache: Page cache debug info:
Engine:             disk (enhanced)
Key:                2009/03/31/how-to-scan-a-windows-network-for-conficker-virus-from-mac-os-x/feed/_index.html
Caching:            disabled
Reject reason:      user agent is rejected
Status:             not cached
Creation Time:      0.069s
Header info:
X-Pingback:         http://osxdaily.com/xmlrpc.php
Last-Modified:      Mon, 13 Feb 2012 01:29:35 GMT
ETag:               "05e6f7291eb0b0598dea2a796acd23c5"
X-Powered-By:       W3 Total Cache/0.9.1.3
Link:               <http://wp.me/ps4An-5S>; rel=shortlink
Content-Type:       text/xml; charset=UTF-8
-->
