<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1.2" -->
<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/"
	>

<channel>
	<title>SecTools</title>
	<link>http://secure2s.net/tools</link>
	<description>Secure2S Security Tool Sets Blog</description>
	<pubDate>Wed, 29 Aug 2007 14:11:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>
	<language>en</language>
			<item>
		<title>Socat</title>
		<link>http://secure2s.net/tools/2006/06/23/socat/</link>
		<comments>http://secure2s.net/tools/2006/06/23/socat/#comments</comments>
		<pubDate>Fri, 23 Jun 2006 20:16:09 +0000</pubDate>
		<dc:creator>Jalal Rohani</dc:creator>
		
		<category><![CDATA[Netcat]]></category>

		<guid isPermaLink="false">http://www.secure2s.net/tools/2006/06/23/socat/</guid>
		<description><![CDATA[Socat : A relay for bidirectional data transfer
A utility similar to the venerable Netcat that works over a number of protocols and through a files, pipes, devices (terminal or modem, etc.), sockets (Unix, IP4, IP6 - raw, UDP, TCP), a client for SOCKS4, proxy CONNECT, or SSL, etc. It provides forking, logging, and dumping, different [...]]]></description>
			<content:encoded><![CDATA[<a href="http://www.dest-unreach.org/socat/">Socat</a> : A relay for bidirectional data transfer
A utility similar to the venerable <a href="http://sectools.org/index.html#netcat">Netcat</a> that works over a number of protocols and through a files, pipes, devices (terminal or modem, etc.), sockets (Unix, IP4, IP6 - raw, UDP, TCP), a client for SOCKS4, proxy CONNECT, or SSL, etc. It provides forking, logging, and dumping, different modes for interprocess communication, and many more options. It can be used, for example, as a TCP relay (one-shot or daemon), as a daemon-based socksifier, as a shell interface to Unix sockets, as an IP6 relay, for redirecting TCP-oriented programs to a serial line, or to establish a relatively secure environment (su and chroot) for running client or server shell scripts with network connections.
<div class="sociable">
<span class="sociable_tagline">

	<span>These icons link to social bookmarking sites where readers can share and discover new web pages.</span>
</span>
<ul>
	<li><a href="http://del.icio.us/post?url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fsocat%2F&amp;title=Socat" title="del.icio.us"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a href="http://reddit.com/submit?url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fsocat%2F&amp;title=Socat" title="Reddit"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a href="http://slashdot.org/bookmark.pl?title=Socat&amp;url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fsocat%2F" title="Slashdot"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><a href="http://technorati.com/faves?add=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fsocat%2F" title="Technorati"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fsocat%2F&amp;=Socat" title="YahooMyWeb"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/yahoomyweb.png" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a></li>
	<li><a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fsocat%2F&amp;title=Socat" title="Digg" onfocus="sociable_description_link(this, 'bodytext')"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://secure2s.net/tools/2006/06/23/socat/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Netcat</title>
		<link>http://secure2s.net/tools/2006/06/23/netcat/</link>
		<comments>http://secure2s.net/tools/2006/06/23/netcat/#comments</comments>
		<pubDate>Fri, 23 Jun 2006 13:48:43 +0000</pubDate>
		<dc:creator>Jalal Rohani</dc:creator>
		
		<category><![CDATA[Netcat]]></category>

		<guid isPermaLink="false">http://www.secure2s.net/tools/2006/06/23/netcat/</guid>
		<description><![CDATA[Netcat : The network Swiss army knife
This simple utility reads and writes data across TCP or UDP network connections. It is designed to be a reliable back-end tool that can be used directly or easily driven by other programs and scripts. At the same time, it is a feature-rich network debugging and exploration tool, since [...]]]></description>
			<content:encoded><![CDATA[<a href="http://www.vulnwatch.org/netcat/">Netcat</a> : The network Swiss army knife
This simple utility reads and writes data across TCP or UDP network connections. It is designed to be a reliable back-end tool that can be used directly or easily driven by other programs and scripts. At the same time, it is a feature-rich network debugging and exploration tool, since it can create almost any kind of connection you would need, including port binding to accept incoming connections. The original Netcat was written by Hobbit in 1995, but it hasn&#8217;t been maintained despite its immense popularity. It can sometimes even be hard to find <a href="http://www.insecure.org/stf/nc110.tgz">nc110.tgz</a>. The flexibility and usefulness of this tool have prompted people to write numerous other Netcat implementations - often with modern features not found in the original. One of the most interesting is <a href="http://sectools.org/tools3.html#socat">Socat</a>, which extends Netcat to support many other socket types, SSL encryption, SOCKS proxies, and more. It even made this list on its own merits. There is also <a href="http://sourceforge.net/projects/nmap-ncat/">Chris Gibson&#8217;s Ncat</a>, which offers even more features while remaining portable and compact.  Other takes on Netcat include <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/">OpenBSD&#8217;s nc</a>, <a href="http://farm9.org/Cryptcat/">Cryptcat</a>, <a href="http://www.deepspace6.net/projects/netcat6.html">Netcat6</a>, <a href="http://dcs.nac.uci.edu/%7Estrombrg/pnetcat.html">PNetcat</a>, <a href="http://tigerteam.se/dl/sbd/">SBD</a>, and so-called <a href="http://netcat.sourceforge.net/">GNU Netcat</a>.
<div class="sociable">
<span class="sociable_tagline">

	<span>These icons link to social bookmarking sites where readers can share and discover new web pages.</span>
</span>
<ul>
	<li><a href="http://del.icio.us/post?url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fnetcat%2F&amp;title=Netcat" title="del.icio.us"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a href="http://reddit.com/submit?url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fnetcat%2F&amp;title=Netcat" title="Reddit"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a href="http://slashdot.org/bookmark.pl?title=Netcat&amp;url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fnetcat%2F" title="Slashdot"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><a href="http://technorati.com/faves?add=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fnetcat%2F" title="Technorati"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fnetcat%2F&amp;=Netcat" title="YahooMyWeb"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/yahoomyweb.png" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a></li>
	<li><a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fnetcat%2F&amp;title=Netcat" title="Digg" onfocus="sociable_description_link(this, 'bodytext')"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://secure2s.net/tools/2006/06/23/netcat/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
