<?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>Fri, 24 May 2013 05:38:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</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>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/3 queries in 0.003 seconds using disk: basic
Object Caching 233/234 objects using disk: basic
Content Delivery Network via cdn.osxdaily.com

Served from: osxdaily.com @ 2013-05-24 14:18:36 -->