<?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>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; network scanner</title> <atom:link href="http://www.ghacks.net/tag/network-scanner/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 08:24:54 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Very Simple Network Scanner</title><link>http://www.ghacks.net/2010/02/09/very-simple-network-scanner/</link> <comments>http://www.ghacks.net/2010/02/09/very-simple-network-scanner/#comments</comments> <pubDate>Tue, 09 Feb 2010 13:39:45 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[network]]></category> <category><![CDATA[network management]]></category> <category><![CDATA[network scanner]]></category> <category><![CDATA[port scanner]]></category> <category><![CDATA[portable software]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=22931</guid> <description><![CDATA[A network scanner is a program that can scan a specific network IP range for devices. This can be interesting for maintenance or inventory related tasks as well as network monitoring and retrieving information about a specific device in the network. Very Simply Network Scanner is a free software program for the Windows operating system [...]]]></description> <content:encoded><![CDATA[<p>A network scanner is a program that can scan a specific network IP range for devices. This can be interesting for maintenance or inventory related tasks as well as network monitoring and retrieving information about a specific device in the network.</p><p>Very Simply Network Scanner is a free software program for the Windows operating system that can scan a network range. The main purpose of the program is to scan a specific network range, display a list of devices discovered in that range and provide the means to export the findings in a csv file.</p><p><span
id="more-22931"></span><img
src="http://www.ghacks.net/wp-content/uploads/2010/02/network_scanner-500x453.png" alt="" title="network scanner" width="500" height="453" class="alignnone size-medium wp-image-22932" /></p><p>The network scanner is relatively easy to use. The network IP range can be selected in the network field. The first three digits of the IP are left untouched but the last digit defines the starting point of the scan. The end point of the scan is the last possible digit in that range (e.g. from 0 to 255).</p><p>A click on scan network will initiate the network scan which does not take longer than a few seconds usually unless the network utilizes many devices on different IPs.</p><p>Each device will be listed with its IP, DNS, time and TTL, Mac address and device type among other parameters.</p><p>Selected information can be copied to the clipboard. The user of the program can select the device type by right-clicking on a line in the results which makes identification of devices easier.</p><p>A port scanner is included that can be used to retrieve the ports that are open by the selected network IP.</p><p>Very Simple Network Scanner is a work in progress. The portable software program is currently offered as an alpha version that can be downloaded from various software portals like <a
href="http://fileforum.betanews.com/detail/Very-Simple-Network-Scanner/1225221860/1">Betanews</a>.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/02/09/very-simple-network-scanner/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Map your network with Zenmap</title><link>http://www.ghacks.net/2009/08/09/map-your-network-with-zenmap/</link> <comments>http://www.ghacks.net/2009/08/09/map-your-network-with-zenmap/#comments</comments> <pubDate>Sun, 09 Aug 2009 19:47:47 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[Networks]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[network mapping]]></category> <category><![CDATA[network scanner]]></category> <category><![CDATA[nmap]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=15190</guid> <description><![CDATA[Nmap is one of the most useful network discovery tools you will ever use. Nmap allows you to explore networks of any size to determine the following information: Port details Host details State Service Devices Addresses and much, much more Nmap is one of those applications you will need to open anytime you see issues [...]]]></description> <content:encoded><![CDATA[<p><a
title="Nmap" href="http://nmap.org/" target="_blank">Nmap</a> is one of the most useful network discovery tools you will ever use. Nmap allows you to explore networks of any size to determine the following information:</p><ul><li>Port details</li><li>Host details</li><li>State</li><li>Service</li><li>Devices</li><li>Addresses</li><li>and much, much more</li></ul><p>Nmap is one of those applications you will need to open anytime you see issues on your network, need to get information about hosts, track down an IP address, etc. Nmap is flexible, powerful, deployed all over the world (it is in the top 10 programs on <a
title="Freshmeat" href="http://freshmeat.net/" target="_blank">Freshmeat</a>), easy to use, well documented, cross platform (Linux, OS X, and Windows ) and (best of all) FREE!</p><p>But Nmap is a commmand-line only tool. Most users don&#8217;t want to monkey with the command line. Fortunately there are plenty of front-end tools for command line equivalents. For Nmap you can use the user-friend <a
title="Zenmap" href="http://nmap.org/zenmap/" target="_blank">Zenmap</a>. And how can you get up to speed quickly with Zenmap? Easy&#8230;you read this tutorial on how to run a scan on your entire LAN and then read the results.</p><p><span
id="more-15190"></span><strong>Getting and installing</strong></p><p>To install Zenmap you will have to install Nmap along with it. You can do this one of two ways: with Synaptic (or another GUI front end for your installation tool), or from the command line. To install via your Add/Remove Software tool follow these steps:</p><ol><li>Open up your Add/Remove Software utility.</li><li>Search for Nmap.</li><li>Mark Nmap for installation.</li><li>Search for Zenmap.</li><li>Mark Zenmap for installation.</li><li>Click Apply to install.</li></ol><p>Once installed you will see the entry for Zenmap in your Internet (or Network) sub-menu of your Applications or Main menu. You will want to run Zenmap as the root user because, most likely, your standard user will not have access to the networking devices.</p><p><strong>Running Zenmap</strong></p><div
id="attachment_15192" class="wp-caption alignleft" style="width: 390px"><a
rel="attachment wp-att-15192" href="http://www.ghacks.net/2009/08/09/map-your-network-with-zenmap/zenmap/"><img
class="size-full wp-image-15192 " src="http://www.ghacks.net/wp-content/uploads/2009/08/zenmap.png" alt="Figure 1" width="380" height="381" /></a><p
class="wp-caption-text">Figure 1</p></div><p>When you fire up Zenmap you will see the main window (see Figure 1) which will be empty of scans (because none have been issued as of yet).</p><p>To start a new scan you can do one of two things: You can enter a target IP (or range), select the type of scan, and hit Scan. Or you can open up the Command Wizard to construct a much more specific type of scan.</p><p>If you opt for just entering in your target(s) here&#8217;s how it works. The first thing you do is enter a target IP address. If you want to use a range of addresses the address would look like this: 192.168.1.1-200. NOTE: There are no spaces in the address.</p><p>You then need to select the type of scan to run. There are eight different types of scans to run. The intense scan will give you the most information and the Operating System Detection will give you the least amount of information.</p><p>The second method of setting up a scan is the Command Wizard. When you click this button you will walk through the following steps:</p><ul><li>Novice/Expert: Select the level of configuration you want to use.</li><li>Profile/Command: Create a new profile or create a command to run once.</li><li>Profile Details: If you go the Profile route you will have to enter the profile details.</li><li>Scan Type: TCP or Non-TCP scan types as well as inclusion of Services version and Operating system detection.</li><li>Ping Options: ICMP, ACK, SYN, IPPronto, etc details (if needed).</li><li>Scripting Options: If you need to add special scripts to your scan.</li><li>Target Options: Exclude hosts as well as configure ports to scan.</li><li>Source Options: Use decoys, set source address, set source port options if needed.</li><li>Misc Options: Various options to include.</li></ul><p>Once you have finished configuring your scan via the Wizard you can hit the Scan button. However, if you opted to go the Profile route you will need to select your new profile from the Profile dropdown list.</p><p><strong>Scan results</strong></p><div
id="attachment_15195" class="wp-caption alignright" style="width: 390px"><a
rel="attachment wp-att-15195" href="http://www.ghacks.net/2009/08/09/map-your-network-with-zenmap/scan_results/"><img
class="size-full wp-image-15195 " src="http://www.ghacks.net/wp-content/uploads/2009/08/scan_results.png" alt="Figure 2" width="380" height="381" /></a><p
class="wp-caption-text">Figure 2</p></div><p>After your scan has completed you can take a look at your scan results. There are five tabs that will give you various information about the scan. Obviously the Scan Details tab is where you will get a good summation of your scan. To get the low-level details of your scan take a look at the Nmap Output tab. As your scan is running this is the only tab you can view &#8211; and it will give you every piece of information you need.</p><p><strong>Saving scans</strong></p><p>A nice feature of Zenmap is the ability to save scans. Once you have a scan completed you can save your scan and open it for later viewing. The only downfall of this is the Nmap Output is a bit cramped together. While the scan is running the output is displayed in real time so it&#8217;s easy to read. When not in real time this output can really be a pain to get through. Fortunately, between the other tabs, you can get all of the information you need quickly and easily.</p><p><strong>Final thoughts</strong></p><p>Zenmap makes easy work out of the complicated Nmap command utility. If you have any need to map a network or analyze your network topography, Zenmap is the way to go.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/08/09/map-your-network-with-zenmap/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Network Security Software Bothunter</title><link>http://www.ghacks.net/2008/12/18/network-security-software-bothunter/</link> <comments>http://www.ghacks.net/2008/12/18/network-security-software-bothunter/#comments</comments> <pubDate>Thu, 18 Dec 2008 07:31:53 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[bothunter]]></category> <category><![CDATA[botnet]]></category> <category><![CDATA[computer network]]></category> <category><![CDATA[Computer Security Software]]></category> <category><![CDATA[network scanner]]></category> <category><![CDATA[network security]]></category> <category><![CDATA[network security software]]></category> <category><![CDATA[windows security]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=9149</guid> <description><![CDATA[Bot networks are still a huge threat on the Internet. They are usually established with the use of computer worms that exploit old and new security vulnerabilities. A network security software like Bothunter can be helpful in determining if a computer network has been compromised. It does so by analysing the communication in the local [...]]]></description> <content:encoded><![CDATA[<p>Bot networks are still a huge threat on the Internet. They are usually established with the use of computer worms that exploit old and new security vulnerabilities. A network security software like Bothunter can be helpful in determining if a computer network has been compromised. It does so by analysing the communication in the local network.</p><p>The software has been designed to discover communication patterns that are typical for malware infected computers. While Bothunter has been designed as a network security software that can analyze the traffic of the network it can also be used to analyze a single computer or basic home network.</p><p><a
href="http://www.bothunter.net/">Bothunter</a> is supplied as a Linux or Windows version. The Linux version comes as a installation but also in form of a live CD that can be used from any computer that is capable of booting from CD and compatible with Ubuntu Linux.</p><p><span
id="more-9149"></span><img
src="http://www.ghacks.net/wp-content/uploads/2008/12/network_security_software-500x276.jpg" alt="network security software" title="network security software" width="500" height="276" class="alignnone size-medium wp-image-9150" /></p><p>Bothunter needs some configuration in the beginning. Most home users will only need to enter the local network IP which they can discover this way:</p><blockquote><p>Click the Windows desktop Start Menu, Control Panel, Network Connections.   Find the local area connection that is &#8220;Connected&#8221;. Double click the connected network icon.  Click the Support Tab.  Your IP address will be listed.</p></blockquote><p>Optional data like the IP address of SMTP servers or DNS servers can be entered if they are used in the computer network. Home users usually leave these information blank. The only other information needed is the network adapter that should be used to scan and analyse the computer network.</p><p>Once that is done the network security software will scan the computer network in two minute intervals and display any potential bot infection in the interface.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/12/18/network-security-software-bothunter/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Softperfect Network Scanner</title><link>http://www.ghacks.net/2008/08/23/softperfect-network-scanner/</link> <comments>http://www.ghacks.net/2008/08/23/softperfect-network-scanner/#comments</comments> <pubDate>Sat, 23 Aug 2008 08:48:11 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[network]]></category> <category><![CDATA[network scan]]></category> <category><![CDATA[network scanner]]></category> <category><![CDATA[network scanning]]></category> <category><![CDATA[softperfect]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=6388</guid> <description><![CDATA[Softperfect Network Scanner is a portable IP, NetBios and SNMP scanner that runs under all Microsoft operating systems starting with Windows 95 including Windows XP, Windows Vista and Windows Server 2008. The 600 Kilobyte executable can be launched from any location on the computer and provides a clean interface immediately. It can automatically detect the [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://www.softperfect.com/products/networkscanner/">Softperfect</a> Network Scanner is a portable IP, NetBios and SNMP scanner that runs under all Microsoft operating systems starting with Windows 95 including Windows XP, Windows Vista and Windows Server 2008. The 600 Kilobyte executable can be launched from any location on the computer and provides a clean interface immediately.</p><p>It can automatically detect the Local IP Range, External IP Addresses and IP Range from a Host Name. Those information are automatically inserted into the scanning parameters. A scan resolves host names, pings the servers, detects MAC addresses, hidden shared folders and write accessible shares.</p><p>Some of the options are disabled by default and have to be enabled in the program&#8217;s options. This is for example the case for MAC address detection and discovery of Open Ports. The ports have to be entered in a comma separated list, by default only port 80 is checked.</p><p><span
id="more-6388"></span>The network scanner has been designed to scan local and remote networks. Basically any IP range can be entered and Softperfect Network Scanner will scan it.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2008/08/network_scanner-500x376.gif" alt="network scanner" title="network scanner" width="500" height="376" class="alignnone size-medium wp-image-6389" /></p><p>The network scanner supports additional features that make it interesting. I can launch third party applications that can be integrated into the software. It does support Wake-On-Lan and Remote Shutdown, can mount and explore network resources and retrieve logged in users.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/08/23/softperfect-network-scanner/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> </channel> </rss>
