<?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>SecureSlash.com &#187; Networking &amp; Security</title>
	<atom:link href="http://secureslash.com/category/networking-and-security/feed/" rel="self" type="application/rss+xml" />
	<link>http://secureslash.com</link>
	<description>Because security matters</description>
	<lastBuildDate>Fri, 20 Jan 2012 10:58:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Simple Linux Server Security Tips</title>
		<link>http://secureslash.com/system-security/simple-linux-server-security-tips/</link>
		<comments>http://secureslash.com/system-security/simple-linux-server-security-tips/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 15:31:10 +0000</pubDate>
		<dc:creator>KarthiKeyan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking & Security]]></category>
		<category><![CDATA[Server Administration]]></category>
		<category><![CDATA[System Security]]></category>
		<category><![CDATA[Web Administration]]></category>
		<category><![CDATA[basic level server security]]></category>
		<category><![CDATA[basic linux server security]]></category>
		<category><![CDATA[linux server security tips]]></category>

		<guid isPermaLink="false">http://secureslash.com/?p=185</guid>
		<description><![CDATA[Tweet Linux is one of the secured operating system. However, With the world of crackers (Evil minded Geeks &#38; Hackers) Linux is also not so secure as we think. Step 1: How to secure SSH port in Linux server? Gaining SSH root access is the primary goal of every crackers around. Once they could get [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsecureslash.com%2Fsystem-security%2Fsimple-linux-server-security-tips%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://secureslash.com/system-security/simple-linux-server-security-tips/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://secureslash.com/system-security/simple-linux-server-security-tips/"  data-text="Simple Linux Server Security Tips" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://secureslash.com/system-security/simple-linux-server-security-tips/" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://secureslash.com/system-security/simple-linux-server-security-tips/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>Linux is one of the secured operating system. However, With the world of crackers (Evil minded Geeks &amp; Hackers) Linux is also not so secure as we think.</p>
<p><span style="text-decoration: underline;"><strong>Step 1: How to secure SSH port in Linux server?</strong></span></p>
<p>Gaining SSH root access is the primary goal of every crackers around. Once they could get root access., They will install rookkits, keyloggers, mail bombs and etc. So, They usually try to gain access to your server using some formal password combinations.  They attempt to login to your server using bruteforce method.</p>
<p>SSH always runs on port number 22</p>
<p>You have to change it to some non-default number like., 2323 or 3009  some number that is hard to guess.</p>
<blockquote><p><tt>/etc/ssh/sshd_config</tt></p></blockquote>
<p>above file is the default ssh configuration file. You can change its &#8220;Port&#8221; value by opening it using Vi or Nano.  <a href="http://wiki.centos.org/HowTos/Network/SecuringSSH#head-3579222198adaf43a3ecbdc438ebce74da40d8ec" target="_blank">CentOS Documentation</a> has clear information about how to change linux server ssh port to a non-standard number. This instructions applies for any redhat kernel based distro.</p>
<p><strong><span style="text-decoration: underline;">Step 2: Always check your /tmp folder</span></strong></p>
<p>It is like., Checking your trash can of your bedroom for any hidden cams. Yes., Some crackers upload a *.php  *.py *.sh files to your server&#8217;s /tmp file and let them to become a primary spamming bot in your server.  You have to always try to find if there are any suspicious file around there in /tmp and delete them.  Usually deleting the file wont pay off. You have to find the source loop hole that allows such file in /tmp . You have to audit your web applications that allows file-uploads and anonymous FTP uploads to your server.</p>
<p><span style="text-decoration: underline;"><strong>Step 3: Disable Anonymous FTP Service</strong></span></p>
<p>Enabling anonymous FTP service is most like., Inviting robbers by opening your house window.</p>
<p>&nbsp;</p>
<blockquote><p>/etc/proftpd.conf</p>
<p>/etc/vsftpdvsftpd.conf</p></blockquote>
<p>Simply disable anonymous FTP.</p>
<p><span style="text-decoration: underline;"><strong>Step 3:  Always use SFTP and completely stop using FTP</strong></span></p>
<p>SFTP is more secure than you think. Most windows based ftp clients such as filezilla, smartftp &amp; coreftp could be affected by many malwares and it will upload &#8220;Trojan Horse JavaScript&#8221; code to your website files. I personally got affected my many javascript trojans because of virus infected ftp client transfers.  This<a href="http://wiki.vpslink.com/Configuring_vsftpd_for_secure_connections_%28TLS/SSL/SFTP%29#Install_vsftpd" target="_blank"> wiki page</a> has clear &amp; simple information about how to install SFTP</p>
<p><span style="text-decoration: underline;"><strong>Step 4:  How to disable direct file or image hotlinking?</strong></span></p>
<p>Lets say you have a cool picture file in your website. http://mywebsite.com/images/picture.jpg  . If  a guy puts your file in his website and lets say his website has thousands of visitors per day., Then, You will be endup paying money for your excessive bandwidth. Disabling hotlink is like., Saving money in your server bandwidth. This is one of the best tool that lets your to <a href="http://www.htaccesstools.com/hotlink-protection/" target="_blank">generate .htaccess code for hotlink protection</a>.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://secureslash.com/system-security/simple-linux-server-security-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WPA Wi-Fi encryption is cracked</title>
		<link>http://secureslash.com/networking-and-security/wpa-wi-fi-encryption-is-cracked/</link>
		<comments>http://secureslash.com/networking-and-security/wpa-wi-fi-encryption-is-cracked/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 04:19:29 +0000</pubDate>
		<dc:creator>KarthiKeyan</dc:creator>
				<category><![CDATA[Networking & Security]]></category>
		<category><![CDATA[Wireless]]></category>
		<category><![CDATA[how to crack wi-fi]]></category>
		<category><![CDATA[wifi cracked in japan]]></category>
		<category><![CDATA[wifi hacking]]></category>
		<category><![CDATA[wifi security]]></category>
		<category><![CDATA[WPA cracking]]></category>

		<guid isPermaLink="false">http://secureslash.com/?p=122</guid>
		<description><![CDATA[Tweet November 6, 2008, 09:23 AM â€” IDG News Service â€” Security researchers say they&#8217;ve developed a way to partially crack the Wi-Fi Protected Access (WPA) encryption standard used to protect data on many wireless networks. The attack, described as the first practical attack on WPA, will be discussed at the PacSec conference in Tokyo [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsecureslash.com%2Fnetworking-and-security%2Fwpa-wi-fi-encryption-is-cracked%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://secureslash.com/networking-and-security/wpa-wi-fi-encryption-is-cracked/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://secureslash.com/networking-and-security/wpa-wi-fi-encryption-is-cracked/"  data-text="WPA Wi-Fi encryption is cracked" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://secureslash.com/networking-and-security/wpa-wi-fi-encryption-is-cracked/" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://secureslash.com/networking-and-security/wpa-wi-fi-encryption-is-cracked/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><div class="date_src"><span class="publish_date">November 6, 2008, 09:23 AM â€” </span><span class="source_link">IDG News Service</span> â€”</div>
<p><!--paging_filter-->Security researchers say they&#8217;ve developed a way to partially crack the Wi-Fi Protected Access (WPA) encryption standard used to protect data on many wireless networks.<br />
<script type="text/javascript"><!--
google_ad_client = "pub-1553934370392546";
google_ad_width = 300;
google_ad_height = 250;
google_ad_format = "300x250_as";
google_ad_type = "text";
//2007-08-15: SecureSlash - SideBox
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "2f63b3";
google_color_text = "000000";
google_color_url = "CCCCCC";

//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<br />
The attack, described as the first practical attack on WPA, will be discussed at the <a href="http://pacsec.jp/">PacSec conference</a> in Tokyo next week. There, researcher Erik Tews will show how he was able to crack WPA encryption, in order to read data being sent from a router to a laptop computer. The attack could also be used to send bogus information to a client connected to the router.</p>
<p>To do this, Tews and his co-researcher Martin Beck found a way to break the Temporal Key Integrity Protocol (TKIP) key, used by WPA, in a relatively short amount of time: 12 to 15 minutes, according to Dragos Ruiu, the PacSec conference&#8217;s organizer.</p>
<p>They have not, however, managed to crack the encryption keys used to secure data that goes from the PC to the router in this particular attack</p>
<p>Security experts had known that TKIP could be cracked using what&#8217;s known as a dictionary attack. Using massive computational resources, the attacker essentially cracks the encryption by making an extremely large number of educated guesses as to what key is being used to secure the wireless data.</p>
<p>The work of Tews and Beck does not involve a dictionary attack, however.</p>
<p>To pull off their trick, the researchers first discovered a way to trick a WPA router into sending them large amounts of data. This makes cracking the key easier, but this technique is also combined with a &#8220;mathematical breakthrough,&#8221; that lets them crack WPA much more quickly than any previous attempt, Ruiu said.</p>
<p>Tews is planning to publish the cryptographic work in an academic journal in the coming months, Ruiu said. Some of the code used in the attack was quietly added to Beck&#8217;s <a href="http://www.aircrack-ng.org/doku.php">Aircrack-ng</a> Wi-Fi encryption hacking tool two weeks ago, he added.<br />
<script type="text/javascript"><!--
google_ad_client = "pub-1553934370392546";
google_ad_width = 300;
google_ad_height = 250;
google_ad_format = "300x250_as";
google_ad_type = "text";
//2007-08-15: SecureSlash - SideBox
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "2f63b3";
google_color_text = "000000";
google_color_url = "CCCCCC";

//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<br />
WPA is widely used on today&#8217;s Wi-Fi networks and is considered a better alternative to the original WEP (Wired Equivalent Privacy) standard, which was developed in the late 1990s. Soon after the development of WEP, however, hackers found a way to break its encryption and it is now considered insecure by most security professionals. Store chain T.J. Maxx was in the process of upgrading from WEP to WPA encryption when it experienced one of the most widely publicized data breaches in U.S. history, in which hundreds of millions of credit card numbers were stolen over a two-year period.</p>
<p><a href="http://www.itworld.com/security/57285/once-thought-safe-wpa-wi-fi-encryption-cracked" target="_blank">Read Full Story</a></p>
]]></content:encoded>
			<wfw:commentRss>http://secureslash.com/networking-and-security/wpa-wi-fi-encryption-is-cracked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Browser capability test</title>
		<link>http://secureslash.com/learn-hacking/browser-capability-test/</link>
		<comments>http://secureslash.com/learn-hacking/browser-capability-test/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 17:26:41 +0000</pubDate>
		<dc:creator>Jana</dc:creator>
				<category><![CDATA[Computer Users]]></category>
		<category><![CDATA[Learn Hacking]]></category>
		<category><![CDATA[Networking & Security]]></category>
		<category><![CDATA[Browser capability test]]></category>
		<category><![CDATA[IE vs Firefox]]></category>

		<guid isPermaLink="false">http://secureslash.com/?p=107</guid>
		<description><![CDATA[Tweet When i was sitting workless just thought of testing my browser with java script and also my system capability to work on stress.I did two test in two browsers 1.Internet Explorer 6.0 2.Firefox 3.1X Try the same to even to test your browsers. First one tested runing a saved javascript file and here is [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsecureslash.com%2Flearn-hacking%2Fbrowser-capability-test%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://secureslash.com/learn-hacking/browser-capability-test/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://secureslash.com/learn-hacking/browser-capability-test/"  data-text="Browser capability test" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://secureslash.com/learn-hacking/browser-capability-test/" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://secureslash.com/learn-hacking/browser-capability-test/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>When i was sitting workless just thought of testing my browser with java script and also my system capability to work on stress.I did two test in two browsers</p>
<p>1.Internet Explorer 6.0</p>
<p>2.Firefox 3.1X<br />
<span id="more-107"></span></p>
<p>Try the same to even to test your browsers.</p>
<p>First one tested runing a saved javascript file and here is the coding.</p>
<p>&lt;script language=&#8221;javascript&#8221;&gt;<br />
var n=100;<br />
for(i=0;i&lt;100;i++)<br />
window.open(&#8220;http://www.hwquest.com&#8221;);<br />
&lt;/script&gt;</p>
<p>IE:</p>
<p>Internet Explorer started opening 100 windows LOL. I killed the IE image in taskmanager.</p>
<p>Firefox:</p>
<p>Wisely showed a popup blocker asking user permission saying &#8220;This site trying to open 100 popups&#8221;</p>
<p>Thought how wise are the firefox programmers, extending one step further i tried direct javascript implementation by typing this in address bar</p>
<p>javascript:for(i=0;i&lt;100;i++)window.open(&#8220;http://www.hwquest.com&#8221;);</p>
<p>The result it opened 100 tabs. So its not bad to report this bug or problem to firefox team.</p>
<p>IE 7 resulted in alert message saying harmful script!</p>
]]></content:encoded>
			<wfw:commentRss>http://secureslash.com/learn-hacking/browser-capability-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why to change IPV4</title>
		<link>http://secureslash.com/networking-and-security/why-to-change-ipv4/</link>
		<comments>http://secureslash.com/networking-and-security/why-to-change-ipv4/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 12:52:09 +0000</pubDate>
		<dc:creator>Jana</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Networking & Security]]></category>
		<category><![CDATA[disadvantages of ipv4]]></category>
		<category><![CDATA[IP types]]></category>
		<category><![CDATA[IP versions]]></category>
		<category><![CDATA[ipv4]]></category>
		<category><![CDATA[ipv6]]></category>

		<guid isPermaLink="false">http://secureslash.com/networking-and-security/why-to-change-ipv4/</guid>
		<description><![CDATA[Tweet Why to change IPV4 The basic TCP\IP technology has worked well for 2 decodes, even though thinking in a broad sense, the motivation revising the protocol arises from changes in underlying technologies and uses. In early 90â€™s only universities and tech industry and Us-Government had internet, it has intented to a vast change as [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsecureslash.com%2Fnetworking-and-security%2Fwhy-to-change-ipv4%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://secureslash.com/networking-and-security/why-to-change-ipv4/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://secureslash.com/networking-and-security/why-to-change-ipv4/"  data-text="Why to change IPV4" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://secureslash.com/networking-and-security/why-to-change-ipv4/" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://secureslash.com/networking-and-security/why-to-change-ipv4/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p><span> </span><strong>Why to change IPV4</strong></p>
<p class="MsoNormal"><span> </span></p>
<p class="MsoNormal"><span>           </span>The basic TCP\IP technology has worked well for 2 decodes, even though thinking in a<span>  </span>broad sense, the motivation revising the protocol arises from changes in underlying technologies and uses.</p>
<p class="MsoNormal"><span>  </span></p>
<p><!--adsense--></p>
<p class="MsoNormal"><span>       </span><span>    </span>In early 90â€™s only universities and tech industry and Us-Government had internet, it has intented to a vast change as experienced as doubling in size every nine months or faster</p>
<p class="MsoNormal"><span>            </span>This IP make suited to some of real time applications</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal"><span>      </span></p>
<p class="MsoNormal"><span>      </span></p>
<p class="MsoNormal"><span> </span><strong>FEATURES OF IPV6</strong></p>
<p class="MsoNormal"><span> </span></p>
<p class="MsoNormal"><span> </span><strong>Large address:-</strong></p>
<p class="MsoNormal"><span>                            </span>This new address size is the most noticeablechange.IPV6 quadruples the size of an IPV4 address from 32 bits to 128 bits.The IPV6<span>  </span>address space is so large that it cannot be exhausted.</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><strong>Extended Address Hierarchy:-</strong></p>
<p class="MsoNormal"><span>                                        </span>IPV6<span>  </span>uses the larger address space to create additional levels of addressing a hierarchy of ISPâ€™s as well as hierarchical structure.</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><strong>Flexible<span>  </span>Header Format:-</strong></p>
<p class="MsoNormal"><span>                      </span><span>                     </span>IPV6<span>  </span>uses an entirely new and incompatible datagram format.Unlike the IPV6 fixed format header.IPV6<span>     </span>defines a set of optional headers.</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><strong>Improved options:-</strong></p>
<p class="MsoNormal"><span>                                       </span>Like IPV4,IPV6 allows<span>  </span>a datagram to include optional control information. IPV6 includes new options that provide additional facilities not available in IPV4.</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><strong>Provision for protocol extension:-</strong></p>
<p class="MsoNormal"><span>                                       </span>Perhaps the most significant change in IPV6</p>
<p class="MsoNormal">Is a move away from a protocol that fully specifies all details to a protocol that fully specifies all details to a protocol that can permit additional features.</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">The extension capabilities has the potential to allow the IETF(Internet Engineering Task Force).To adopt the protocol changes in underlying network hardware or to new application.</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><strong>Support for Auto configuration &amp; Renumbering:-</strong></p>
<p class="MsoNormal">IPV6 provides facilities that allow computers on an isolated network to assign themselves address and begin communicating without depending on a router or manual configuration &amp; permits a manager configuration &amp; permits a manager to renumber network dynamically.</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><strong>Support for recourses allocation:-</strong></p>
<p class="MsoNormal"><span>                                                           </span>IPV6 has two facilities that permits pre allocation</p>
<p class="MsoNormal">of network resources, a flow abstraction and a differentiated service specification. The latter will use the same approach as IPV4â€™s differentiated service.</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><strong>Controversies of IPV6:-</strong></p>
<p class="MsoNormal"><span>                                                </span>The response that arguments could be made to increase every field leading to a bloated header. The function of the HOP limit fields to keep packets from wondering long time.</p>
<p class="MsoNormal"><span> </span></p>
<p class="MsoNormal"><span>                                               </span>The Super Computer<span>  </span>community wanted packets in excess of 64kb.When a super computer gets started transferring ,it really means business &amp; does not want to be interrupted every 64kb.The argument against large packets if a 1mb packet hits a 1,5mbps T1 line.</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">IPV6 has no checksum as that of IPV4.It generously allows all packets passing through the IP address.</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><span> </span></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
]]></content:encoded>
			<wfw:commentRss>http://secureslash.com/networking-and-security/why-to-change-ipv4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Socks Proxy Scanner PHP Script</title>
		<link>http://secureslash.com/security-tools/socks-proxy-scanner-php-script/</link>
		<comments>http://secureslash.com/security-tools/socks-proxy-scanner-php-script/#comments</comments>
		<pubDate>Thu, 20 Dec 2007 05:42:21 +0000</pubDate>
		<dc:creator>KarthiKeyan</dc:creator>
				<category><![CDATA[Networking & Security]]></category>
		<category><![CDATA[PHP Scripting]]></category>
		<category><![CDATA[Security Tools]]></category>

		<guid isPermaLink="false">http://secureslash.com/security-tools/socks-proxy-scanner-php-script/</guid>
		<description><![CDATA[Tweet A simple socks proxy scanner php script, that uses to check a list of socks proxy servers&#8217; online status. Example: 123.234.12.32:3523 98.45.57.78:9823 23.32.44.23:3785 123.32.45.56:3453 34.75.56.234:9856 save above lines as &#8220;proxies.txt&#8221;. Code:]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsecureslash.com%2Fsecurity-tools%2Fsocks-proxy-scanner-php-script%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://secureslash.com/security-tools/socks-proxy-scanner-php-script/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://secureslash.com/security-tools/socks-proxy-scanner-php-script/"  data-text="Socks Proxy Scanner PHP Script" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://secureslash.com/security-tools/socks-proxy-scanner-php-script/" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://secureslash.com/security-tools/socks-proxy-scanner-php-script/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>A simple socks proxy scanner php script, that uses to check a list of socks proxy servers&#8217; online status.</p>
<p>Example:<br />
123.234.12.32:3523<br />
98.45.57.78:9823<br />
23.32.44.23:3785<br />
123.32.45.56:3453<br />
34.75.56.234:9856</p>
<p>save above lines as &#8220;proxies.txt&#8221;.<br />
<!--adsense--><br />
Code:</p>
<p><?<br />
$filename = "http://domain.tld/filename.ext"; //or a localpath.<br />
$rel=file_get_contents($filename);<br />
$ipset = explode("\n",$rel); // explode it based on your delimiter.<br />
foreach($ipset as $ips)<br />
{<br />
        $ipandport=explode(':',$ips);<br />
        //Porxy string format might be 123.156.189.112:8080<br />
        $host=$ipandport[0];<br />
        $i=(int)$ipandport[1];<br />
        $fp = @fsockopen("tcp://".$host,$i,$errno,$errstr,10);<br />
        // tcp:// because, socks4 uses TCP and socks5 uses TCP &#038; UDP<br />
        if($fp)<br />
       {<br />
              echo("Result is $fp<br />&#8220;);<br />
              echo (&#8220;port &#8221; . $i . &#8221; open on &#8221; . $host . &#8220;<br />&#8220;);<br />
              fclose($fp);<br />
       }<br />
       flush();<br />
}<br />
?></p>
]]></content:encoded>
			<wfw:commentRss>http://secureslash.com/security-tools/socks-proxy-scanner-php-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connect to a Remote Windows Machine</title>
		<link>http://secureslash.com/networking-and-security/connect-to-a-remote-windows-machine/</link>
		<comments>http://secureslash.com/networking-and-security/connect-to-a-remote-windows-machine/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 13:46:57 +0000</pubDate>
		<dc:creator>KarthiKeyan</dc:creator>
				<category><![CDATA[Networking & Security]]></category>
		<category><![CDATA[Remote Desktop]]></category>

		<guid isPermaLink="false">http://secureslash.com/remote-desktop/connect-to-a-remote-windows-machine/</guid>
		<description><![CDATA[Tweet You can connect to a remote windows machine and you can use it by creating a â€œRemote Desktop Connectionâ€You can browse the folders, run applications and perform actions. You should know the remote systemâ€™s IP address or Domain name. You should have any one of remote user account details of the system. Click Start [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsecureslash.com%2Fnetworking-and-security%2Fconnect-to-a-remote-windows-machine%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://secureslash.com/networking-and-security/connect-to-a-remote-windows-machine/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://secureslash.com/networking-and-security/connect-to-a-remote-windows-machine/"  data-text="Connect to a Remote Windows Machine" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://secureslash.com/networking-and-security/connect-to-a-remote-windows-machine/" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://secureslash.com/networking-and-security/connect-to-a-remote-windows-machine/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>You can connect to a remote windows machine and you can use it by creating a â€œRemote Desktop Connectionâ€You can browse the folders, run applications and perform  actions.</p>
<ol start="1" type="1">
<li>You       should know the remote systemâ€™s IP address or Domain name.</li>
<li>You       should have any one of remote user account details of the system.</li>
</ol>
<p>Click Start -&gt; All Programs -&gt; Accessories -&gt; Communications -&gt; Remote Desktop to start Remote Desktop connection window.<br />
<img src="http://secureslash.com/articleimages/rdp%20connection%201.JPG" height="654" width="419" /><span class="style3"></span></p>
<p><span class="style3">For more options click on next tabs.</span><br />
<!--adsense--><br />
Choose the size of your remote desktop.<br />
<img src="http://secureslash.com/articleimages/rdp%20connection%202.JPG" height="467" width="412" /><br />
Connect with local resources like Disk drives, Printer etc..<br />
<img src="http://secureslash.com/articleimages/rdp%20connection%203.JPG" height="466" width="416" /><br />
Statup program settings<br />
<img src="http://secureslash.com/articleimages/rdp%20connection%204.JPG" height="464" width="416" /><br />
Speed and Appearance settings<br />
<img src="http://secureslash.com/articleimages/rdp%20connection%205.JPG" height="465" width="413" /><br />
By this way you can get connected to a remote computer.</p>
]]></content:encoded>
			<wfw:commentRss>http://secureslash.com/networking-and-security/connect-to-a-remote-windows-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remote Desktop Connection</title>
		<link>http://secureslash.com/networking-and-security/remote-desktop-connection/</link>
		<comments>http://secureslash.com/networking-and-security/remote-desktop-connection/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 13:40:23 +0000</pubDate>
		<dc:creator>KarthiKeyan</dc:creator>
				<category><![CDATA[Networking & Security]]></category>
		<category><![CDATA[Remote Desktop]]></category>

		<guid isPermaLink="false">http://secureslash.com/remote-desktop/remote-desktop-connection/</guid>
		<description><![CDATA[Tweet You can allow authorized users to login in to your system. Lets see how you can setup a Rdesktop(RDP or Remote Desktop) connection.You can share your unused resources by allowing remote users for Rdesktop connection. You can share your files with them.Right click on â€œMy Computerâ€ icon Follow the below steps. Step-1 Step-2 Step-3 [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsecureslash.com%2Fnetworking-and-security%2Fremote-desktop-connection%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://secureslash.com/networking-and-security/remote-desktop-connection/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://secureslash.com/networking-and-security/remote-desktop-connection/"  data-text="Remote Desktop Connection" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://secureslash.com/networking-and-security/remote-desktop-connection/" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://secureslash.com/networking-and-security/remote-desktop-connection/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>You can allow authorized users to login in to your system. Lets see how you can setup a Rdesktop(RDP or Remote Desktop) connection.You can share your unused resources by allowing remote users for Rdesktop connection. You can share your files with them.Right click on â€œMy Computerâ€ icon</p>
<p>Follow the below steps.<br />
Step-1<br />
<img src="http://secureslash.com/articleimages/rdesktop%20connection%201.JPG" alt="remote desktop connection" height="352" width="353" /><br />
Step-2<br />
<img src="http://secureslash.com/articleimages/rdesktop%20connection%202.JPG" alt="remote desktop" height="484" width="419" /><br />
Step-3<br />
<img src="http://secureslash.com/articleimages/rdesktop%20connection%203.JPG" alt="remote desktop" height="590" width="470" /><br />
<!--adsense--><br />
Step-4.<br />
You have to create a user account in Control Panel -&gt;  User Accounts to finish this step.<br />
<img src="http://secureslash.com/articleimages/rdesktop%20connection%204.JPG" alt="remote desktop" height="597" width="528" /><br />
Step-5<br />
<img src="http://secureslash.com/articleimages/rdesktop%20connection%205.JPG" alt="remote desktop" height="248" width="464" /></p>
<p>Step-6</p>
<p><img src="http://secureslash.com/articleimages/rdesktop%20connection%206.JPG" alt="remote desktop" height="802" width="426" /><br />
<!--adsense--><br />
Thatâ€™s it we have successfully authorized a user for Remote  Desktop Connection.</p>
]]></content:encoded>
			<wfw:commentRss>http://secureslash.com/networking-and-security/remote-desktop-connection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Protocol Version 6</title>
		<link>http://secureslash.com/networking-and-security/internet-protocol-version-6/</link>
		<comments>http://secureslash.com/networking-and-security/internet-protocol-version-6/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 13:36:45 +0000</pubDate>
		<dc:creator>KarthiKeyan</dc:creator>
				<category><![CDATA[Networking & Security]]></category>

		<guid isPermaLink="false">http://secureslash.com/networking-and-security/internet-protocol-version-6/</guid>
		<description><![CDATA[Tweet Internet Protocol Version 6 also known as IPv6 or IPng (Internet Protocol Next Generation) is a low level protocol designed to replace the IPv4 protocol defined in RFC 791 that has been the backbone of the Internet since the mid 1970&#8242;s. The basic reason for replacing IPv4 with IPv6 is the imminent exhaustion of [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsecureslash.com%2Fnetworking-and-security%2Finternet-protocol-version-6%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://secureslash.com/networking-and-security/internet-protocol-version-6/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://secureslash.com/networking-and-security/internet-protocol-version-6/"  data-text="Internet Protocol Version 6" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://secureslash.com/networking-and-security/internet-protocol-version-6/" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://secureslash.com/networking-and-security/internet-protocol-version-6/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>Internet Protocol Version 6 also known as IPv6 or IPng (Internet Protocol Next Generation) is a low level protocol designed to replace the IPv4 protocol defined in RFC 791 that has been the backbone of the Internet since the mid 1970&#8242;s.  The basic reason for replacing IPv4 with IPv6 is the imminent exhaustion of the IPv4 32 bit address space. The most significant and best known change is the expansion of the address space from 32 bit to 128 bits but the format of IP packets has also been changed and the associated ICMP formats have also been revised. IPv6 is described in RFC 1883.<br />
<!--adsense--></p>
<h2>IPv6 Addresses</h2>
<p>The preferred way of writing an IPv6 address is a group of eight 16-bit pieces represented in hexadecimal, Leading zeroes may be suppressed on the individual pieces giving addresses such as</p>
<p>FEDC:AB19:12FE:0234:98EF:1178:8891:CAFF    1090:0:0:0:A:200:20:CAFF</p>
<p>It is also permissible to concatenate a sequence of zero values as &#8220;::&#8221;, so the second example above could be written as</p>
<p>1090::A:200:20:CAFF An IPv6 address specifically identifies an <strong>interface</strong> rather than a host or node as with IPv4. This is not as revolutionary as it might appear since multi-homed hosts are common in IPv4 networks, with each port being in a different sub-net.</p>
<h2>ICMPv6</h2>
<p>ICMPv6 is related to IPv6 in the same way as ICMPv4 (RFC792) is related to IPv4. The first 10 words of an ICMPv6 header are the same as the first 10 words of an IPv6 header with the next header field set to 58. This is followed by a single word encoding the ICMP type and code in a single byte each followed by a 2 byte checksum. ICMPv6 is described in RFC 1885.</p>
<p>Source: <a href="http://www.scit.wlv.ac.uk/%7Ejphb/comms/ipv6.html">http://www.scit.wlv.ac.uk/~jphb/comms/ipv6.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://secureslash.com/networking-and-security/internet-protocol-version-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tor: Anonymity Online</title>
		<link>http://secureslash.com/learn-hacking/tor-anonymity-online/</link>
		<comments>http://secureslash.com/learn-hacking/tor-anonymity-online/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 13:06:06 +0000</pubDate>
		<dc:creator>KarthiKeyan</dc:creator>
				<category><![CDATA[Learn Hacking]]></category>
		<category><![CDATA[Networking & Security]]></category>
		<category><![CDATA[System Security]]></category>

		<guid isPermaLink="false">http://secureslash.com/learn-hacking/tor-anonymity-online/</guid>
		<description><![CDATA[Tweet Tor is a toolset for a wide range of organizations and people that want to improve their safety and security on the Internet. Using Tor can help you anonymize web browsing and publishing, instant messaging, IRC, SSH, and other applications that use the TCP protocol. Tor also provides a platform on which software developers [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsecureslash.com%2Flearn-hacking%2Ftor-anonymity-online%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://secureslash.com/learn-hacking/tor-anonymity-online/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://secureslash.com/learn-hacking/tor-anonymity-online/"  data-text="Tor: Anonymity Online" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://secureslash.com/learn-hacking/tor-anonymity-online/" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://secureslash.com/learn-hacking/tor-anonymity-online/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p> Tor is a toolset for a wide range of organizations and people that want to improve their safety and security on the Internet. Using Tor can help you anonymize web browsing and publishing, instant messaging, IRC, SSH, and other applications that use the TCP protocol. Tor also provides a platform on which software developers can build new applications with built-in anonymity, safety, and privacy features.<br />
<!--adsense--><br />
Tor is a network of virtual tunnels that allows people and groups to improve their privacy and security on the Internet. It also enables software developers to create new communication tools with built-in privacy features. Tor provides the foundation for a range of applications that allow organizations and individuals to share information over public networks without compromising their privacy.</p>
<h3>Why we need Tor</h3>
<p>Using Tor protects you against a common form of Internet surveillance known as &#8220;traffic analysis.&#8221; Traffic analysis can be used to infer who is talking to whom over a public network. Knowing the source and destination of your Internet traffic allows others to track your behavior and interests. This can impact your checkbook if, for example, an e-commerce site uses price discrimination based on your country or institution of origin. It can even threaten your job and physical safety by revealing who and where you are. For example, if you&#8217;re travelling abroad and you connect to your employer&#8217;s computers to check or send mail, you can inadvertently reveal your national origin and professional affiliation to anyone observing the network, even if the connection is encrypted.</p>
<p>How does traffic analysis work? Internet data packets have two parts: a data payload and a header used for routing. The data payload is whatever is being sent, whether that&#8217;s an email message, a web page, or an audio file. Even if you encrypt the data payload of your communications, traffic analysis still reveals a great deal about what you&#8217;re doing and, possibly, what you&#8217;re saying. That&#8217;s because it focuses on the header, which discloses source, destination, size, timing, and so on.</p>
<p><span class="style3"><strong>Useful Links:</strong></span><br />
<a href="http://tor.eff.org/index.html.en">Tor Home Page</a><br />
<a href="http://tor.eff.org/overview.html.en">Tor                                  Overview</a><br />
<span class="style3"><strong>Download Links:</strong></span><br />
<a href="http://tor.eff.org/download-unix.html.en">Linux/Unix packages</a><br />
<a href="http://tor.eff.org/dist/vidalia-bundles/vidalia-bundle-0.1.1.26-0.0.9-tiger.dmg">Mac OS X 10.4 (Tiger)</a><br />
<a href="http://tor.eff.org/dist/vidalia-bundles/vidalia-bundle-0.1.1.26-0.0.7.exe">Windows Installer</a></p>
]]></content:encoded>
			<wfw:commentRss>http://secureslash.com/learn-hacking/tor-anonymity-online/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wireless Tools</title>
		<link>http://secureslash.com/security-tools/wireless-tools/</link>
		<comments>http://secureslash.com/security-tools/wireless-tools/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 12:58:55 +0000</pubDate>
		<dc:creator>KarthiKeyan</dc:creator>
				<category><![CDATA[Networking & Security]]></category>
		<category><![CDATA[Security Tools]]></category>

		<guid isPermaLink="false">http://secureslash.com/security-tools/wireless-tools/</guid>
		<description><![CDATA[Tweet Kismet : A powerful wireless sniffer Kismet is an console (ncurses) based 802.11 layer2 wireless network detector, sniffer, and intrusion detection system. It identifies networks by passively sniffing (as opposed to more active tools such as NetStumbler), and can even decloak hidden (non-beaconing) networks if they are in use. It can automatically detect network [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsecureslash.com%2Fsecurity-tools%2Fwireless-tools%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://secureslash.com/security-tools/wireless-tools/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://secureslash.com/security-tools/wireless-tools/"  data-text="Wireless Tools" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://secureslash.com/security-tools/wireless-tools/" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://secureslash.com/security-tools/wireless-tools/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p><a href="http://www.kismetwireless.net/">Kismet</a> : A powerful wireless sniffer</p>
<p>Kismet is an console (ncurses) based 802.11 layer2 wireless network detector, sniffer, and intrusion detection system. It identifies networks by passively sniffing (as opposed to more active tools such as NetStumbler), and can even decloak hidden (non-beaconing) networks if they are in use. It can automatically detect network IP blocks by sniffing TCP, UDP, ARP, and DHCP packets, log traffic in Wireshark/TCPDump compatible format, and even plot detected networks and estimated ranges on downloaded maps. As you might expect, this tool is commonly used for <a href="http://en.wikipedia.org/wiki/Wardriving">wardriving</a>.  Oh, and also <a href="http://en.wikipedia.org/wiki/Warwalking">warwalking</a>, <a href="http://www.tgdaily.com/2004/04/30/thg_takes_to_the_air_for_wi/print.html">warflying</a>, and <a href="http://www.oldskoolphreak.com/tfiles/wifi/warskating/warskating.html">warskating</a>, &#8230;<br />
<!--adsense--><br />
<a href="http://www.stumbler.net/">NetStumbler</a> : Free Windows 802.11 Sniffer<br />
Netstumbler is the best known Windows tool for finding open wireless access points (&#8220;wardriving&#8221;). They also distribute a WinCE version for PDAs and such named <a href="http://www.stumbler.net/">Ministumbler</a>. The tool is currently free but Windows-only and no source code is provided. It uses a more active approach to finding WAPs than passive sniffers such as Kismet or KisMAC.</p>
<p><a href="http://www.aircrack-ng.org/">Aircrack</a> : The fastest available WEP/WPA cracking tool<br />
Aircrack is a suite of tools for 802.11a/b/g WEP and WPA cracking. It can recover a 40 through 512-bit WEP key once enough encrypted packets have been gathered. It can also attack WPA 1 or 2 networks using advanced cryptographic methods or by brute force. The suite includes airodump (an 802.11 packet capture program), aireplay (an 802.11 packet injection program), aircrack (static WEP and WPA-PSK cracking), and airdecap (decrypts WEP/WPA capture files).</p>
<p><a href="http://airsnort.shmoo.com/">Airsnort</a> : 802.11 WEP Encryption Cracking Tool<br />
AirSnort is a wireless LAN (WLAN) tool that recovers encryption keys. It was developed by the <a href="http://www.shmoo.com/">Shmoo Group</a> and operates by passively monitoring transmissions, computing the encryption key when enough packets have been gathered. You may also be interested in the similar Aircrack.</p>
<p><a href="http://kismac.de/">KisMAC</a> : A A GUI passive wireless stumbler for Mac OS X<br />
This popular stumbler for Mac OS X offers many of the features of its namesake Kismet, though the codebase is entirely different. Unlike console-based Kismet, KisMAC offers a pretty GUI and was around before Kismet was ported to OS X. It also offers mapping, Pcap-format import and logging, and even some decryption and deauthentication attacks.</p>
]]></content:encoded>
			<wfw:commentRss>http://secureslash.com/security-tools/wireless-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Packet Sniffers</title>
		<link>http://secureslash.com/security-tools/packet-sniffers/</link>
		<comments>http://secureslash.com/security-tools/packet-sniffers/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 12:57:52 +0000</pubDate>
		<dc:creator>KarthiKeyan</dc:creator>
				<category><![CDATA[Networking & Security]]></category>
		<category><![CDATA[Security Tools]]></category>
		<category><![CDATA[System Security]]></category>

		<guid isPermaLink="false">http://secureslash.com/security-tools/packet-sniffers/</guid>
		<description><![CDATA[Tweet Wireshark : Sniffing the glue that holds the Internet together Wireshark (known as Ethereal until a trademark dispute in Summer 2006) is a fantastic open source network protocol analyzer for Unix and Windows. It allows you to examine data from a live network or from a capture file on disk. You can interactively browse [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsecureslash.com%2Fsecurity-tools%2Fpacket-sniffers%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://secureslash.com/security-tools/packet-sniffers/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://secureslash.com/security-tools/packet-sniffers/"  data-text="Packet Sniffers" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://secureslash.com/security-tools/packet-sniffers/" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://secureslash.com/security-tools/packet-sniffers/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p><a href="http://www.wireshark.org/"> Wireshark</a> : Sniffing the glue that holds the Internet together</p>
<p>Wireshark (known as <a href="http://www.ethereal.com/">Ethereal</a> until a trademark dispute in Summer 2006) is a fantastic open source network protocol analyzer for Unix and Windows. It allows you to examine data from a live network or from a capture file on disk. You can interactively browse the capture data, delving down into just the level of packet detail you need. Wireshark has several powerful features, including a rich display filter language and the ability to view the reconstructed stream of a TCP session. It also supports hundreds of protocols and media types. A tcpdump-like console version named tethereal is included. One word of caution is that Ethereal has suffered from dozens of remotely exploitable security holes, so stay up-to-date and be wary of running it on untrusted or hostile networks (such as security conferences).<br />
<!--adsense--><br />
<a href="http://www.kismetwireless.net/">Kismet</a> : A powerful wireless sniffer<br />
Kismet is an console (ncurses) based 802.11 layer2 wireless network detector, sniffer, and intrusion detection system. It identifies networks by passively sniffing (as opposed to more active tools such as NetStumbler), and can even decloak hidden (non-beaconing) networks if they are in use. It can automatically detect network IP blocks by sniffing TCP, UDP, ARP, and DHCP packets, log traffic in Wireshark/TCPDump compatible format, and even plot detected networks and estimated ranges on downloaded maps. As you might expect, this tool is commonly used for <a href="http://en.wikipedia.org/wiki/Wardriving">wardriving</a>.  Oh, and also <a href="http://en.wikipedia.org/wiki/Warwalking">warwalking</a>, <a href="http://www.tgdaily.com/2004/04/30/thg_takes_to_the_air_for_wi/print.html">warflying</a>, and <a href="http://www.oldskoolphreak.com/tfiles/wifi/warskating/warskating.html">warskating</a>, &#8230;</p>
<p><a href="http://www.tcpdump.org/">Tcpdump</a> : The classic sniffer for network monitoring and data acquisition<br />
Tcpdump is the IP sniffer we all used before Ethereal (Wireshark) came on the scene, and many of us continue to use it frequently. It may not have the bells and whistles (such as a pretty GUI or parsing logic for hundreds of application protocols) that Wireshark has, but it does the job well and with fewer security holes. It also requires fewer system resources. While it doesn&#8217;t receive new features often, it is actively maintained to fix bugs and portability problems. It is great for tracking down network problems or monitoring activity. There is a separate Windows port named <a href="http://windump.polito.it/">WinDump</a>.  TCPDump is the source of the <a href="http://www.tcpdump.org/">Libpcap</a>/<a href="http://winpcap.polito.it/">WinPcap</a> packet capture library, which is used by <a href="http://insecure.org/nmap/">Nmap</a> among many other tools.</p>
<p><a href="http://www.oxid.it/cain.html">Cain and Abel</a> : The top password recovery tool for Windows<br />
UNIX users often smugly assert that the best free security tools support their platform first, and Windows ports are often an afterthought. They are usually right, but Cain &amp; Abel is a glaring exception. This Windows-only password recovery tool handles an enormous variety of tasks. It can recover passwords by sniffing the network, cracking encrypted passwords using Dictionary, Brute-Force and Cryptanalysis attacks, recording VoIP conversations, decoding scrambled passwords, revealing password boxes, uncovering cached passwords and analyzing routing protocols. It is also <a href="http://www.oxid.it/ca_um/">well documented</a>.</p>
<p><a href="http://ettercap.sourceforge.net/">Ettercap</a> : In case you still thought switched LANs provide much extra security<br />
Ettercap is a terminal-based network sniffer/interceptor/logger for ethernet LANs. It supports active and passive dissection of many protocols (even ciphered ones, like ssh and https). Data injection in an established connection and filtering on the fly is also possible, keeping the connection synchronized. Many sniffing modes were implemented to give you a powerful and complete sniffing suite. Plugins are supported. It has the ability to check whether you are in a switched LAN or not, and to use OS fingerprints (active or passive) to let you know the geometry of the LAN.</p>
<p><a href="http://www.monkey.org/%7Edugsong/dsniff/">Dsniff</a> : A suite of powerful network auditing and penetration-testing tools<br />
This popular and well-engineered suite by Dug Song includes many tools. dsniff, filesnarf, mailsnarf, msgsnarf, urlsnarf, and webspy passively monitor a network for interesting data (passwords, e-mail, files, etc.). arpspoof, dnsspoof, and macof facilitate the interception of network traffic normally unavailable to an attacker (e.g, due to layer-2 switching). sshmitm and webmitm implement active monkey-in-the-middle attacks against redirected ssh and https sessions by exploiting weak bindings in ad-hoc PKI. A separately maintained partial Windows port is available <a href="http://www.datanerds.net/%7Emike/dsniff.html">here</a>.  Overall, this is a great toolset.  It handles pretty much all of your password sniffing needs.</p>
<p><a href="http://www.stumbler.net/">NetStumbler</a> : Free Windows 802.11 Sniffer<br />
Netstumbler is the best known Windows tool for finding open wireless access points (&#8220;wardriving&#8221;). They also distribute a WinCE version for PDAs and such named <a href="http://www.stumbler.net/">Ministumbler</a>. The tool is currently free but Windows-only and no source code is provided. It uses a more active approach to finding WAPs than passive sniffers such as &gt;Kismet or KisMAC.</p>
<p><a href="http://www.ntop.org/">Ntop</a> : A network traffic usage monitor<br />
Ntop shows network usage in a way similar to what top does for processes. In interactive mode, it displays the network status on the user&#8217;s terminal. In Web mode, it acts as a Web server, creating an HTML dump of the network status. It sports a NetFlow/sFlow emitter/collector, an HTTP-based client interface for creating ntop-centric monitoring applications, and RRD for persistently storing traffic statistics.</p>
<p><a href="http://www.packetfactory.net/projects/ngrep/">Ngrep</a> : Convenient packet matching &amp; display<br />
ngrep strives to provide most of GNU grep&#8217;s common features, applying them to the network layer. ngrep is a pcap-aware tool that will allow you to specify extended regular or hexadecimal expressions to match against data payloads of packets. It currently recognizes TCP, UDP and ICMP across Ethernet, PPP, SLIP, FDDI, Token Ring and null interfaces, and understands bpf filter logic in the same fashion as more common packet sniffing tools, such as tcpdump and snoop.</p>
<p><a href="http://etherape.sourceforge.net/">EtherApe</a> : EtherApe is a graphical network monitor for Unix modeled after etherman<br />
Featuring link layer, IP and TCP modes, EtherApe displays network activity graphically with a color coded protocols display. Hosts and links change in size with traffic. It supports Ethernet, FDDI, Token Ring, ISDN, PPP and SLIP devices. It can filter traffic to be shown, and can read traffic from a file as well as live from the network.<br />
<!--adsense--><br />
<a href="http://kismac.de/">KisMAC</a> : A A GUI passive wireless stumbler for Mac OS X<br />
This popular stumbler for Mac OS X offers many of the features of its namesake Kismet, though the codebase is entirely different. Unlike console-based Kismet, KisMAC offers a pretty GUI and was around before Kismet was ported to OS X. It also offers mapping, Pcap-format import and logging, and even some decryption and deauthentication attacks.</p>
]]></content:encoded>
			<wfw:commentRss>http://secureslash.com/security-tools/packet-sniffers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Vulnerablility Exploitation Tools</title>
		<link>http://secureslash.com/security-tools/vulnerablility-exploitation-tools/</link>
		<comments>http://secureslash.com/security-tools/vulnerablility-exploitation-tools/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 12:55:24 +0000</pubDate>
		<dc:creator>KarthiKeyan</dc:creator>
				<category><![CDATA[Networking & Security]]></category>
		<category><![CDATA[Security Tools]]></category>
		<category><![CDATA[System Security]]></category>

		<guid isPermaLink="false">http://secureslash.com/security-tools/vulnerablility-exploitation-tools/</guid>
		<description><![CDATA[Tweet Metasploit Framework : Hack the Planet Metasploit took the security world by storm when it was released in 2004. No other new tool even broke into the top 15 of this list, yet Metasploit comes in at #5, ahead of many well-loved tools that have been developed for more than a decade. It is [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsecureslash.com%2Fsecurity-tools%2Fvulnerablility-exploitation-tools%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://secureslash.com/security-tools/vulnerablility-exploitation-tools/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://secureslash.com/security-tools/vulnerablility-exploitation-tools/"  data-text="Vulnerablility Exploitation Tools" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://secureslash.com/security-tools/vulnerablility-exploitation-tools/" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://secureslash.com/security-tools/vulnerablility-exploitation-tools/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p><a href="http://www.metasploit.com/">Metasploit Framework</a> : Hack the Planet</p>
<p>Metasploit took the security world by storm when it was released in 2004. No other new tool even broke into the top 15 of this list, yet Metasploit comes in at #5, ahead of many well-loved tools that have been developed for more than a decade. It is an advanced open-source platform for developing, testing, and using exploit code. The extensible model through which payloads, encoders, no-op generators, and exploits can be integrated has made it possible to use the Metasploit Framework as an outlet for cutting-edge exploitation research. It ships with hundreds of exploits, as you can see in their <a href="http://metasploit.com:55555/">online exploit building demo</a>. <!--adsense--> This makes writing your own exploits easier, and it certainly beats scouring the darkest corners of the Internet for illicit shellcode of dubious quality. Similar professional exploitation tools, such as Core Impact and Canvas already existed for wealthy users on all sides of the ethical spectrum. Metasploit simply brought this capability to the masses.</p>
<p><a href="http://www.coresecurity.com/products/coreimpact/">Core Impact</a> : An automated, comprehensive penetration testing product<br />
Core Impact isn&#8217;t cheap (be prepared to spend tens of thousands of dollars), but it is widely considered to be the most powerful exploitation tool available. It sports a large, regularly updated database of professional exploits, and can do neat tricks like exploiting one machine and then establishing an encrypted tunnel through that machine to reach and exploit other boxes. If you can&#8217;t afford Impact, take a look at the cheaper Canvas or the excellent and free Metasploit Framework. Your best bet is to use all three.</p>
<p><a href="http://www.immunitysec.com/products-canvas.shtml">Canvas</a> : A Comprehensive Exploitation Framework<br />
Canvas is a commercial vulnerability exploitation tool from Dave Aitel&#8217;s<a href="http://www.immunitysec.com/">ImmunitySec</a>. It includes more than 150 exploits and is less expensive than Core Impact, though it still costs thousands of dollars. You can also buy the optional <a href="http://www.immunitysec.com/products-visualsploit.shtml">VisualSploit Plugin</a> for drag and drop GUI exploit creation.  Zero-day exploits can occasionally be found within Canvas.</p>
]]></content:encoded>
			<wfw:commentRss>http://secureslash.com/security-tools/vulnerablility-exploitation-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Packet Crafting Tools</title>
		<link>http://secureslash.com/security-tools/packet-crafting-tools/</link>
		<comments>http://secureslash.com/security-tools/packet-crafting-tools/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 12:53:07 +0000</pubDate>
		<dc:creator>KarthiKeyan</dc:creator>
				<category><![CDATA[Networking & Security]]></category>
		<category><![CDATA[Security Tools]]></category>
		<category><![CDATA[System Security]]></category>

		<guid isPermaLink="false">http://secureslash.com/security-tools/packet-crafting-tools/</guid>
		<description><![CDATA[Tweet Hping2 : A network probing utility like ping on steroids This handy little utility assembles and sends custom ICMP, UDP, or TCP packets and then displays any replies. It was inspired by the ping command, but offers far more control over the probes sent. It also has a handy traceroute mode and supports IP [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsecureslash.com%2Fsecurity-tools%2Fpacket-crafting-tools%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://secureslash.com/security-tools/packet-crafting-tools/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://secureslash.com/security-tools/packet-crafting-tools/"  data-text="Packet Crafting Tools" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://secureslash.com/security-tools/packet-crafting-tools/" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://secureslash.com/security-tools/packet-crafting-tools/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p><a href="http://www.hping.org/">Hping2</a> : A network probing utility like ping on steroids</p>
<p>This handy little utility assembles and sends custom ICMP, UDP, or TCP packets and then displays any replies. It was inspired by the ping command, but offers far more control over the probes sent. It also has a handy traceroute mode and supports IP fragmentation. This tool is particularly useful when trying to traceroute/ping/probe hosts behind a firewall that blocks attempts using the standard utilities. This often allows you to map out firewall rulesets. It is also great for learning more about TCP/IP and experimenting with IP protocols.<br />
<!--adsense--><br />
<a href="http://www.secdev.org/projects/scapy/">Scapy</a> : Interactive packet manipulation tool<br />
Scapy is a powerful interactive packet manipulation tool, packet generator, network scanner, network discovery tool, and packet sniffer. It provides classes to interactively create packets or sets of packets, manipulate them, send them over the wire, sniff other packets from the wire, match answers and replies, and more. Interaction is provided by the Python interpreter, so Python programming structures can be used (such as variables, loops, and functions). Report modules are possible and easy to make.</p>
<p><a href="http://www.packetfactory.net/projects/nemesis/">Nemesis</a> : Packet injection simplified<br />
The Nemesis Project is designed to be a commandline-based, portable human IP stack for UNIX/Linux (and now Windows!). The suite is broken down by protocol, and should allow for useful scripting of injected packet streams from simple shell scripts.</p>
<p><a href="http://www.yersinia.net/">Yersinia</a> : A multi-protocol low-level attack tool<br />
Yersinia is a low-level protocol attack tool useful for penetration testing. It is capable of many diverse attacks over multiple protocols, such as becoming the root role in the Spanning Tree (Spanning Tree Protocol), creating virtual CDP (Cisco Discovery Protocol) neighbors, becoming the active router in a HSRP (Hot Standby Router Protocol) scenario, faking DHCP replies, and other low-level attacks.</p>
]]></content:encoded>
			<wfw:commentRss>http://secureslash.com/security-tools/packet-crafting-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Traffic monitoring tools</title>
		<link>http://secureslash.com/security-tools/traffic-monitoring-tools/</link>
		<comments>http://secureslash.com/security-tools/traffic-monitoring-tools/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 12:51:18 +0000</pubDate>
		<dc:creator>KarthiKeyan</dc:creator>
				<category><![CDATA[Networking & Security]]></category>
		<category><![CDATA[Security Tools]]></category>
		<category><![CDATA[Website Security]]></category>

		<guid isPermaLink="false">http://secureslash.com/security-tools/traffic-monitoring-tools/</guid>
		<description><![CDATA[Tweet Ntop : A network traffic usage monitor Ntop shows network usage in a way similar to what top does for processes. In interactive mode, it displays the network status on the user&#8217;s terminal. In Web mode, it acts as a Web server, creating an HTML dump of the network status. It sports a NetFlow/sFlow [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsecureslash.com%2Fsecurity-tools%2Ftraffic-monitoring-tools%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://secureslash.com/security-tools/traffic-monitoring-tools/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://secureslash.com/security-tools/traffic-monitoring-tools/"  data-text="Traffic monitoring tools" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://secureslash.com/security-tools/traffic-monitoring-tools/" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://secureslash.com/security-tools/traffic-monitoring-tools/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p><a href="http://www.ntop.org/">Ntop</a> : A network traffic usage monitor<br />
Ntop shows network usage in a way similar to what top does for processes. In interactive mode, it displays the network status on the user&#8217;s terminal. In Web mode, it acts as a Web server, creating an HTML dump of the network status. It sports a NetFlow/sFlow emitter/collector, an HTTP-based client interface for creating ntop-centric monitoring applications, and RRD for persistently storing traffic statistics.<br />
<!--adsense--><br />
<a href="http://www.packetfactory.net/projects/ngrep/">Ngrep</a> : Convenient packet matching &amp; display<br />
ngrep strives to provide most of GNU grep&#8217;s common features, applying them to the network layer. ngrep is a pcap-aware tool that will allow you to specify extended regular or hexadecimal expressions to match against data payloads of packets. It currently recognizes TCP, UDP and ICMP across Ethernet, PPP, SLIP, FDDI, Token Ring and null interfaces, and understands bpf filter logic in the same fashion as more common packet sniffing tools, such as tcpdump and snoop.</p>
<p><a href="http://etherape.sourceforge.net/">EtherApe</a> : EtherApe is a graphical network monitor for Unix modeled after etherman<br />
Featuring link layer, IP and TCP modes, EtherApe displays network activity graphically with a color coded protocols display. Hosts and links change in size with traffic. It supports Ethernet, FDDI, Token Ring, ISDN, PPP and SLIP devices. It can filter traffic to be shown, and can read traffic from a file as well as live from the network.</p>
<p><a href="http://www.solarwinds.net/">SolarWinds</a> : A plethora of network discovery/monitoring/attack tools<br />
SolarWinds has created and sells dozens of special-purpose tools targeted at systems administrators. Security-related tools include many network discovery scanners, an SNMP brute-force cracker, router password decryption, a TCP connection reset program, one of the fastest and easiest router config download/upload applications available and more.</p>
<p><a href="http://www.nagios.org/">Nagios</a> : An open source host, service and network monitoring program<br />
Nagios is a system and network monitoring application. It watches hosts and services that you specify, alerting you when things go bad and when they get better. Some of its many features include monitoring of network services (smtp, pop3, http, nntp, ping, etc.), monitoring of host resources (processor load, disk usage, etc.), and contact notifications when service or host problems occur and get resolved (via email, pager, or user-defined method).</p>
<p><a href="http://www.qosient.com/argus/">Argus</a> : A generic IP network transaction auditing tool<br />
Argus is a fixed-model Real Time Flow Monitor designed to track and report on the status and performance of all network transactions seen in a data network traffic stream. Argus provides a common data format for reporting flow metrics such as connectivity, capacity, demand, loss, delay, and jitter on a per transaction basis. The record format that Argus uses is flexible and extensible, supporting generic flow identifiers and metrics, as well as application/protocol specific information.</p>
]]></content:encoded>
			<wfw:commentRss>http://secureslash.com/security-tools/traffic-monitoring-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetCat</title>
		<link>http://secureslash.com/security-tools/netcat/</link>
		<comments>http://secureslash.com/security-tools/netcat/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 07:58:54 +0000</pubDate>
		<dc:creator>KarthiKeyan</dc:creator>
				<category><![CDATA[Networking & Security]]></category>
		<category><![CDATA[Security Tools]]></category>

		<guid isPermaLink="false">http://secureslash.com/security-tools/netcat/</guid>
		<description><![CDATA[Tweet 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 [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsecureslash.com%2Fsecurity-tools%2Fnetcat%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://secureslash.com/security-tools/netcat/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://secureslash.com/security-tools/netcat/"  data-text="NetCat" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://secureslash.com/security-tools/netcat/" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://secureslash.com/security-tools/netcat/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p><a href="http://www.vulnwatch.org/netcat/">Netcat</a> : The network Swiss army knife</p>
<p>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 <a href="http://seclists.org/bugtraq/1995/Oct/0028.html">released</a> <!--adsense-->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://download.insecure.org/stf/nc110.tgz">nc110.tgz</a>.</p>
<p>The flexibility and usefulness of this tool have prompted people to write numerous other Netcat implementations &#8211; often with modern features not found in the original. One of the most interesting is Socat, 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>.</p>
<p><a href="http://www.dest-unreach.org/socat/">Socat</a> : A relay for bidirectional data transfer<br />
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 &#8211; 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.</p>
]]></content:encoded>
			<wfw:commentRss>http://secureslash.com/security-tools/netcat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Port Scanners</title>
		<link>http://secureslash.com/security-tools/port-scanners/</link>
		<comments>http://secureslash.com/security-tools/port-scanners/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 07:55:46 +0000</pubDate>
		<dc:creator>KarthiKeyan</dc:creator>
				<category><![CDATA[Learn Hacking]]></category>
		<category><![CDATA[Networking & Security]]></category>
		<category><![CDATA[Security Tools]]></category>
		<category><![CDATA[System Security]]></category>

		<guid isPermaLink="false">http://secureslash.com/security-tools/port-scanners/</guid>
		<description><![CDATA[Tweet Angry IP Scanner : A fast windows IP scanner and port scanner Angry IP Scanner can perform basic host discovery and port scans on Windows. Its binary file size is very small compared to other scanners and other pieces of information about the target hosts can be extended with a few plugins. Superscan : [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsecureslash.com%2Fsecurity-tools%2Fport-scanners%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://secureslash.com/security-tools/port-scanners/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://secureslash.com/security-tools/port-scanners/"  data-text="Port Scanners" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://secureslash.com/security-tools/port-scanners/" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://secureslash.com/security-tools/port-scanners/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p><a href="http://www.angryziber.com/ipscan/">Angry IP Scanner</a> : A fast windows IP scanner and port scanner</p>
<p>Angry IP Scanner can perform basic host discovery and port scans on Windows. Its binary file size is very small compared to other scanners and other pieces of information about the target hosts can be extended with <a href="http://www.angryziber.com/ipscan/plugins/">a few plugins</a>.<br />
<!--adsense--><br />
<a href="http://www.foundstone.com/resources/proddesc/superscan.htm">Superscan</a> : A Windows-only port scanner, pinger, and resolver<br />
SuperScan is a free Windows-only closed-source TCP/UDP port scanner by Foundstone. It includes a variety of additional networking tools such as ping, traceroute, http head, and whois.</p>
<p><a href="http://www.unicornscan.org/">Unicornscan</a> : Not your mother&#8217;s port scanner<br />
Unicornscan is an attempt at a User-land Distributed TCP/IP stack for information gathering and correlation. It is intended to provide a researcher a superior interface for introducing a stimulus into and measuring a response from a TCP/IP enabled device or network. Some of its features include asynchronous stateless TCP scanning with all variations of TCP flags, asynchronous stateless TCP banner grabbing, and active/passive remote OS, application, and component identification by analyzing responses. it isn&#8217;t for the faint of heart.</p>
<p><a href="http://www.doxpara.com/paketto">Scanrand</a> : An unusually fast stateless network service and topology discovery system<br />
Scanrand is a stateless host-discovery and port-scanner similar in design to Unicornscan. It trades off reliability for amazingly fast speeds and uses cryptographic techniques to prevent attackers from manipulating scan results. This utility is a part of a software package called <a href="http://www.doxpara.com/paketto">Paketto Keiretsu</a> which was written by <a href="http://www.doxpara.com/">Dan Kaminsky</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://secureslash.com/security-tools/port-scanners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firewall</title>
		<link>http://secureslash.com/security-tools/firewall/</link>
		<comments>http://secureslash.com/security-tools/firewall/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 07:54:13 +0000</pubDate>
		<dc:creator>KarthiKeyan</dc:creator>
				<category><![CDATA[Networking & Security]]></category>
		<category><![CDATA[Security Tools]]></category>
		<category><![CDATA[System Security]]></category>

		<guid isPermaLink="false">http://secureslash.com/security-tools/firewall/</guid>
		<description><![CDATA[Tweet Netfilter : The current Linux kernel packet filter/firewall Netfilter is a powerful packet filter implemented in the standard Linux kernel. The userspace iptables tool is used for configuration. It now supports packet filtering (stateless or stateful), all kinds of network address and port translation (NAT/NAPT), and multiple API layers for 3rd party extensions. It [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsecureslash.com%2Fsecurity-tools%2Ffirewall%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://secureslash.com/security-tools/firewall/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://secureslash.com/security-tools/firewall/"  data-text="Firewall" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://secureslash.com/security-tools/firewall/" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://secureslash.com/security-tools/firewall/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p><a href="http://www.netfilter.org/">Netfilter</a> : The current Linux kernel packet filter/firewall</p>
<p>Netfilter is a powerful packet filter implemented in the standard Linux kernel. The userspace iptables tool is used for configuration. It now supports packet filtering (stateless or stateful), all kinds of network address and port translation (NAT/NAPT), and multiple API layers for 3rd party extensions. It includes many different modules for handling unruly protocols such as FTP. For other UNIX platforms (OpenBSD specific), or IP Filter. <!--adsense-->Many <a href="http://en.wikipedia.org/wiki/Personal_firewall">personal firewalls</a> are available for Windows (<a href="http://www.tinysoftware.com/">Tiny</a>,<a href="http://www.zonelabs.com/">Zone Alarm</a>, Norton, <a href="http://www.kerio.com/">Kerio</a>, &#8230;), though none made this list. Microsoft included a very basic firewall in Windows XP SP2, and will nag you incessantly until you install it.</p>
<p><a href="http://www.benzedrine.cx/pf.html">Openbsd PF</a> : The OpenBSD Packet Filter<br />
Like Netfilter and IP Filter on other platforms, OpenBSD users love PF, their firewall tool. It handles network address translation, normalizing TCP/IP traffic, providing bandwidth control, and packet prioritization. It also offers some eccentric features, such as passive OS detection. Coming from the same guys who created OpenBSD, you can trust that it has been well audited and coded to avoid the sort of security holes we have seen in <a href="http://www3.ca.com/securityadvisor/vulninfo/Vuln.aspx?ID=28350">other</a>  <a href="http://netfilter.org/security/">packet</a>  <a href="http://www.osvdb.org/displayvuln.php?osvdb_id=4745">filters</a>.</p>
<p><a href="http://coombs.anu.edu.au/%7Eavalon/">IP Filter</a> : Portable UNIX Packet Filter<br />
IP Filter is a software package that can be used to provide network address translation (NAT) or firewall services. It can either be used as a loadable kernel module or incorporated into your UNIX kernel; use as a loadable kernel module where possible is highly recommended. Scripts are provided to install and patch system files, as required. IP Filter is distributed with FreeBSD, NetBSD, and Solaris.</p>
]]></content:encoded>
			<wfw:commentRss>http://secureslash.com/security-tools/firewall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ping Tool / Traceroute tools</title>
		<link>http://secureslash.com/security-tools/ping-tool-traceroute-tools/</link>
		<comments>http://secureslash.com/security-tools/ping-tool-traceroute-tools/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 07:39:32 +0000</pubDate>
		<dc:creator>KarthiKeyan</dc:creator>
				<category><![CDATA[Networking & Security]]></category>
		<category><![CDATA[Security Tools]]></category>

		<guid isPermaLink="false">http://secureslash.com/security-tools/ping-tool-traceroute-tools/</guid>
		<description><![CDATA[Tweet Firewalk : Advanced traceroute Firewalk employs traceroute-like techniques to analyze IP packet responses to determine gateway ACL filters and map networks. This classic tool was rewritten from scratch in October 2002. Note that much or all of this functionality can also be performed by the Hping2 &#8211;traceroute option. Tcptraceroute : A traceroute implementation using [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsecureslash.com%2Fsecurity-tools%2Fping-tool-traceroute-tools%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://secureslash.com/security-tools/ping-tool-traceroute-tools/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://secureslash.com/security-tools/ping-tool-traceroute-tools/"  data-text="Ping Tool / Traceroute tools" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://secureslash.com/security-tools/ping-tool-traceroute-tools/" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://secureslash.com/security-tools/ping-tool-traceroute-tools/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p><a href="http://www.packetfactory.net/projects/firewalk/">Firewalk</a> : Advanced traceroute</p>
<p>Firewalk employs traceroute-like techniques to analyze IP packet responses to determine gateway ACL filters and map networks. This classic tool was rewritten from scratch in October 2002. Note that much or all of this functionality can also be performed by the Hping2 &#8211;traceroute option.<br />
<!--adsense--><br />
<a href="http://michael.toren.net/code/tcptraceroute/">Tcptraceroute</a> : A traceroute implementation using TCP packets<br />
The problem is that with the widespread use of firewalls on the modern Internet, many of the packets that the conventional traceroute(8) sends out (ICMP echo or UDP) end up being filtered, making it impossible to completely trace the path to the destination. However, in many cases, these firewalls will permit inbound TCP packets to specific ports that hosts sitting behind the firewall are listening for connections on. By sending out TCP SYN packets instead of UDP or ICMP ECHO packets, tcptraceroute is able to bypass the most common firewall filters.</p>
]]></content:encoded>
			<wfw:commentRss>http://secureslash.com/security-tools/ping-tool-traceroute-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learn How to write a port scanner</title>
		<link>http://secureslash.com/security-tools/learn-how-to-write-a-port-scanner/</link>
		<comments>http://secureslash.com/security-tools/learn-how-to-write-a-port-scanner/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 07:02:44 +0000</pubDate>
		<dc:creator>KarthiKeyan</dc:creator>
				<category><![CDATA[Learn Hacking]]></category>
		<category><![CDATA[Networking & Security]]></category>
		<category><![CDATA[Security Tools]]></category>

		<guid isPermaLink="false">http://secureslash.com/security-tools/learn-how-to-write-a-port-scanner/</guid>
		<description><![CDATA[Tweet What is Port Scanner ? A port scanner is a piece of software designed to search a network host for open ports. This is often used by administrators to check the security of their networks and by hackers to compromise it. Understand and Write a Port Scanner in PERL Port scanner script in PERL [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsecureslash.com%2Fsecurity-tools%2Flearn-how-to-write-a-port-scanner%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://secureslash.com/security-tools/learn-how-to-write-a-port-scanner/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://secureslash.com/security-tools/learn-how-to-write-a-port-scanner/"  data-text="Learn How to write a port scanner" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://secureslash.com/security-tools/learn-how-to-write-a-port-scanner/" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://secureslash.com/security-tools/learn-how-to-write-a-port-scanner/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p><strong>What is Port Scanner ?</strong></p>
<p>A port scanner is a piece of software designed to search a network host for open ports. This is often used by administrators to check the security of their networks and by hackers to compromise it.<br />
Understand and Write a Port Scanner in PERL</p>
<p><u><strong>Port scanner script in PERL</strong></u></p>
<p class="code">#!/usr/bin/perl</p>
<p class="code">                              use IO::Socket;</p>
<p class="code">$port = 1;</p>
<p class="code">$output = &#8220;/home/sakuramboo/perl/OpenPorts.txt&#8221;;</p>
<p class="code">open (LIST, &#8221; &gt;&gt;$output&#8221;);</p>
<p class="code">while ($port &lt;= 65535){</p>
<p class="code"> $sock = new IO::Socket::INET (PeerAddr =&gt; &#8217;127.0.0.1&#8242;,</p>
<p class="code"> PeerPort =&gt; $port,</p>
<p class="code"> Proto =&gt; &#8216;tcp&#8217;);</p>
<p class="code"> if ($sock){</p>
<p class="code"> close $sock;</p>
<p class="code"> print &#8220;$port -open\n&#8221;;</p>
<p class="code"> print LIST &#8220;$port -open\n&#8221;;</p>
<p class="code"> $port = $port + 1;</p>
<p class="code"> }</p>
<p class="code"> else{</p>
<p class="code"> print &#8220;$port -closed\n&#8221;;;</p>
<p class="code"> $port = $port + 1;</p>
<p class="code"> }</p>
<p class="code">}</p>
<p class="code">close(LIST);<br />
now, lets take a look at how all of this works, shall we?</p>
<p><span class="code">#!/usr/bin/perl </span></p>
<p>start off the perl script with this line.<br />
<!--adsense--><br />
<span class="code">use IO::Socket;</span><br />
you are saying that you are going to be using the perl modules named <span class="code">IO::Socke</span>t. This allows you to utilize the commands for socket programming.</p>
<p><span class="code">$port = 1;</span><br />
you are declaring $port to equal 1.</p>
<p><span class="code">$output = &#8220;/home/sakuramboo/perl/OpenPorts.txt&#8221;;</span><br />
you are declaring that $output will be a file, and it is given then exact location of the file and file name.</p>
<p><span class="code">open (LIST, &#8221; &gt;&gt;$output&#8221;);</span><br />
this opens the file from $output to allow the script to write to it.</p>
<p><span class="code">while ($port &lt;= 65535){</span><br />
while $port (which is 1 at the start) is less than or equal to 65535 (the total number of ports a computer can have) if will do what is in the brackets.</p>
<p><span class="code">$sock = new IO::Socket::INET</span><br />
this declares that $sock will be a new socket connection.</p>
<p><span class="code">(PeerAddr =&gt; &#8217;127.0.0.1&#8242;,PeerPort =&gt; $port,                               Proto =&gt; &#8216;tcp&#8217;);</span><br />
this is the details of $sock. PeerAddr points to the IP address you want to scan. For this script, i used the localhost. PeerPort points to $port (which starts at 1). this will be increasing as the script is run. Proto points to the protocol that is being used. If you wanted to scan ports with udp, you could. Just replace &#8216;tcp&#8217; with &#8216;udp&#8217;.</p>
<p><span class="code">if ($sock){</span><br />
this is where the script uses the socket and attempts to make a connection with what you have in $sock. It is basically saying, â€œif $sock makes a connection to the settings in $sock do what is in the brackets.â€</p>
<p><span class="code">close $sock;</span><br />
this closes the connection.</p>
<p><span class="code">print &#8220;$port -open\n&#8221;;</span><br />
this will print what port just got scanned and tell you that it is open, as well as return a line so everything doesnt get printed right next to each other.</p>
<p><span class="code">print LIST &#8220;$port -open\n&#8221;;</span><br />
this will print the same things that it did in the command prompt, into the file in $output.</p>
<p><span class="code">$port = $port + 1;</span><br />
this is where $port gets increased by 1.</p>
<p><span class="code">else{</span></p>
<p class="code"> print â€œ$port -closed\nâ€;</p>
<p class="code"> $port = $port + 1;</p>
<p><span class="code"> }</span><br />
here is what happens if the port is closed. Does the same as if it was open exept that it doesnt print it to a file. I did this just so i know where it is in the port scan.</p>
<p class="code">close(LIST);</p>
]]></content:encoded>
			<wfw:commentRss>http://secureslash.com/security-tools/learn-how-to-write-a-port-scanner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

