<?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 &#187; port</title>
	<atom:link href="http://www.ghacks.net/tag/port/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Wed, 25 Nov 2009 14:38:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fport Maps Ports To Applications</title>
		<link>http://www.ghacks.net/2009/02/03/fport-maps-ports-to-applications/</link>
		<comments>http://www.ghacks.net/2009/02/03/fport-maps-ports-to-applications/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 09:22:49 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[cport]]></category>
		<category><![CDATA[fport]]></category>
		<category><![CDATA[list ports]]></category>
		<category><![CDATA[open ports]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[port scan]]></category>
		<category><![CDATA[portable software]]></category>
		<category><![CDATA[tcp]]></category>
		<category><![CDATA[tcp port]]></category>
		<category><![CDATA[udp]]></category>
		<category><![CDATA[udp port]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=10300</guid>
		<description><![CDATA[Fport is a portable command line utility that will report all open TCP and UDP ports to the user. The port analyzer maps each open port to an application to distinguish itself from the netstat -an command in Windows which otherwise would provide the same amount of information.
What this means is that Fport will basically [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.foundstone.com/us/resources/proddesc/fport.htm">Fport</a> is a portable command line utility that will report all open TCP and UDP ports to the user. The port analyzer maps each open port to an application to distinguish itself from the <strong>netstat -an</strong> command in Windows which otherwise would provide the same amount of information.</p>
<p>What this means is that Fport will basically display all open ports and the applications that use them for their connection. This makes it very easy to find unauthorized connections by simply verifying the applications one by one.</p>
<p>Fport has to be launched from the command line or a batch script. It will display all open ports and their applications if it is executed without switches. The following switches are available:<br />
<span id="more-10300"></span><br />
<blockquote>
/p (sort by port)<br />
/a (sort by application)<br />
/i (sort by pid)<br />
/ap (sort by application path)
</p></blockquote>
<p>The output will look like this:</p>
<blockquote><p>C:\>fport<br />
FPort v2.0 &#8211; TCP/IP Process to Port Mapper<br />
Copyright 2000 by Foundstone, Inc.<br />
http://www.foundstone.com<br />
Pid   Process            Port  Proto Path<br />
392   svchost        ->  135   TCP   C:\WINNT\system32\svchost.exe<br />
8     System         ->  139   TCP<br />
8     System         ->  445   TCP<br />
508   MSTask         ->  1025  TCP   C:\WINNT\system32\MSTask.exe</p>
<p>392   svchost        ->  135   UDP   C:\WINNT\system32\svchost.exe<br />
8     System         ->  137   UDP<br />
8     System         ->  138   UDP<br />
8     System         ->  445   UDP<br />
224   lsass          ->  500   UDP   C:\WINNT\system32\lsass.exe<br />
212   services       ->  1026  UDP   C:\WINNT\system32\services.exe</p></blockquote>
<p>The easiest way to work with fport is to save the output into a text document for further processing. This can be done with the command <strong>fport > output.txt</strong> which will create a text document with the name output.txt in the root directory of fport.</p>
<p>A similar application with a graphical user interface is <a href="http://www.ghacks.net/2005/11/06/who-is-connected-to-your-pc-right-now/">Cports</a>.</p>

	Tags: <a href="http://www.ghacks.net/tag/cport/" title="cport" rel="tag">cport</a>, <a href="http://www.ghacks.net/tag/fport/" title="fport" rel="tag">fport</a>, <a href="http://www.ghacks.net/tag/list-ports/" title="list ports" rel="tag">list ports</a>, <a href="http://www.ghacks.net/tag/open-ports/" title="open ports" rel="tag">open ports</a>, <a href="http://www.ghacks.net/tag/port/" title="port" rel="tag">port</a>, <a href="http://www.ghacks.net/tag/port-scan/" title="port scan" rel="tag">port scan</a>, <a href="http://www.ghacks.net/tag/portable-software/" title="portable software" rel="tag">portable software</a>, <a href="http://www.ghacks.net/tag/tcp/" title="tcp" rel="tag">tcp</a>, <a href="http://www.ghacks.net/tag/tcp-port/" title="tcp port" rel="tag">tcp port</a>, <a href="http://www.ghacks.net/tag/udp/" title="udp" rel="tag">udp</a>, <a href="http://www.ghacks.net/tag/udp-port/" title="udp port" rel="tag">udp port</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/08/19/realtime-network-connection-monitor/" title="Realtime Network Connection Monitor (August 19, 2009)">Realtime Network Connection Monitor</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/09/01/youtube-video-search-is-a-barebone-youtube-downloader/" title="Youtube Video Search Is A Barebone Youtube Downloader (September 1, 2009)">Youtube Video Search Is A Barebone Youtube Downloader</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/10/21/xkcd-comic-wallpaper-changer/" title="Xkcd Comic Wallpaper Changer (October 21, 2009)">Xkcd Comic Wallpaper Changer</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/04/10/wireless-networking-software-homedale/" title="Wireless Networking Software Homedale (April 10, 2009)">Wireless Networking Software Homedale</a> (13)</li>
	<li><a href="http://www.ghacks.net/2009/03/06/windows-xp-default-internet-browser-per-user-profile/" title="Windows XP: Default Internet Browser Per User Profile (March 6, 2009)">Windows XP: Default Internet Browser Per User Profile</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/02/03/fport-maps-ports-to-applications/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Top 15 Security and Hacking Tools &amp; Utilities</title>
		<link>http://www.ghacks.net/2006/04/17/top-15-security-and-hacking-tools-utilities/</link>
		<comments>http://www.ghacks.net/2006/04/17/top-15-security-and-hacking-tools-utilities/#comments</comments>
		<pubDate>Mon, 17 Apr 2006 07:35:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[ethereal]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[jtr]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[sniff]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[telnet]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[utilities]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/04/17/top-15-security-and-hacking-tools-utilities/</guid>
		<description><![CDATA[Finally a great darknet.org.uk that lists 15 Security and Hacking Tools &#038; Utilities. Users who are working in the security field will recognize many if not all of them and beginners will have a great list of tools with explanation that they can work with. You find for instance the telnet and ssh tool putty in the list next to the tool Eraser which overwrites files on your windows system more than once to make sure it can´t be restored that easily.]]></description>
			<content:encoded><![CDATA[<p>Finally a great darknet.org.uk article that lists <a target="_blank" href="http://www.darknet.org.uk/2006/04/top-15-securityhacking-tools-utilities/">15 Security and Hacking Tools &#038; Utilities</a>. Users who are working in the security field will recognize many if not all of them and beginners will have a great list of tools with explanation that they can work with. You find for instance the telnet and ssh tool putty in the list next to the tool Eraser which overwrites files on your windows system more than once to make sure it can´t be restored that easily.</p>
<p>Here is a short list of all the other tools mentioned: Nmap, Nessus Remote Security Scanner, John the Ripper, Nikto, Superscan, pof, Ethereal, Yersinia, LCP, Cain and Abel, Kismet, Netstumbler and hping. Make sure you check the tools that you do not know about yet, it might be worth it.</p>
<p><span id="more-414"></span></p>

	Tags: <a href="http://www.ghacks.net/tag/ethereal/" title="ethereal" rel="tag">ethereal</a>, <a href="http://www.ghacks.net/tag/freeware/" title="freeware" rel="tag">freeware</a>, <a href="http://www.ghacks.net/tag/hacking/" title="Hacking" rel="tag">Hacking</a>, <a href="http://www.ghacks.net/tag/jtr/" title="jtr" rel="tag">jtr</a>, <a href="http://www.ghacks.net/tag/password/" title="password" rel="tag">password</a>, <a href="http://www.ghacks.net/tag/ping/" title="ping" rel="tag">ping</a>, <a href="http://www.ghacks.net/tag/port/" title="port" rel="tag">port</a>, <a href="http://www.ghacks.net/tag/security/" title="Security" rel="tag">Security</a>, <a href="http://www.ghacks.net/tag/sniff/" title="sniff" rel="tag">sniff</a>, <a href="http://www.ghacks.net/tag/ssh/" title="ssh" rel="tag">ssh</a>, <a href="http://www.ghacks.net/tag/telnet/" title="telnet" rel="tag">telnet</a>, <a href="http://www.ghacks.net/tag/tools/" title="Tools" rel="tag">Tools</a>, <a href="http://www.ghacks.net/tag/utilities/" title="utilities" rel="tag">utilities</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/11/18/top-xp-freeware-that-every-user-needs-part-3/" title="Top Xp Freeware that every user needs part 3 (November 18, 2006)">Top Xp Freeware that every user needs part 3</a> (5)</li>
	<li><a href="http://www.ghacks.net/2005/12/10/astalavista-top-10-freeware-tools/" title="Astalavista Top 10 Freeware Tools (December 10, 2005)">Astalavista Top 10 Freeware Tools</a> (2)</li>
	<li><a href="http://www.ghacks.net/2006/05/27/ultra-high-security-password-generator/" title="Ultra High Security Password Generator (May 27, 2006)">Ultra High Security Password Generator</a> (4)</li>
	<li><a href="http://www.ghacks.net/2006/12/07/security-and-privacy-complete/" title="Security and Privacy Complete (December 7, 2006)">Security and Privacy Complete</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/03/29/remote-ssh-run-processes-anywhere-on-different-platforms/" title="Remote SSH: Run processes anywhere on different platforms (March 29, 2009)">Remote SSH: Run processes anywhere on different platforms</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/04/17/top-15-security-and-hacking-tools-utilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
