<?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 tools</title> <atom:link href="http://www.ghacks.net/tag/network-tools/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>Fri, 10 Feb 2012 20:51:26 +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>Linux command line tips: wget</title><link>http://www.ghacks.net/2011/03/04/linux-command-line-tips-wget/</link> <comments>http://www.ghacks.net/2011/03/04/linux-command-line-tips-wget/#comments</comments> <pubDate>Fri, 04 Mar 2011 20:24:11 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Networks]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[downloaders]]></category> <category><![CDATA[downloading]]></category> <category><![CDATA[network tools]]></category> <category><![CDATA[wget]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=42086</guid> <description><![CDATA[One of the applications I use most often is the wget tool. You don&#8217;t realize how useful this tool is until you&#8217;ve used and then needed it but not had it available. Wget is, for all intent and purpose, a non-interactive web downloader that allows the user to, from the command line, download files without [...]]]></description> <content:encoded><![CDATA[<p>One of the applications I use most often is the wget tool. You don&#8217;t realize how useful this tool is until you&#8217;ve used and then needed it but not had it available. Wget is, for all intent and purpose, a non-interactive web downloader that allows the user to, from the command line, download files without requiring the user to even be logged in (hence the &#8220;non-interactive&#8221; in the title.)</p><p>Wget can do a lot of things browsers can not do, which makes it an incredibly valuable tool for users who do a lot of downloading. Wget can even re-connect and finish a download if a connection is dropped. Let&#8217;s take a look and see how to make best use of this very powerful tool.</p><p><span
id="more-42086"></span><strong>Installation</strong></p><p>Installation for wget is very simple, as it will be found in the standard repositories. You can install wget from either the command line (such as <em>yum install wget</em> or <em>sudo apt-get install wget</em>) or you can also install wget from the Add/Remove Applications tool (Ubuntu Software Center, PackageKit, Synaptic, etc) by doing the following:</p><ol><li>Open the tool.</li><li>Search for &#8220;wget&#8221; (no quotes).</li><li>Mark for installation.</li><li>Apply.</li></ol><p><strong>Usage</strong></p><p>Remember, wget is a command line only tool (although there are front-ends available) so you will need to either be working from within a terminal window or logged onto a virtual terminal. Now that you have the right tool open, let&#8217;s see how wget can help you.</p><p>The basic usage is:</p><p><code>wget ADDRESS_TO_FILE</code></p><p>Where ADDRESS_TO_FILE is the actual address (URL or IP) to the file you want to download.</p><p>The above will download a single file to your hard drive. Now, what if you have a need to do an recursive downloading? For example there is an entire directory of files you need to download. To do recursive downloading on a remote directory the command would be:</p><p><code>wget -r ADDRESS_TO_DIRECTORY/DIRECTORY</code></p><p>The above command will download a directory hierarchy that matches the hierarchy downloaded from. In other words, within the directory you ran the wget command, you will find (using the above as an example) a newly created directory called ADDRESS_TO_DIRECTORY. Within that directory will be all of the subdirectories you downloaded.</p><p>If you don&#8217;t want to download the hierarchy, just the files, you would add the -nd switch like so:</p><p><code>wget -r -nd ADDRESS_TO_DIRECTORY/DIRECTORY</code></p><p>Now the only thing that will download is the files contained within DIRECTORY.</p><p>What if the address or directory you are downloading requires a username and password? You can pass that along with the wget command like so:</p><p><code>wget -r -nd --user=USERNAME --password=PASSWORD ADDRESS_TO_DIRECTORY/DIRECTORY</code></p><p>Where USERNAME is the required username, PASSWORD is the required password, ADDRESS_TO_DIRECTORY is the address and DIRECTORY is the directory containing the files.</p><p>Now, if you want to run wget in the background (so you don&#8217;t have to be logged in) you would issue the command as such:</p><p><code>wget -bqc ADDRESS_TO_FILE/FILE</code></p><p>Where ADDRESS_TO_FILE is the address containing the file and FILE is the file name to be downloaded.</p><p><strong>Final thoughts</strong></p><p>You will find wget to be one of the more useful tools in your Linux toolkit. And once you start using it you will never look back.</p><p>&nbsp;</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/03/04/linux-command-line-tips-wget/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>System Information For Windows Pro Review</title><link>http://www.ghacks.net/2010/03/26/system-information-for-windows-pro-review/</link> <comments>http://www.ghacks.net/2010/03/26/system-information-for-windows-pro-review/#comments</comments> <pubDate>Fri, 26 Mar 2010 07:45:15 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[hardware inventory]]></category> <category><![CDATA[network]]></category> <category><![CDATA[network tools]]></category> <category><![CDATA[software inventory]]></category> <category><![CDATA[system information]]></category> <category><![CDATA[system information for windows]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=23962</guid> <description><![CDATA[SIW, which stands for System Information For Windows, is an excellent software program to display information about a Windows computer system. The program is offered as a free version and a pro version which is available as a business and technician version. System Information for Windows can display information about a computer system&#8217;s software and [...]]]></description> <content:encoded><![CDATA[<p>SIW, which stands for System Information For Windows, is an excellent software program to display information about a Windows computer system. The program is offered as a free version and a pro version which is available as a business and technician version.</p><p>System Information for Windows can display information about a computer system&#8217;s software and hardware inventory and network information. It furthermore provides access to a set of tools that can perform a variety of tasks from changing a network adapter&#8217;s MAC address to dumping the computer bios or testing the computer monitor.</p><p>The system information can be accessed from the left sidebar that sorts them into software, hardware and network categories or the header of the application that provides access to all information that are accessible on the sidebar and the tools menu that links to all tools that are included.</p><p><span
id="more-23962"></span><img
src="http://www.ghacks.net/wp-content/uploads/2010/03/system_information-500x353.jpg" alt="" title="system information" width="500" height="353" class="alignnone size-medium wp-image-23963" /></p><p>The information that are displayed are very extensive, the program lists for example the following:</p><ul><li>Software Inventory: Operating System, Installed Software and Hotfixes, Processes, Services, Users, Open Files, System Uptime, Installed Codecs, Software Licenses (Product Keys / Serial Numbers / CD Key), Secrets (Password Recovery).</li><li>Hardware Inventory: Motherboard, Sensors, BIOS, CPU, chipset, PCI/AGP, USB and ISA/PnP Devices, Memory, Video Card, Monitor, Disk Drives, CD/DVD Devices, SCSI Devices, S.M.A.R.T., Ports, Printers.</li><li>Network Information: Network Cards, Network Shares, currently active Network Connections, Open Ports.</li><li>Network Tools: MAC Address Changer, Neighborhood Scan, Ping, Trace, Statistics</li><li>Miscellaneous Tools: Eureka! (Reveal lost passwords hidden behind asterisks), Monitor Test, Shutdown / Restart.</li><li>Real-time monitors: CPU, Memory, Page File usage and Network Traffic.</li></ul><p>Here are some real world examples of what you can do with System Information For Windows besides displaying the installed software or computer hardware:</p><ul><li>List Windows product key as well as serial numbers of other installed applications.</li><li>Configure Autorun, Browser Helper Objects and other drivers or programs that are loaded during startup.</li><li>Display temperature of computer hardware if the hardware makes use of sensors.</li><li>Display all open ports and network shares on the system</li><li>Display passwords that are hidden behind asterisks</li><li>Perform a broadband speed test</li></ul><p>System Information For Windows can be used to generate an inventory report of a computer system in no time. The extensive reporting options of the pro version make it ideal for that purpose.</p><p>The tools that are provided make several tools that users might otherwise use unnecessary which could be one of the reasons to install this version of the software.</p><p>Differences between System Information for Windows pro and free version:</p><ul><li>The pro version has a reporting option that can be used to generate system information reports that can be saved as html, xml, txt or csv reports. The free version only supports html reports.</li><li>The free version has several restrictions. It is for instance not allowed to use the software in a business environment</li><li>Several command line parameters are not available in the free version</li></ul><p>The version that is offered at the Giveaway of the Day website is System Information for Windows Pro Business Edition. The program&#8217;s standard price is $69.</p><p><strong>Positive</strong></p><ul><li>Runs on both 32-bit and 64-bit editions of Windows</li><li>Extensive system information</li><li>Reporting option</li><li>Tools for various tasks</li></ul><p><strong>Negative</strong></p><ul><li>No alarms. It would be nice if alarms could be configured, e.g. when the temperature level reaches a maximum.</li><li>Processing information directly. Instead of only displaying information it would be nice if they could be processed directly. The software inventory displays for instance the installed applications but there is no way to uninstall them directly.</li><li>Tries to install Registry Booster during installation</li></ul><p>System Information for Windows Pro can be downloaded for free today at the <a
href="http://www.giveawayoftheday.com/siw/">Giveaway of the Day</a> website. The developer&#8217;s website with additional information (like the command line parameters) is available <a
href="http://www.gtopala.com/">here</a>.</p><p>Viable alternatives are the free version of SIW, <a
href="http://www.ghacks.net/2009/11/11/pc-hardware-system-information-software-speccy/">Speccy</a>, <a
href="http://www.ghacks.net/2010/02/23/open-hardware-monitor-displays-realtime-information-about-the-computer/">Open Hardware Monitor</a> or <a
href="http://www.ghacks.net/2007/11/24/get-system-information-with-pc-wizard/">PC Wizard</a>.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/03/26/system-information-for-windows-pro-review/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Monitor your Network the Open Source way with Etherape</title><link>http://www.ghacks.net/2009/01/23/monitor-your-network-the-open-source-way-with-etherape/</link> <comments>http://www.ghacks.net/2009/01/23/monitor-your-network-the-open-source-way-with-etherape/#comments</comments> <pubDate>Fri, 23 Jan 2009 19:49:03 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[etherape]]></category> <category><![CDATA[etherman]]></category> <category><![CDATA[internal traffic]]></category> <category><![CDATA[network analyzers]]></category> <category><![CDATA[Network Monitoring]]></category> <category><![CDATA[network tools]]></category> <category><![CDATA[tcp/ip]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=10086</guid> <description><![CDATA[Every network administrator needs a good network monitor for network management. But with so many to choose from it&#8217;s hard to know which one is best. This especially applies to the open source world. Go to Freshmeat.net and you will find 191 entries for open source network analyzers and network tools. Of those many are [...]]]></description> <content:encoded><![CDATA[<p>Every network administrator needs a good network monitor for network management. But with so many to choose from it&#8217;s hard to know which one is best. This especially applies to the open source world. Go to Freshmeat.net and you will find 191 entries for open source network analyzers and network tools. Of those many are console based. Of those entries one monitor stands out as both powerful and easy to use. That tool? <a
title="Etherape Main Page" href="http://etherape.sourceforge.net/" target="_blank">Etherape</a>.</p><p>Etherape is a graphical network monitoring tool based on etherman that features link-layer, tcp, and ip modes. Etherape is a real time monitor who&#8217;s graphic representation instantly changes as network traffic goes in and out. You can use Etherape live or have it read from a dump file. Etherape supports Ethernet, FDDI, Token Ring, ISDN, PPP and SLIP devices so you shouldn&#8217;t have any problem getting it to work on your network.</p><p><span
id="more-10086"></span><strong>Installing</strong></p><p>Installing Etherape is simple. Open up your Add/Remove Software utility, do a search for &#8220;etherape&#8221; and select the entry when it appears. Apply the changes to install the application. If you prefer to go the command line route you can isse the command &#8220;sudo apt-get install etherape&#8221;. Once you have the application installed you can start Etherape by issuing the command <em>etherape</em> from a command line. You can also start Etherape from the Applications menu by looking in the Tools | System Tools submenus.</p><p><strong>The Main Window</strong></p><p>When you first open up Etherape (you will need the root password) you will see a blank window with some buttons and menus. At this point you are not capturing any packets because you haven&#8217;t instructed Etherape what interfaces to use.</p><div
id="attachment_10088" class="wp-caption alignleft" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2009/01/etherape_interfaces.png"><img
class="size-medium wp-image-10088" src="http://www.ghacks.net/wp-content/uploads/2009/01/etherape_interfaces-500x382.png" alt="Configure Etherape Interfaces" width="300" height="229" /></a><p
class="wp-caption-text">Configure Etherape Interfaces</p></div><p>In order to configure the interface click on the Capture menu and then click in the Interfaces sub-menu. Select the interface your machine uses to continue. Note that, as of this writing, Etherape does not support the Wifi0 interface. If you are using wireless you will most likely be able to use ath0.</p><p>Once you have configured the interface select the Mode type from the same menu you found the Interfaces entry.</p><p>Etherape will immediately begin capturing packets. You will see the large black window quickly fill with traffic. Depending upon your network your window can fill up very quickly. You will also notice that Etherape contains a color-coded legend.</p><div
id="attachment_10090" class="wp-caption alignright" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2009/01/etherape_main1.png"><img
class="size-medium wp-image-10090" src="http://www.ghacks.net/wp-content/uploads/2009/01/etherape_main1-500x402.png" alt="Etherape Capturing Packets" width="300" height="241" /></a><p
class="wp-caption-text">Etherape Capturing Packets</p></div><p>By default CUPS and Domain are blue, WWW, TCP, ICMP are red, IMAP2 is purple, and POP3 is yellow. These colors can be changed in the Preferences window to whatever you like.</p><p>As you can see (in the image to the right) there is a lot of external traffic. But what if you only want to monitor internal traffic? Simple In the Preferences window click on the Diagram tab. You will see a small text area labeled &#8220;Capture Filter&#8221;. In this text area you will enter something similar to:<em> ip and src net 192.168 and dst net 192.168</em> (where 192.168 is the first two sections of your internal network addressing.)</p><p>Once you enter that information, click Save, and the preferences window will go away. Etherape will now start capturing only your internal traffic.</p><p><strong>Reading From Files</strong></p><p>Etherape can read files from the <em>tcpdump</em> application. But you must run <em>tcpdump</em> with the <em>-n </em>and <em>-w</em> flags. The <em>tcpdump </em>command would be run like so: <em>tcpdump -n -w dump_file</em>. Once you are satisfied you have enough information you can stop the dump with ctrl-c. Once you have your dump file you can open it by going to File and then selected Open. The captured packets will display in real time as they were captured during tcpdump&#8217;s run.</p><p><strong>Final Thoughts</strong></p><p>Etherape is the perfect tool for monitoring network traffic. Not only is it simple to use, it gives you instant output as traffic comes in and out of your network.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/01/23/monitor-your-network-the-open-source-way-with-etherape/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Server Monitoring Software NetTools</title><link>http://www.ghacks.net/2008/08/13/server-monitoring-software/</link> <comments>http://www.ghacks.net/2008/08/13/server-monitoring-software/#comments</comments> <pubDate>Wed, 13 Aug 2008 10:27:56 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[network]]></category> <category><![CDATA[network tools]]></category> <category><![CDATA[Networking Monitoring Software]]></category> <category><![CDATA[server monitor]]></category> <category><![CDATA[Server Monitoring Software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=6117</guid> <description><![CDATA[NetTools is another server monitoring software that shows promise. The main advantage of NetTools is at the same time its biggest disadvantage. The software program runs on a Windows computer which means that it&#8217;s virtually impossible to let it monitor servers 24/7 unless the computer is always on. The Server Monitoring Software however is offering [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://www.axencesoftware.com/index.php?action=FreeNTNetCheck">NetTools</a> is another server monitoring software that shows promise. The main advantage of NetTools is at the same time its biggest disadvantage. The software program runs on a Windows computer which means that it&#8217;s virtually impossible to let it monitor servers 24/7 unless the computer is always on.</p><p>The Server Monitoring Software however is offering a wealth of tools and options to monitor networks, servers and websites of which some are restricted to the commercial version of the monitoring software. The user can add a number of IPs or domain names that should be monitored by the software. It monitors response time and packets in real time and graphs that display the data as well.</p><p>Alerts can be set if the host is not responding or if the server response time or packet loss rate reaches a certain number. Four events can be configured: Message on the desktop, send an email, play a sound or show an icon in the system tray.</p><p><span
id="more-6117"></span><img
src="http://www.ghacks.net/wp-content/uploads/2008/08/server_monitoring1-500x299.jpg" alt="server monitoring" title="server monitoring " width="500" height="299" class="alignnone size-medium wp-image-6119" /></p><p>The free version of NetTools provides access to several network tools like Ping, Lookup or Trace but also more advanced tools like network and host scans.</p><p>I personally think it&#8217;s a bit unfortunate to mix free and commercial versions into the free version which might confuse the user at the beginning. <a
href="http://www.ghacks.net/2008/08/11/network-monitoring-software-looklan/">Networking Monitoring Software</a> Look@Lan offers most of the features as well but is completely free.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/08/13/server-monitoring-software/feed/</wfw:commentRss> <slash:comments>18</slash:comments> </item> <item><title>eToolz Network Toolset</title><link>http://www.ghacks.net/2008/05/11/etoolz-network-toolset/</link> <comments>http://www.ghacks.net/2008/05/11/etoolz-network-toolset/#comments</comments> <pubDate>Sun, 11 May 2008 11:57:09 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[internet]]></category> <category><![CDATA[network]]></category> <category><![CDATA[network tools]]></category> <category><![CDATA[ping]]></category> <category><![CDATA[tracert]]></category> <category><![CDATA[whois]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=4090</guid> <description><![CDATA[It is sometimes required to issue a ping or tracert command to identify the source for a slow Internet connection or no connection to a server at all. I usually use those commands when I notice that websites that I own run slow or are not responsive at all. This can also be useful if [...]]]></description> <content:encoded><![CDATA[<p>It is sometimes required to issue a ping or tracert command to identify the source for a slow Internet connection or no connection to a server at all. I usually use those commands when I notice that websites that I own run slow or are not responsive at all. This can also be useful if you are a gamer and want to test your ping to a game server or find out how your connection is routed to the server. Several companies, like Blizzard for instance, request a tracert and ping before they even look in the matter.</p><p>Most operating systems have those tools on board and it is normally not required to use an external tool. Many users however do not like to work with the command line in Windows and prefer a graphical user interface instead. Many also have difficulties issuing the correct commands, e.g. finding out how to save the result in a text document automatically.</p><p><a
href="http://translate.google.com/translate?hl=de&amp;langpair=de%7Cen&amp;u=http://www.gaijin.at/dlet.php">eToolz</a> is a collection of network and Internet tools that provides a graphical interface for several common commands. This includes ping and tracert but also DNS and whois lookups, mail checks, the retrieval of http headers, time synchronization, pagerank check and list with useful information (default ports, domain extensions).</p><p><span
id="more-4090"></span><img
src="http://www.ghacks.net/wp-content/uploads/2008/05/etoolz-300x223.jpg" alt="etoolz" title="etoolz" width="300" height="223" class="alignnone size-medium wp-image-4091" /></p><p>Most functions come with several options. It is for instance possible to select one of six whois databases, define timeouts, ping counts or the maximum amount of hops of a tracert. Every echo in the program can be copied normally. Five languages are supported: German, English, French, Portuguese and Dutch although a few of the information are still not translated and therefor in German.</p><p>The developer of the product uses Google Translate to provide an English version of the homepage, ever heard of Nazi lookups ? Yeah, me neither.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/05/11/etoolz-network-toolset/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Top 100 Network Security Tools</title><link>http://www.ghacks.net/2006/06/22/top-100-network-security-tools/</link> <comments>http://www.ghacks.net/2006/06/22/top-100-network-security-tools/#comments</comments> <pubDate>Thu, 22 Jun 2006 11:41:38 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Hacking]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[network tools]]></category> <category><![CDATA[Software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2006/06/22/top-100-network-security-tools/</guid> <description><![CDATA[Great list of the top 100 network security tools voted by 3243 users of the nmap-hackers mailing list. Every tool mentioned has a description, a homepage link to the developers, icons that tell you if it works on your system and if it costs money. All utilities belong to a category, you have the option to display every category. (like vulnerability scanners)]]></description> <content:encoded><![CDATA[<p>Great list of the <a
target="_blank" href="http://sectools.org/">top 100 network security tools</a> voted by 3243 users of the nmap-hackers mailing list. Every tool mentioned has a description, a homepage link to the developers, icons that tell you if it works on your system and if it costs money. All utilities belong to a category, you have the option to display every category. (like vulnerability scanners)</p><p>Top ten tools are Nessus, Wireshark (former Ethereal), Snort, Netcat, Metasploit Framework, Hping2, Kismet, TcpDump, Cain and Abel and finally John the Ripper.</p><p>This is a great collection of the most important network security tools of 2006.</p><p><span
id="more-580"></span></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2006/06/22/top-100-network-security-tools/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
